RhinoCommon API
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

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: BrepNew brep on success. null on error.
