Machining_Countersink. More...
Public Member Functions | |
__init__ (self, *args) | |
Overload 1: Constructor. | |
Radius (self) | |
Returns countersink radius in mm . | |
SetRadius (self, theRadius) | |
Sets radius for countersink in mm. | |
Depth (self) | |
Returns countersink depth in mm . | |
SetDepth (self, theDepth) | |
Sets depth for countersink in mm. | |
HasAxis (self) | |
Returns true if axis is determined for countersink. | |
Axis (self) | |
Returns countersink axis. | |
SetAxis (self, theAxis) | |
![]() | |
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 countersink. | |
Cast (theBase) | |
Describes a machining countersink.
A conical hole cut into a manufactured object, or the cutter used to cut such a hole. A common use is to allow the head of a countersunk bolt, screw or rivet, when placed in the hole, to sit flush with or below the surface of the surrounding material.
Shape() method returns ModelData.Shell for this class.
Countersink have the following basic parameters: radius in mm, depth in mm and axis.
manufacturingtoolkit.CadExMTK.Machining_Countersink.__init__ | ( | self, | |
* | args ) |
Overload 1: Constructor.
|
Overload 2: Constructor.
Reimplemented from manufacturingtoolkit.CadExMTK.MTKBase_ShapeFeature.
manufacturingtoolkit.CadExMTK.Machining_Countersink.Axis | ( | self | ) |
Returns countersink axis.
|
static |
Reimplemented from manufacturingtoolkit.CadExMTK.MTKBase_ShapeFeature.
|
static |
Returns true if theFeature is a machining countersink.
Reimplemented from manufacturingtoolkit.CadExMTK.MTKBase_ShapeFeature.
manufacturingtoolkit.CadExMTK.Machining_Countersink.Depth | ( | self | ) |
Returns countersink depth in mm .
manufacturingtoolkit.CadExMTK.Machining_Countersink.HasAxis | ( | self | ) |
Returns true if axis is determined for countersink.
manufacturingtoolkit.CadExMTK.Machining_Countersink.Radius | ( | self | ) |
Returns countersink radius in mm .
manufacturingtoolkit.CadExMTK.Machining_Countersink.SetDepth | ( | self, | |
theDepth ) |
manufacturingtoolkit.CadExMTK.Machining_Countersink.SetRadius | ( | self, | |
theRadius ) |