M_Rhino_Geometry_Brep_CapPlanarHoles - mcneel/rhinocommon-api-docs GitHub Wiki

Brep.CapPlanarHoles Method

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

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Brep CapPlanarHoles(
	double tolerance
)

VB

Public Function CapPlanarHoles ( 
	tolerance As Double
) As Brep

Parameters

 

tolerance
Type: System.Double
Tolerance to use for capping.

Return Value

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

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Brep Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️