Diagnoses and repairs any gaps or bad faces on imported features.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ImportDiagnosis( _
ByVal CloseAllGaps As System.Boolean, _
ByVal RemoveFaces As System.Boolean, _
ByVal FixFaces As System.Boolean, _
ByVal Options As System.Integer _
) As System.Integer |
Visual Basic (Usage) | |
---|
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
- CloseAllGaps
True to repair any gaps, false to not
- RemoveFaces
True to remove any bad faces and to create gaps in the feature, false to not
- FixFaces
True to fix the bad faces, false to not
- Options
Not used
Return Value
True for success, false for failure
Example
Remarks
See Also
Availability
SOLIDWORKS 99, datecode 1999207