M_Rhino_Geometry_Brep_CreateTrimmedPlane_1 - mcneel/rhinocommon-api-docs GitHub Wiki
Create a Brep trimmed plane.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static Brep CreateTrimmedPlane(
Plane plane,
IEnumerable<Curve> curves
)
VB
Public Shared Function CreateTrimmedPlane (
plane As Plane,
curves As IEnumerable(Of Curve)
) As Brep
- plane
- Type: Rhino.Geometry.Plane
Plane that will be trimmed. - curves
- Type: System.Collections.Generic.IEnumerable(Curve)
A list of curves that form a simple (no self intersections) closed curve that defines the outer boundary of the trimmed plane.
Type: Brep
Resulting brep or null on failure.
Supported in: 6.0.16224.21491
Brep Class
CreateTrimmedPlane Overload
Rhino.Geometry Namespace