|
BaseMultiLineVisual3DIsLineStrip Property |
Gets a Boolean that defines if Positions property defines connected or disconnected lines.
If true then lines are connected which means that one position is used as end of one line segment and start of another line segment.
If false then lines are not connected and one position is used only with one line.
Namespace: Ab3d.VisualsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public bool IsLineStrip { get; }
Property Value
BooleanSee Also