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:
LineCurveThe path as a line curve.
See Also