RhinoCommon API
BrepCreatePlanarBreps Method (CurveList, Double) |
Constructs a set of planar Breps as outlines by the loops.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.0

public static Brep[] CreatePlanarBreps( CurveList inputLoops, double tolerance )
Public Shared Function CreatePlanarBreps ( inputLoops As CurveList, tolerance As Double ) As Brep()
Parameters
- inputLoops
- Type: Rhino.CollectionsCurveList
Curve loops that delineate the planar boundaries. - tolerance
- Type: SystemDouble
[Missing <param name="tolerance"/> documentation for "M:Rhino.Geometry.Brep.CreatePlanarBreps(Rhino.Collections.CurveList,System.Double)"]
Return Value
Type: BrepAn array of Planar Breps.
