RhinoNurbsCurve.offset

RhinoNurbsCurve.offset(distance, direction, tolerance=0.001)[source]

Compute the length of the curve.

Parameters:
distancefloat

The offset distance.

directioncompas.geometry.Vector

The normal direction of the offset plane.

tolerancefloat, optional
Returns:
None