Click or drag to resize

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
Syntax
public GeometryBase[] GetLinetypeSegments()

Return Value

Type: GeometryBase
An array of curve and point objects if successful.
See Also