FeatureMillingCutParameters Class¶
-
class
NXOpen.CAM.FeatureMillingCutParameters¶ Bases:
NXOpen.CAM.HoleMachiningCutParametersRepresents a FeatureMillingCutParameters Builder
New in version NX9.0.2.
Properties¶
| Property | Description |
|---|---|
| BottomStock | Returns the bottom stock |
| CheckIpwCollisions | Returns or sets the value to Check for Ipw Collsions |
| CheckSafeClearance | Returns the Check Safe Clearance |
| CornerControl | Returns the corner control |
| 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¶
| FeatureMillingCutParametersCuttingDirectionTypes Enumeration | cut direction options |
Property Detail¶
CuttingDirection¶
-
FeatureMillingCutParameters.CuttingDirection¶ Returns or sets the cut direction
-------------------------------------Getter Method
Signature
CuttingDirectionReturns: the cut directon type Return type: NXOpen.CAM.FeatureMillingCutParametersCuttingDirectionTypesNew in version NX9.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
CuttingDirectionParameters: cutDir ( NXOpen.CAM.FeatureMillingCutParametersCuttingDirectionTypes) – the cut directon typeNew in version NX9.0.2.
License requirements: cam_base (“CAM BASE”)