Brep.CreateContourCurves Method (Brep, Plane)

BrepCreateContourCurves Method (Brep, Plane)

Constructs the contour curves for a brep, using a slicing plane.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static Curve[] CreateContourCurves(
	Brep brepToContour,
	Plane sectionPlane
)
Public Shared Function CreateContourCurves ( 
	brepToContour As Brep,
	sectionPlane As Plane
) As Curve()

Parameters

brepToContour
Type: Rhino.GeometryBrep
A brep or polysurface.
sectionPlane
Type: Rhino.GeometryPlane
A plane.

Return Value

Type: Curve
An array with intersected curves. This array can be empty.
See Also