Brep.FixTopology Method

If the geometry is not created inside Eyeshot, it could be necessary call this method to check and fix/add(if needed) missing data, to correctly perform operations like Section/Intersection and Booleans.
Public Function FixTopology() As Boolean
This language is not supported or no code example is available.
public bool FixTopology()
This language is not supported or no code example is available.

Return Value

bool

Return true if the operation is successful, false otherwise.

Remarks
 
The original brep is modified with the operation is successful.

.NET Framework

Supported in: 4.8

In this article

Definition