M_Rhino_Geometry_Brep_CreateSolid - mcneel/rhinocommon-api-docs GitHub Wiki
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
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()
- 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.
Type: Brep[]
The resulting polysurfaces on success or null on failure.
Supported in: 6.0.16224.21491, 5D58w