M_Rhino_Geometry_Brep_IsValidTopology - mcneel/rhinocommon-api-docs GitHub Wiki

Brep.IsValidTopology Method

Tests the brep to see if its topology information is valid.

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

Syntax

C#

public bool IsValidTopology(
	out string log
)

VB

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

Parameters

 

log
Type: System.String
If the brep topology is not valid, then a brief english description of the problem is appended to the log. The information appended to log is suitable for low-level debugging purposes by programmers and is not intended to be useful as a high level user interface tool.

Return Value

Type: Boolean
true if the topology is valid; false otherwise.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Brep Class
Rhino.Geometry Namespace

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