Base |
The BaseMultiLineVisual3D type exposes the following members.
Name | Description | |
---|---|---|
IsLineStrip | 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. | |
Positions | Gets Point3DCollection that define the 3D lines. |