M_Rhino_Geometry_Brep_CreateSolid - mcneel/rhinocommon-api-docs GitHub Wiki

Brep.CreateSolid Method

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

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

Syntax

C#

public static Brep[] CreateSolid(
	IEnumerable<Brep> breps,
	double tolerance
)

VB

Public Shared Function CreateSolid ( 
	breps As IEnumerable(Of Brep),
	tolerance As Double
) As Brep()

Parameters

 

breps
Type: System.Collections.Generic.IEnumerable(Brep)
The intersecting surfaces and polysurfaces to automatically trim and join into closed polysurfaces.
tolerance
Type: System.Double
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.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Brep Class
Rhino.Geometry Namespace

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