CylindricalMillingCutParameters Class¶
-
class
NXOpen.CAM.CylindricalMillingCutParameters¶ Bases:
NXOpen.CAM.FeatureMillingCutParametersRepresents a CylindricalMillingCutParameters Builder
This is an abstract class and cannot be instantiated.
New in version NX9.0.2.
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 |
| 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¶
Property Detail¶
BottomOffset¶
-
CylindricalMillingCutParameters.BottomOffset¶ Returns the bottom offset
-------------------------------------Getter Method
Signature
BottomOffsetReturns: the bottom offset builder Return type: NXOpen.CAM.VerticalPositionNew in version NX9.0.2.
License requirements: None.
ContinuousCut¶
-
CylindricalMillingCutParameters.ContinuousCut¶ Returns or sets the continuous cut
-------------------------------------Getter Method
Signature
ContinuousCutReturns: the continuous cut Return type: bool New in version NX9.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
ContinuousCutParameters: continuousCut (bool) – the continuous cut New in version NX9.0.2.
License requirements: cam_base (“CAM BASE”)