HoleMachiningCutParameters Class

class NXOpen.CAM.HoleMachiningCutParameters

Bases: NXOpen.CAM.CutParameters

Represents 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 BottomStock

Returns:the bottom stock
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX9.0.2.

License requirements: None.

CornerControl

HoleMachiningCutParameters.CornerControl

Returns the corner control

-------------------------------------

Getter Method

Signature CornerControl

Returns:
Return type:NXOpen.CAM.CornerControlBuilder

New in version NX11.0.2.

License requirements: None.

TopOffset

HoleMachiningCutParameters.TopOffset

Returns the top offset

-------------------------------------

Getter Method

Signature TopOffset

Returns:the top offset builder
Return type:NXOpen.CAM.VerticalPosition

New in version NX9.0.2.

License requirements: None.