Brep.CreateTrimmedPlane Method (Plane, Curve)

BrepCreateTrimmedPlane Method (Plane, Curve)

Create a Brep trimmed plane.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static Brep CreateTrimmedPlane(
	Plane plane,
	Curve curve
)
Public Shared Function CreateTrimmedPlane ( 
	plane As Plane,
	curve As Curve
) As Brep

Parameters

plane
Type: Rhino.GeometryPlane
Plane that will be trimmed.
curve
Type: Rhino.GeometryCurve
A simple (no self intersections) closed curve that defines the outer boundary of the trimmed plane.

Return Value

Type: Brep
Resulting brep or null on failure.
Version Information

Rhino for Windows

Supported in: 6.14
See Also