M_Rhino_Geometry_Brep_CreatePlanarBreps_4 - mcneel/rhinocommon-api-docs GitHub Wiki
Note: This API is now obsolete.
Constructs a set of planar breps as outlines by the loops.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
[ObsoleteAttribute("Use version that takes tolerance as input")]
public static Brep[] CreatePlanarBreps(
IEnumerable<Curve> inputLoops
)
VB
<ObsoleteAttribute("Use version that takes tolerance as input")>
Public Shared Function CreatePlanarBreps (
inputLoops As IEnumerable(Of Curve)
) As Brep()
- inputLoops
- Type: System.Collections.Generic.IEnumerable(Curve)
Curve loops that delineate the planar boundaries.
Type: Brep[]
An array of Planar Breps.
Supported in: 5D58w
Obsolete (compiler warning) in 6.0.16224.21491
Brep Class
CreatePlanarBreps Overload
Rhino.Geometry Namespace