M_Rhino_Geometry_Curve_DivideAsContour - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.DivideAsContour Method

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

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

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()

Parameters

 

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.

Return Value

Type: Point3d[]
An array of points; or null on error.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Curve Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️