Method that specifies the termination type for the hole feature. Hole features can be specified to terminate at a particular distance or object, or can be specified as "through all," which means it extends through all faces of the feature. This method defines the hole's termination at a particular distance.
Name | Type | Description |
Depth | Variant | Input Variant that specifies the depth to which to extend the hole feature. |
ExtentDirection | PartFeatureExtentDirectionEnum | Input constant that specifies the direction in which to extend the hole feature. |
FlatBottom | Boolean | Optional input Boolean that determines whether the hole feature has a flat bottom. This is an optional argument whose default value is True. |
BottomTipAngle | Variant | Optional input Variant that specifies the angle of the hole feature's bottom tip (if FlatBottom is False.) This is an optional argument whose default value is null. |