Click or drag to resize

CurveDivideAsContour Method

Divides this curve at fixed steps along a defined contour line.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Point3d[] DivideAsContour(
	Point3d contourStart,
	Point3d contourEnd,
	double interval
)

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: Point3d
An array of points; or null on error.
See Also