Brep.CreatePlanarBreps Method (Curve, Double)

BrepCreatePlanarBreps Method (Curve, Double)

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

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static Brep[] CreatePlanarBreps(
	Curve inputLoop,
	double tolerance
)
Public Shared Function CreatePlanarBreps ( 
	inputLoop As Curve,
	tolerance As Double
) As Brep()

Parameters

inputLoop
Type: Rhino.GeometryCurve
A curve that should form the boundaries of the surfaces or polysurfaces.
tolerance
Type: SystemDouble

[Missing <param name="tolerance"/> documentation for "M:Rhino.Geometry.Brep.CreatePlanarBreps(Rhino.Geometry.Curve,System.Double)"]

Return Value

Type: Brep
An array of Planar Breps.
Version Information

Rhino for Windows

Supported in: 6.14
See Also