M_Rhino_Geometry_Curve_DivideAsContour - mcneel/rhinocommon-api-docs GitHub Wiki
Divides this curve at fixed steps along a defined contour line.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Point3d[] DivideAsContour(
Point3d contourStart,
Point3d contourEnd,
double interval
)
VB
Public Function DivideAsContour (
contourStart As Point3d,
contourEnd As Point3d,
interval As Double
) As Point3d()
- contourStart
- Type: Rhino.Geometry.Point3d
The start of the contouring line. - contourEnd
- Type: Rhino.Geometry.Point3d
The end of the contouring line. - interval
- Type: System.Double
A distance to measure on the contouring axis.
Type: Point3d[]
An array of points; or null on error.
Supported in: 6.0.16224.21491, 5D58w