Skip to main content

interface.LinesDrawSetting

API > LinesDrawSetting

Interface: LinesDrawSetting

Setting for drawing lines

Properties

angles

angles?: boolean

Generate angles between each line segment

Source

@novorender/measure/modules/draw/index.ts:12


closed

closed?: boolean

If closed is set to true the line enpoints will be joined and the polygon filled

Source

@novorender/measure/modules/draw/index.ts:10


decimals

decimals?: number

Number of decimals on labels

Source

@novorender/measure/modules/draw/index.ts:16


generateLineLabels

generateLineLabels?: boolean

Generate labels on each line segment

Source

@novorender/measure/modules/draw/index.ts:14