Skip to content

M_Rhino_Geometry_Brep_Repair

Will Pearson edited this page Aug 12, 2016 · 1 revision

Brep.Repair Method

No support is available for this function. Attempts to "right" a brep that is not faulty or incomplete.

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

Syntax

C#

public bool Repair(
	double tol
)

VB

Public Function Repair ( 
	tol As Double
) As Boolean

Parameters

 

tol
Type: System.Double
tolerance with which calculations are made.

Return Value

Type: Boolean
True on success.

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

Brep Class
Rhino.Geometry Namespace

Clone this wiki locally