M_Rhino_Geometry_Brep_CreatePlanarBreps_5 - mcneel/rhinocommon-api-docs GitHub Wiki

Brep.CreatePlanarBreps Method (IEnumerable(Curve), Double)

Constructs a set of planar breps as outlines by the loops.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public static Brep[] CreatePlanarBreps(
	IEnumerable<Curve> inputLoops,
	double tolerance
)

VB

Public Shared Function CreatePlanarBreps ( 
	inputLoops As IEnumerable(Of Curve),
	tolerance As Double
) As Brep()

Parameters

 

inputLoops
Type: System.Collections.Generic.IEnumerable(Curve)
Curve loops that delineate the planar boundaries.
tolerance
Type: System.Double
[Missing documentation for "M:Rhino.Geometry.Brep.CreatePlanarBreps(System.Collections.Generic.IEnumerable{Rhino.Geometry.Curve},System.Double)"]

Return Value

Type: Brep[]
An array of Planar Breps.

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

Brep Class
CreatePlanarBreps Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️