Click or drag to resize
Ab4d.SharpEngine logo

PolyLineNode Properties

The PolyLineNode type exposes the following members.

Properties
 NameDescription
Public propertyIsClosed Gets or sets a value that specifies if the PolyLineNode closes the lines by connecting the last and the first position. When true, then StartLineCap and EndLineCap are not rendered. This property is not automatically set to true when the first positions is the same as the last position. Also in this case the first and last position are not connected by rendering bevel or miter edge.
Public propertyPositions Positions array that form 3D lines. When the contents of the array is changed, call the UpdatePositions(NullableBoundingBox) method to update the mesh that stores the positions on the graphic card. When the Position property is set to another array instance, then it is not needed to call UpdateMesh method.
Top
See Also