Brep.CapPlanarHoles Method

BrepCapPlanarHoles Method

Returns a new Brep that is equivalent to this Brep with all planar holes capped.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Brep CapPlanarHoles(
	double tolerance
)
Public Function CapPlanarHoles ( 
	tolerance As Double
) As Brep

Parameters

tolerance
Type: SystemDouble
Tolerance to use for capping.

Return Value

Type: Brep
New brep on success. null on error.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also