Brep.Repair Method

BrepRepair Method

Fills in missing or fixes incorrect component information from a Brep. Useful when reading Brep information from other file formats that do not provide as complete of a Brep definition as requried by Rhino.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool Repair(
	double tolerance
)
Public Function Repair ( 
	tolerance As Double
) As Boolean

Parameters

tolerance
Type: SystemDouble
The repair tolerance. When in doubt, use the document's model absolute tolerance.

Return Value

Type: Boolean
True on success.
Version Information

Rhino for Windows

Supported in: 6.14
See Also