ThreadCutParameters Class

class NXOpen.CAM.ThreadCutParameters

Bases: NXOpen.CAM.CutParameters

Represents a NXOpen.CAM.ThreadCutParameters

New in version NX6.0.0.

Properties

Property Description
ChasePasses Returns or sets the chase passes
CheckIpwCollisions Returns or sets the value to Check for Ipw Collsions
CheckSafeClearance Returns the Check Safe Clearance
CutDepth Returns the thread cut depth
FinishPasses Returns the finish passes
HolderClearance Returns the Holder Clearance
IpwType Returns or sets the IPW type
NeckClearance Returns the Neck Clearance
NumberOfStarts Returns or sets the number of starts
PartSafeClearance Returns the Part Safe Clearance
PartStock Returns the part stock
PitchSetting Returns the pitch setting
ShankClearance Returns the Shank Clearance
Tag Returns the Tag for this object.
Tolerance Returns the tolerance
Tolerances Returns the Tolerances builder
UseToolHolder Returns or sets the use tool holder

Methods

Property Detail

ChasePasses

ThreadCutParameters.ChasePasses

Returns or sets the chase passes

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

Getter Method

Signature ChasePasses

Returns:the chase passes
Return type:int

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature ChasePasses

Parameters:chasePasses (int) – the chase passes

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

CutDepth

ThreadCutParameters.CutDepth

Returns the thread cut depth

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

Getter Method

Signature CutDepth

Returns:the thread cut depth
Return type:NXOpen.CAM.StepoverBuilder

New in version NX6.0.0.

License requirements: None.

FinishPasses

ThreadCutParameters.FinishPasses

Returns the finish passes

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

Getter Method

Signature FinishPasses

Returns:the finish passes
Return type:NXOpen.CAM.TurnThreadFinishPassesBuilder

New in version NX6.0.0.

License requirements: None.

NumberOfStarts

ThreadCutParameters.NumberOfStarts

Returns or sets the number of starts

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

Getter Method

Signature NumberOfStarts

Returns:the number of starts
Return type:int

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature NumberOfStarts

Parameters:startNum (int) – the number of starts

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

PitchSetting

ThreadCutParameters.PitchSetting

Returns the pitch setting

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

Getter Method

Signature PitchSetting

Returns:the pitch setting
Return type:NXOpen.CAM.PitchSetting

New in version NX6.0.0.

License requirements: None.

Tolerance

ThreadCutParameters.Tolerance

Returns the tolerance

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

Getter Method

Signature Tolerance

Returns:the tolerance
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX6.0.0.

License requirements: None.