M_Rhino_Geometry_Brep_CreateTrimmedPlane - mcneel/rhinocommon-api-docs GitHub Wiki

Brep.CreateTrimmedPlane Method (Plane, Curve)

Create a Brep trimmed plane.

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

Syntax

C#

public static Brep CreateTrimmedPlane(
	Plane plane,
	Curve curve
)

VB

Public Shared Function CreateTrimmedPlane ( 
	plane As Plane,
	curve As Curve
) As Brep

Parameters

 

plane
Type: Rhino.Geometry.Plane
Plane that will be trimmed.
curve
Type: Rhino.Geometry.Curve
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

Supported in: 6.0.16224.21491

See Also

Reference

Brep Class
CreateTrimmedPlane Overload
Rhino.Geometry Namespace

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