HoleMachiningCutParameters Class¶
-
class
NXOpen.CAM.HoleMachiningCutParameters¶ Bases:
NXOpen.CAM.CutParametersRepresents a HoleMachiningCutParameters Builder
This is an abstract class and cannot be instantiated.
New in version NX9.0.0.
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 |
| 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¶
BottomStock¶
-
HoleMachiningCutParameters.BottomStock¶ Returns the bottom stock
-------------------------------------Getter Method
Signature
BottomStockReturns: the bottom stock Return type: NXOpen.CAM.InheritableDoubleBuilderNew in version NX9.0.2.
License requirements: None.
CornerControl¶
-
HoleMachiningCutParameters.CornerControl¶ Returns the corner control
-------------------------------------Getter Method
Signature
CornerControlReturns: Return type: NXOpen.CAM.CornerControlBuilderNew in version NX11.0.2.
License requirements: None.
TopOffset¶
-
HoleMachiningCutParameters.TopOffset¶ Returns the top offset
-------------------------------------Getter Method
Signature
TopOffsetReturns: the top offset builder Return type: NXOpen.CAM.VerticalPositionNew in version NX9.0.2.
License requirements: None.