BrepCreatePlanarBreps Method (IEnumerableCurve, Double) |
Constructs a set of planar breps as outlines by the loops.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax public static Brep[] CreatePlanarBreps(
IEnumerable<Curve> inputLoops,
double tolerance
)
Public Shared Function CreatePlanarBreps (
inputLoops As IEnumerable(Of Curve),
tolerance As Double
) As Brep()
Parameters
- inputLoops
- Type: System.Collections.GenericIEnumerableCurve
Curve loops that delineate the planar boundaries. - tolerance
- Type: SystemDouble
[Missing <param name="tolerance"/> documentation for "M:Rhino.Geometry.Brep.CreatePlanarBreps(System.Collections.Generic.IEnumerable{Rhino.Geometry.Curve},System.Double)"]
Return Value
Type:
BrepAn array of Planar Breps.
See Also