M_Rhino_Geometry_Brep_CreateContourCurves - mcneel/rhinocommon-api-docs GitHub Wiki

Brep.CreateContourCurves Method (Brep, Plane)

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

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

Syntax

C#

public static Curve[] CreateContourCurves(
	Brep brepToContour,
	Plane sectionPlane
)

VB

Public Shared Function CreateContourCurves ( 
	brepToContour As Brep,
	sectionPlane As Plane
) As Curve()

Parameters

 

brepToContour
Type: Rhino.Geometry.Brep
A brep or polysurface.
sectionPlane
Type: Rhino.Geometry.Plane
A plane.

Return Value

Type: Curve[]
An array with intersected curves. This array can be empty.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Brep Class
CreateContourCurves Overload
Rhino.Geometry Namespace

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