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)
Syntaxpublic 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.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also