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( _ 
ByRef theFixedSolid As Brep
) As Boolean
This language is not supported or no code example is available.
public bool FixTopology( 
out Brep theFixedSolid 
)
This language is not supported or no code example is available.

Parameters

theFixedSolid
Brep

The Brep entity equivalent to the original with additional data. The original one if the operation failed.

Return Value

bool

Return true if the operation is successful, false otherwise.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition