| Solid Edge Part Type Library > DeleteHoles Collection : Add Method |
| Visual Basic |
|---|
Public Function Add( _ ByVal HoleTypeToDelete As HoleTypeToDeleteConstants, _ ByVal ThresholdHoleDiameter As Double _ ) As DeleteHole |
| Value | Description |
|---|---|
| seHoleTypeToDeleteAll | Deletes all hole faces, both hole feature and non-hole feature created ones. |
| seHoleTypeToDeleteCylindersAndConesOnly | Deletes all non-hole feature-created faces of the specified threshold, such as counterbores and countersinks. |
| seHoleTypeToDeleteFeaturesOnly | Deletes all hole feature-created faces of the specified threshold. |