Extrusion.PathLineCurve Method

ExtrusionPathLineCurve Method

Gets the line-like curve that is the conceptual axis of the extrusion.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public LineCurve PathLineCurve()
Public Function PathLineCurve As LineCurve

Return Value

Type: LineCurve
The path as a line curve.
See Also