Click or drag to resize

BrepCreateSolid Method

Constructs closed polysurfaces from surfaces and polysurfaces that bound a region in space.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static Brep[] CreateSolid(
	IEnumerable<Brep> breps,
	double tolerance
)

Parameters

breps
Type: System.Collections.GenericIEnumerableBrep
The intersecting surfaces and polysurfaces to automatically trim and join into closed polysurfaces.
tolerance
Type: SystemDouble
The trim and join tolerance. If set to RhinoMath.UnsetValue, Rhino's global absolute tolerance is used.

Return Value

Type: Brep
The resulting polysurfaces on success or null on failure.
See Also