RhinoCommon API
BrepRemoveHoles Method (Double) |
Remove all inner loops, or holes, in a Brep.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.0

public Brep RemoveHoles( double tolerance )
Public Function RemoveHoles ( tolerance As Double ) As Brep
Parameters
- tolerance
- Type: SystemDouble
The tolerance. When in doubt, use the document's model absolute tolerance.
Return Value
Type: BrepThe Brep without holes if successful, null otherwise.
