CylinderMillingCutParameters Class

class NXOpen.CAM.CylinderMillingCutParameters

Bases: NXOpen.CAM.CylindricalMillingCutParameters

Represents a CylinderMillingCutParameters Builder

New in version NX8.0.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

Property Detail

CutDirection

CylinderMillingCutParameters.CutDirection

Returns or sets the cut direction

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

Getter Method

Signature CutDirection

Returns:the cut directon type
Return type:NXOpen.CAM.CylinderMillingCutParametersCutDirectionTypes

New in version NX8.0.0.

Deprecated since version NX9.0.2: Use NXOpen.CAM.FeatureMillingCutParameters.CuttingDirection`() instead.

License requirements: None.

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

Setter Method

Signature CutDirection

Parameters:cutDir (NXOpen.CAM.CylinderMillingCutParametersCutDirectionTypes) – the cut directon type

New in version NX8.0.0.

Deprecated since version NX9.0.2: Use NXOpen.CAM.FeatureMillingCutParameters.CuttingDirection`() instead.

License requirements: cam_base (“CAM BASE”)