RhinoCommon API
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)

public Point3d[] DivideEquidistant( double distance )
Public Function DivideEquidistant ( distance As Double ) As Point3d()
Parameters
- distance
- Type: SystemDouble
The distance betwen division points.
Return Value
Type: Point3dAn array of equidistant points, or null on error.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.8