RhinoCommon API
BrepCreateContourCurves Method (Brep, Plane) |
Constructs the contour curves for a brep, using a slicing plane.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

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: CurveAn array with intersected curves. This array can be empty.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14