M_Rhino_Geometry_Brep_CreatePlanarBreps - mcneel/rhinocommon-api-docs GitHub Wiki

Brep.CreatePlanarBreps Method (CurveList)

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

Syntax

C#

[ObsoleteAttribute("Use version that takes tolerance as input")]
public static Brep[] CreatePlanarBreps(
	CurveList inputLoops
)

VB

<ObsoleteAttribute("Use version that takes tolerance as input")>
Public Shared Function CreatePlanarBreps ( 
	inputLoops As CurveList
) As Brep()

Parameters

 

inputLoops
Type: Rhino.Collections.CurveList
Curve loops that delineate the planar boundaries.

Return Value

Type: Brep[]
An array of Planar Breps or null on error.

Version Information

Supported in: 5D58w
Obsolete (compiler warning) in 6.0.16224.21491

See Also

Reference

Brep Class
CreatePlanarBreps Overload
Rhino.Geometry Namespace

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