M_Rhino_Geometry_Brep_IsValidTolerancesAndFlags - mcneel/rhinocommon-api-docs GitHub Wiki

Brep.IsValidTolerancesAndFlags Method

Expert user function that tests the brep to see if its tolerances and flags are valid. The values of brep.IsValidTopology() and brep.IsValidGeometry() must be true before brep.IsValidTolerancesAndFlags() can be safely called.

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

Syntax

C#

public bool IsValidTolerancesAndFlags(
	out string log
)

VB

Public Function IsValidTolerancesAndFlags ( 
	<OutAttribute> ByRef log As String
) As Boolean

Parameters

 

log
Type: System.String
If the brep tolerance or flags are not valid, then a brief description of the problem in English is assigned to this out parameter. The information is suitable for low-level debugging purposes by programmers and is not intended to be useful as a high level user interface tool. Otherwise, Empty.

Return Value

Type: Boolean
A value that indicates

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Brep Class
Rhino.Geometry Namespace

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