RhinoNurbsCurve.offset
- RhinoNurbsCurve.offset(distance, direction, tolerance=0.001)[source]
Compute the length of the curve.
- Parameters:
- distancefloat
The offset distance.
- direction
compas.geometry.Vector
The normal direction of the offset plane.
- tolerancefloat, optional
- Returns:
- None