Solid Edge Part Type Library
Add Method
Member of the HoleTypeToDeleteConstants constant set that specifies the type of hole to delete.
Specifies a hole diameter to be used as a threshold in specifying the holes to be deleted.
Description
Adds an occurrence of the referenced object.
Syntax
Visual Basic
Public Function Add( _
   ByVal HoleTypeToDelete As HoleTypeToDeleteConstants, _
   ByVal ThresholdHoleDiameter As Double _
) As DeleteHole
Parameters
HoleTypeToDelete
ValueDescription
seHoleTypeToDeleteAllDeletes all hole faces, both hole feature and non-hole feature created ones.
seHoleTypeToDeleteCylindersAndConesOnlyDeletes all non-hole feature-created faces of the specified threshold, such as counterbores and countersinks.
seHoleTypeToDeleteFeaturesOnlyDeletes all hole feature-created faces of the specified threshold.
Member of the HoleTypeToDeleteConstants constant set that specifies the type of hole to delete.
ThresholdHoleDiameter
Specifies a hole diameter to be used as a threshold in specifying the holes to be deleted.
See Also

DeleteHoles Collection  | DeleteHoles Members