Click or drag to resize

CurveDivideEquidistant Method

Calculates 3d points on a curve where the linear distance between the points is equal.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Point3d[] DivideEquidistant(
	double distance
)

Parameters

distance
Type: SystemDouble
The distance between division points.

Return Value

Type: Point3d
An array of equidistant points, or null on error.
See Also