ThreadedHoleSet Class

class NXOpen.CAM.ThreadedHoleSet

Bases: NXOpen.CAM.HoleBossSet

Represents 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 RadialEngage

Returns:the Radial Engage
Return type:str

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature RadialEngage

Parameters: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 TapDrillSize

Returns:
Return type:float

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature TapDrillSize

Parameters: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 TapDrillSizeBuilder

Returns:
Return type:NXOpen.CAM.InferredDouble

New in version NX7.5.0.

License requirements: None.

Method Detail

GetStandard

ThreadedHoleSet.GetStandard

The Standard

Signature GetStandard()

Returns:the Standard
Return type:str

New in version NX7.5.0.

License requirements: None.

SetStandard

ThreadedHoleSet.SetStandard

The Standard

Signature SetStandard(standard)

Parameters:standard (str) – the Standard

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)