lineRoundLimit

open override fun lineRoundLimit(lineRoundLimit: Double): LineLayer

Used to automatically convert round joins to miter joins for shallow angles. Default value: 1.05.

Use static method LineLayer.defaultLineRoundLimit to set the default property.

Parameters

lineRoundLimit

value of lineRoundLimit


open override fun lineRoundLimit(lineRoundLimit: Expression): LineLayer

Used to automatically convert round joins to miter joins for shallow angles. Default value: 1.05.

Use static method LineLayer.defaultLineRoundLimitAsExpression to set the default property.

Parameters

lineRoundLimit

value of lineRoundLimit as Expression


Used to automatically convert round joins to miter joins for shallow angles. Default value: 1.05.