CurveObjectGetLinetypeSegments Method |
Converts the linetype pattern of the curve into curve segments and points
based on the active Rhino viewport.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.4
Syntaxpublic GeometryBase[] GetLinetypeSegments()
Public Function GetLinetypeSegments As GeometryBase()
Return Value
Type:
GeometryBaseAn array of curve and point objects if successful.
See Also