ThreadCutParameters Class¶
-
class
NXOpen.CAM.ThreadCutParameters¶ Bases:
NXOpen.CAM.CutParametersRepresents a
NXOpen.CAM.ThreadCutParametersNew 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
ChasePassesReturns: the chase passes Return type: int New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ChasePassesParameters: 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
CutDepthReturns: the thread cut depth Return type: NXOpen.CAM.StepoverBuilderNew in version NX6.0.0.
License requirements: None.
FinishPasses¶
-
ThreadCutParameters.FinishPasses¶ Returns the finish passes
-------------------------------------Getter Method
Signature
FinishPassesReturns: the finish passes Return type: NXOpen.CAM.TurnThreadFinishPassesBuilderNew in version NX6.0.0.
License requirements: None.
NumberOfStarts¶
-
ThreadCutParameters.NumberOfStarts¶ Returns or sets the number of starts
-------------------------------------Getter Method
Signature
NumberOfStartsReturns: the number of starts Return type: int New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
NumberOfStartsParameters: 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
PitchSettingReturns: the pitch setting Return type: NXOpen.CAM.PitchSettingNew in version NX6.0.0.
License requirements: None.
Tolerance¶
-
ThreadCutParameters.Tolerance¶ Returns the tolerance
-------------------------------------Getter Method
Signature
ToleranceReturns: the tolerance Return type: NXOpen.CAM.InheritableDoubleBuilderNew in version NX6.0.0.
License requirements: None.