Description:

Converts the linetype pattern of the curve into curve segments and points based on the active Rhino viewport.

Syntax:
public GeometryBase[] GetLinetypeSegments()
Returns:
An array of curve and point objects if successful.
Available since:
8.4

Description:

Converts the linetype pattern of the curve into curve segments and points based on the specified Rhino viewport.

Syntax:
public GeometryBase[] GetLinetypeSegments(
RhinoViewport viewport
)
Parameters:
  • viewport
  • Type: RhinoViewport
  • The Rhino viewport used to generate the curve segments and points.
Returns:
An array of curve and point objects if successful.
Available since:
8.4

/
/
/
GetLinetypeSegments

GetLinetypeSegments method

Class:  Rhino.DocObjects.CurveObject

Nothing found