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