Click or drag to resize

BrepLoopTo3dCurve Method

Create a 3D curve that approximates the loop geometry.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Curve To3dCurve()

Return Value

Type: Curve
A 3D curve that approximates the loop or null on failure.
See Also