Public Member Functions | |
| __init__ (self, *args) | |
| Constructor. | |
| MajorDiameter (self) | |
| Returns the thread major diameter in mm. | |
| MinorDiameter (self) | |
| Returns the thread minor diameter in mm. | |
| Pitch (self) | |
| Returns the thread pitch in mm. | |
| Length (self) | |
| Returns the thread length in mm. | |
| Axis (self) | |
| Returns the thread axis. | |
Public Member Functions inherited from manufacturingtoolkit.MTKCore.MTKBase_ShapeFeature | |
| Shape (self) | |
| Returns shape of the feature. | |
| SetShape (self, theShape) | |
Public Member Functions inherited from manufacturingtoolkit.MTKCore.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) | |
| Returns true if theFeature is a machining thread. | |
| Cast (theBase) | |
Describes a machining thread feature.
An external thread is a helical ridge formed on the outer surface of a cylindrical feature. Common externally threaded parts include bolts, screws, studs, threaded rods, eye bolts, anchor bolts, pipe fittings and adapters. The helical thread is designed to mate with internal threaded components – such as tapped holes, nuts, and thread inserts – providing secure and reliable mechanical fastening.
Shape() method returns ModelData.Shell for this class.
Thread has the following basic parameters: minor diameter in mm, major diameter in mm, length in mm, pitch in mm.
| manufacturingtoolkit.MTKCore.Machining_Thread.__init__ | ( | self, | |
| * | args ) |
Constructor.
Creates a machining thread from the major diameter, minor diameter, pitch, length and the axis.
Reimplemented from manufacturingtoolkit.MTKCore.MTKBase_ShapeFeature.
| manufacturingtoolkit.MTKCore.Machining_Thread.Axis | ( | self | ) |
Returns the thread axis.
|
static |
Reimplemented from manufacturingtoolkit.MTKCore.MTKBase_ShapeFeature.
|
static |
Returns true if theFeature is a machining thread.
Reimplemented from manufacturingtoolkit.MTKCore.MTKBase_ShapeFeature.
| manufacturingtoolkit.MTKCore.Machining_Thread.Length | ( | self | ) |
Returns the thread length in mm.
| manufacturingtoolkit.MTKCore.Machining_Thread.MajorDiameter | ( | self | ) |
Returns the thread major diameter in mm.
| manufacturingtoolkit.MTKCore.Machining_Thread.MinorDiameter | ( | self | ) |
Returns the thread minor diameter in mm.
| manufacturingtoolkit.MTKCore.Machining_Thread.Pitch | ( | self | ) |
Returns the thread pitch in mm.