Machining_SteppedHole. More...
Public Member Functions | |
| __init__ (self, *args) | |
| Overload 1: Constructor. | |
| Depth (self) | |
| Returns hole depth in mm . | |
Public Member Functions inherited from manufacturingtoolkit.CadExMTK.MTKBase_CompositeFeature | |
| AddFeature (self, theFeature) | |
| Adds feature reference to feature references list. | |
| AddFeatures (self, theFeatureList) | |
| Adds feature references to feature references list. | |
| FeatureList (self) | |
| Returns the feature references list. | |
Public Member Functions inherited from manufacturingtoolkit.CadExMTK.MTKBase_Feature | |
| Nullify (self) | |
| Resets reference to implementation object. | |
| IsNull (self) | |
| Returns true if the object is nullified. | |
| IsEqual (self, theObject) | |
| IsNotEqual (self, theObject) | |
Static Public Member Functions | |
| CompareType (theFeature) | |
| Returnstrue if theFeature is a stepped machining hole. | |
| Cast (*args) | |
Describes a stepped hole feature.
A stepped hole consists of multiple machining features, each derived from the MTKBase_Hole class. Features like Machining_Hole or Machining_Countersink can be added via AddFeature() or AddFeatures(), and the total depth of the stepped hole adjusts based on the added features.
| manufacturingtoolkit.CadExMTK.Machining_SteppedHole.__init__ | ( | self, | |
| * | args ) |
Overload 1: Constructor.
|
Overload 2: Constructor.
Reimplemented from manufacturingtoolkit.CadExMTK.MTKBase_CompositeFeature.
|
static |
Reimplemented from manufacturingtoolkit.CadExMTK.MTKBase_CompositeFeature.
|
static |
Returnstrue if theFeature is a stepped machining hole.
Reimplemented from manufacturingtoolkit.CadExMTK.MTKBase_CompositeFeature.