ThreadedHoleSet Class¶
-
class
NXOpen.CAM.ThreadedHoleSet¶ Bases:
NXOpen.CAM.HoleBossSetRepresents a Cut Area Geometry builder
To create a new instance of this class, use
NXOpen.CAM.HoleBossGeom.CreateThreadedHoleBuilder()New in version NX7.5.0.
Properties¶
| Property | Description |
|---|---|
| Depth | Returns or sets the Depth |
| DepthBuilder | Returns the depth builder |
| DepthLimit | Returns or sets the Depth Limit types |
| Diameter | Returns or sets the Diameter |
| DiameterBuilder | Returns the diameter builder |
| Length | Returns or sets the Length |
| LengthBuilder | Returns the length builder |
| MajorDiameter | Returns or sets the Major Diameter |
| MinorDiameter | Returns or sets the Minor Diameter |
| RadialEngage | Returns or sets the Radial Engage |
| Size | Returns or sets the Size |
| StartDiameter | Returns the start diameter |
| Tag | Returns the Tag for this object. |
| TapDrillSize | Returns or sets the Tap Drill Size |
| TapDrillSizeBuilder | Returns the Tap Drill Size builder |
| TipAngle | Returns the tip angle |
| ToolAxis | Returns or sets the Tool Axis |
Methods¶
| Method | Description |
|---|---|
| GetFeature | Returns the in process feature |
| GetMachiningFeature | Returns the machining feature |
| GetStandard | The Standard |
| InferLogic | Save the infer logic information of the input entity, such as the orientation, pitch, diameter and height etc. |
| ReverseDirection | Reverses the direction of the feature |
| SetStandard | The Standard |
Property Detail¶
RadialEngage¶
-
ThreadedHoleSet.RadialEngage¶ Returns or sets the Radial Engage
-------------------------------------Getter Method
Signature
RadialEngageReturns: the Radial Engage Return type: str New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RadialEngageParameters: threadHoleValue (str) – the Radial Engage New in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)
TapDrillSize¶
-
ThreadedHoleSet.TapDrillSize¶ Returns or sets the Tap Drill Size
-------------------------------------Getter Method
Signature
TapDrillSizeReturns: Return type: float New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TapDrillSizeParameters: doubleValue (float) – New in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)
TapDrillSizeBuilder¶
-
ThreadedHoleSet.TapDrillSizeBuilder¶ Returns the Tap Drill Size builder
-------------------------------------Getter Method
Signature
TapDrillSizeBuilderReturns: Return type: NXOpen.CAM.InferredDoubleNew in version NX7.5.0.
License requirements: None.