Public Member Functions | |
__init__ (self, *args) | |
Constructor. | |
Depth (self) | |
Returns the bore depth in mm . | |
SetDepth (self, theDepth) | |
Sets the bore depth in mm . | |
Radius (self) | |
Returns the bore radius in mm . | |
SetRadius (self, theWidth) | |
Sidewalls (self) | |
Returns the shape containing the bore sidewalls. | |
SetSidewalls (self, theSidewalls) | |
Bottom (self) | |
Returns the bottom shape of the bore. | |
SetBottom (self, theBottom) | |
![]() | |
Shape (self) | |
Returns shape of the feature. | |
SetShape (self, theShape) | |
![]() | |
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 bore. | |
Cast (*args) | |
Describes a machining bore. A bore feature is formed by enlarging an existing hole using a rigid single-point cutting tool. It consists of one or more faces defining an internal cylindrical surface, optionally with a bottom. Precision is determined by the rigidity of the spindle and the boring tool. Horizontal boring ensures accurate internal geometry with the workpiece moving parallel to the tool's axis.
manufacturingtoolkit.CadExMTK.Machining_Bore.__init__ | ( | self, | |
* | args ) |
Constructor.
Reimplemented from manufacturingtoolkit.CadExMTK.MTKBase_ShapeFeature.
manufacturingtoolkit.CadExMTK.Machining_Bore.Bottom | ( | self | ) |
Returns the bottom shape of the bore.
The shape can be a single face or shell. Returns a null shape if the bore has no bottom.
|
static |
Reimplemented from manufacturingtoolkit.CadExMTK.MTKBase_ShapeFeature.
|
static |
Returns true if theFeature is a machining bore.
Reimplemented from manufacturingtoolkit.CadExMTK.MTKBase_ShapeFeature.
manufacturingtoolkit.CadExMTK.Machining_Bore.Depth | ( | self | ) |
Returns the bore depth in mm .
manufacturingtoolkit.CadExMTK.Machining_Bore.Radius | ( | self | ) |
Returns the bore radius in mm .
manufacturingtoolkit.CadExMTK.Machining_Bore.SetDepth | ( | self, | |
theDepth ) |
manufacturingtoolkit.CadExMTK.Machining_Bore.Sidewalls | ( | self | ) |
Returns the shape containing the bore sidewalls.
The shape can be a single face or shell.