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)
Since: 5.0
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.
See Also