RhinoNurbsCurve.segment
- RhinoNurbsCurve.segment(u, v, precision=0.001)[source]
Modifies this curve by segmenting it between the parameters u and v.
- Parameters
u (float)
v (float)
tol (float, optional) – default value is 1e-3
- Returns
None
Modifies this curve by segmenting it between the parameters u and v.
u (float)
v (float)
tol (float, optional) – default value is 1e-3
None