Description:
Constructs a set of planar breps as outlines by the loops.
Description:
Constructs a set of planar breps as outlines by the loops.
Description:
Constructs a set of planar breps as outlines by the loops.
Syntax:
Parameters:
- inputLoops
- Type: IEnumerable<Curve>
- Curve loops that delineate the planar boundaries.
- tolerance
- Type: System.Double
Returns:
Type: Brep[]
An array of Planar Breps.
Available since:
6.0
Description:
Constructs a set of planar breps as outlines by the loops.
Syntax:
deprecated in 6.0
obsolete: Use version that takes tolerance as input
Parameters:
- inputLoops
- Type: IEnumerable<Curve>
- Curve loops that delineate the planar boundaries.
Returns:
Type: Brep[]
An array of Planar Breps.
Available since:
5.0
Description:
Constructs a set of planar Breps as outlines by the loops.
Parameters:
- inputLoops
- Type: Rhino.Collections.CurveList
- Curve loops that delineate the planar boundaries.
- tolerance
- Type: System.Double
Returns:
Type: Brep[]
An array of Planar Breps.
Available since:
6.0
Description:
Constructs a set of planar Breps as outlines by the loops.
deprecated in 6.0
obsolete: Use version that takes tolerance as input
Parameters:
- inputLoops
- Type: Rhino.Collections.CurveList
- Curve loops that delineate the planar boundaries.
Returns:
Type: Brep[]
An array of Planar Breps or None on error.
Available since:
5.0