ThreadMillingCutParameters Class¶
-
class
NXOpen.CAM.ThreadMillingCutParameters¶ Bases:
NXOpen.CAM.CylindricalMillingCutParametersRepresents a ThreadMillingCutParameters Builder
New in version NX7.5.0.
Properties¶
| Property | Description |
|---|---|
| BottomOffset | Returns the bottom offset |
| BottomStock | Returns the bottom stock |
| CheckIpwCollisions | Returns or sets the value to Check for Ipw Collsions |
| CheckSafeClearance | Returns the Check Safe Clearance |
| ContinuousCut | Returns or sets the continuous cut |
| CornerControl | Returns the corner control |
| CutDirection | Returns or sets the cut direction |
| CuttingDirection | Returns or sets the cut direction |
| HolderClearance | Returns the Holder Clearance |
| IpwType | Returns or sets the IPW type |
| NeckClearance | Returns the Neck Clearance |
| PartSafeClearance | Returns the Part Safe Clearance |
| PartStock | Returns the part stock |
| ShankClearance | Returns the Shank Clearance |
| Tag | Returns the Tag for this object. |
| Tolerances | Returns the Tolerances builder |
| TopOffset | Returns the top offset |
| UseToolHolder | Returns or sets the use tool holder |
Methods¶
Enumerations¶
| ThreadMillingCutParametersCutDirectionTypes Enumeration | cut direction options |
Property Detail¶
CutDirection¶
-
ThreadMillingCutParameters.CutDirection¶ Returns or sets the cut direction
-------------------------------------Getter Method
Signature
CutDirectionReturns: the cut directon type Return type: NXOpen.CAM.ThreadMillingCutParametersCutDirectionTypesNew in version NX7.5.0.
Deprecated since version NX9.0.2: Use
CAM.FeatureMillingCutParameters.CuttingDirection`()instead.License requirements: None.
-------------------------------------Setter Method
Signature
CutDirectionParameters: cutDir ( NXOpen.CAM.ThreadMillingCutParametersCutDirectionTypes) – the cut directon typeNew in version NX7.5.0.
Deprecated since version NX9.0.2: Use
CAM.FeatureMillingCutParameters.CuttingDirection`()instead.License requirements: cam_base (“CAM BASE”)