Click or drag to resize

BrepRemoveHoles Method (Double)

Remove all inner loops, or holes, in a Brep.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public Brep RemoveHoles(
	double tolerance
)

Parameters

tolerance
Type: SystemDouble
The tolerance. When in doubt, use the document's model absolute tolerance.

Return Value

Type: Brep
The Brep without holes if successful, null otherwise.
See Also