Description:

Reparameterizes a curve using automatic parameterization.

Syntax:
public Curve Reparameterize()
Returns:
Type: Curve
The reparameterized curve if successful, None otherwise.
Remarks:
Poorly parameterized objects may not intersect and trim properly when combined with other objects. "Poorly parameterized" means the curve's domain or the surface's u or v spaces are tiny or huge compared to the size of the object. When curves are parameterized with a [0,1] domain, both the accuracy and the precision of geometric calculations like intersections and closest points are reduced, sometimes dramatically. Ideally the domain of a curve is close to it's length.
Available since:
8.14

/
/
/
Reparameterize

Reparameterize method

Class:  Rhino.Geometry.Curve

Nothing found