Click or drag to resize

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
)

Parameters

tolerance
Type: SystemDouble
Tolerance to use for capping.

Return Value

Type: Brep
New brep on success. null on error.
See Also