Click or drag to resize
Ab4d.SharpEngine logo

PolyLineBaseNode Properties

The PolyLineBaseNode type exposes the following members.

Properties
 NameDescription
Public propertyIsLineStrip Always returns true for PolyLineNode. This means that the positions define connected lines.
Public propertyMiterLimit Gets or sets a value that defines at which line thickness the mitered (sharp) line joint is converted into beveled (square) line joint. For example, a value of 4 requires the mitered joint length to be 4 times the line thickness before the joint becomes beveled. MiterLimit is used only when IsPolyLine is set to true. Default value is set from static DefaultMiterLimit value (2 by default).
Top
See Also