M_Rhino_Geometry_Brep_CreatePlanarBreps_1 - mcneel/rhinocommon-api-docs GitHub Wiki
Constructs a set of planar Breps as outlines by the loops.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static Brep[] CreatePlanarBreps(
CurveList inputLoops,
double tolerance
)
VB
Public Shared Function CreatePlanarBreps (
inputLoops As CurveList,
tolerance As Double
) As Brep()
- inputLoops
- Type: Rhino.Collections.CurveList
Curve loops that delineate the planar boundaries. - tolerance
- Type: System.Double
[Missing documentation for "M:Rhino.Geometry.Brep.CreatePlanarBreps(Rhino.Collections.CurveList,System.Double)"]
Type: Brep[]
An array of Planar Breps.
Supported in: 6.0.16224.21491
Brep Class
CreatePlanarBreps Overload
Rhino.Geometry Namespace