RhinoCommon API
CurveDivideAsContour Method | 
            Divides this curve at fixed steps along a defined contour line.
            
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
public Point3d[] DivideAsContour( Point3d contourStart, Point3d contourEnd, double interval )
Public Function DivideAsContour ( contourStart As Point3d, contourEnd As Point3d, interval As Double ) As Point3d()
Parameters
- contourStart
 - Type: Rhino.GeometryPoint3d
The start of the contouring line. - contourEnd
 - Type: Rhino.GeometryPoint3d
The end of the contouring line. - interval
 - Type: SystemDouble
A distance to measure on the contouring axis. 
Return Value
Type: Point3dAn array of points; or null on error.