Dlubal_JavaScript_Library/docs/code/BasicObjects/LineSet.md at main · vimcoper/Dlubal_JavaScript_Library · GitHub
Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.65 KB

File metadata and controls

56 lines (40 loc) · 1.65 KB
title LineSet

LineSet

LineSet

Kind: global class

new LineSet(no, lines, comment, params)

Returns: lineSet

Param Type Description
no int Number of Line Set
lines array List of the number of the lines
comment string Comment for the Line Set
params dictionary Parameters of the Line Set

lineSet.ContinuousLines(no, lines, comment, params)

Create Continuous Lines lineSet type

Kind: instance method of LineSet

Param Type Description
no int Number of Line Set
lines array List of the number of the lines
comment string Comment for the Line Set
params dictionary Parameters of the Line Set

lineSet.GroupOfLines(no, lines, comment, params)

Create Group of Lines

Kind: instance method of LineSet

Param Type Description
no int Number of Line Set
lines array List of the number of the lines
comment string Comment for the Line Set
params dictionary Parameters of the Line Set