Preview | SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
UZUmberto Zanola08/07/2024
I want to open a SLDPRT, launch import diagnostic and record if topological errors are detected or not.
Is it possible with API?
Dim instance As IPartDoc Dim CloseAllGaps As System.Boolean Dim RemoveFaces As System.Boolean Dim FixFaces As System.Boolean Dim Options As System.Integer Dim value As System.Integer value = instance.ImportDiagnosis(CloseAllGaps, RemoveFaces, FixFaces, Options)
Parameters
CloseAllGap