ThreadedBossSet Class¶
-
class
NXOpen.CAM.ThreadedBossSet¶ Bases:
NXOpen.CAM.HoleBossSetRepresents a thread boss Geometry builder
To create a new instance of this class, use
NXOpen.CAM.HoleBossGeom.CreateThreadedBossBuilder()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 |
| Height | Returns or sets the Height |
| 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 |
| Size | Returns or sets the Size |
| StartDiameter | Returns the start diameter |
| Tag | Returns the Tag for this object. |
| 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 |
| 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 |
Property Detail¶
Height¶
-
ThreadedBossSet.Height¶ Returns or sets the Height
-------------------------------------Getter Method
Signature
HeightReturns: the Height Return type: float New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
HeightParameters: holeBossValue (float) – the height New in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)