MillCutParameters Class

class NXOpen.CAM.MillCutParameters

Bases: NXOpen.CAM.CutParameters

Represents a NXOpen.CAM.MillCutParameters

New in version NX6.0.0.

Properties

Property Description
AcrossVoids Returns the across voids
ActionWhenGouging Returns or sets the action when gouging
AdjacentBlades Returns or sets the Adjacent Blades Stock Option Type
AllowUndercutting Returns or sets the allow undercutting toggle
ApplyToLastPass Returns or sets the status for doing Blank Sensitive finish on the last cut level
BladeStock Returns the blade stock
BlankDistance Returns the blank distance
BlankOverhang Returns the blank overhang (inheritable tool dependent).
BlankStock Returns the blank stock
BlendStock Returns the blend stock
BoundaryApproximation Returns or sets the boundary approximation toggle
BoundaryInTol Returns or sets the boundary intol
BoundaryOutTol Returns or sets the boundary out tol
BoundaryStock Returns or sets the boundary stock
CheckIpwCollisions Returns or sets the value to Check for Ipw Collsions
CheckSafeClearance Returns the Check Safe Clearance
CheckStock Returns the check stock
CleanupOutput Returns the Cleanup Output
CleanupSettings Returns the Cleanup Settings
CornerControl Returns the corner control
CornerFindingOptions Returns or sets the Corner Finding Options
CutAngle Returns the cut angle
CutAreaExtensionDistance Returns the cut area extension distance builder
CutBelowOverhangingBlank Returns or sets the Cut Below Overhanging Blank Method
CutBelowToolContact Returns or sets the cut below tool contact setting
CutBetweenLevels Returns or sets the cut between levels
CutDirection Returns the cut direction
CutOrder Returns or sets the cut order
CutWallsOnly Returns or sets the Cut Walls Only toggle
ExtendAcrossUndercut Returns or sets the extend across undercut toggle
ExtendAtEdges Returns the Extend At Edges
ExtendFloorTo Returns or sets the extend floor to
ExtendToPart Returns or sets the extend to part flag
FinishPasses Returns the finish passes
FloorSameAsPartStock Returns or sets the floor same as part stock
FloorStock Returns the floor stock
FollowCheck Returns or sets the follow check geometry status
FromLeadingEdge Returns the from leading edge
FromTrailingEdge Returns the from trailing edge
GlobalOptimization Returns or sets the global optimzation status
HolderClearance Returns the Holder Clearance
HubStock Returns the hub stock
IncludeBodiesOfSurfaceRegion Returns or sets the flag to check bodies of surface region
IpwType Returns or sets the IPW type
LevelToLevel Returns the Level to Level
LowerLimit Returns the lower limit
MaxCutStep Returns the maximum cut step
MaxCutTraverse Returns the max cut traverse
MergeDistance Returns the merge distance builder (tool dependent double)
MinCutVolume Returns the minimum cut volume
MinMaterialThickness Returns the minimum material thickness
MinimizeNumberOfEngages Returns or sets the minimize number of engages toggle
MultiDepthCut Returns the Multi Depth Cut
NeckClearance Returns the Neck Clearance
OutputUncutRegions Returns the output uncut regions
PartSafeClearance Returns the Part Safe Clearance
PartStock Returns the part stock
PartStockOffset Returns the part stock offset
PatternDirection Returns or sets the pattern direction
PlungeDirection Returns or sets the plunge direction
PreventUndercutting Returns or sets the prevent undercutting toggle
RegionConnection Returns or sets the region connection
RegionSequencing Returns or sets the region resequencing
RollToolOverEdges Returns or sets the roll tool over edges toggle
RotaryMaxAngleLimit Returns or sets the rotary max angle limit
RotaryMinAngleLimit Returns or sets the min angle from part axis
SelfIntersection Returns or sets the Standard Drive Self-Intersect Status
ShankClearance Returns the Shank Clearance
ShroudStock Returns the shroud stock
SimplifyShapes Returns or sets the Simplify Shapes Method
SinglePassOffset Returns the Single Pass Offset
SmallAreaAvoidance Returns the small area avoidance
SteepContainment Returns the steep containment
Stepover Returns the stepover
StepoverLimit Returns the Stepover Limit
Tag Returns the Tag for this object.
TextDepth Returns the Text Depth
TlaxisBladeRollAngle Returns or sets the max blade roll angle
Tolerances Returns the Tolerances builder
TolerantMachining Returns or sets the tolerant machining status
ToolAxisChange Returns the tool axis change
ToolAxisSmoothing Returns or sets the degree of tool axis smoothing
ToolAxisTilt Returns the tool axis tilt
ToolRunOff Returns the Tool Run Off
ToolRunOffType Returns or sets the Tool Run Off Type
ToolRunOn Returns the Tool Run On
ToolpathSmoothing Returns or sets the degree of tool path smoothing
TraverseOpenPasses Returns or sets the open passes
TrimControl Returns or sets the trim control method type
TrimStock Returns the trim stock
TrochoidalSettings Returns the Trochoidal Settings
UpDownCutting Returns the up down cutting
UsePrevious2dIpw Returns or sets the use previous IPW toggle
UseToolHolder Returns or sets the use tool holder
ValleyOverlapDistance Returns the valley overlap distance
WallStock Returns the wall stock
ZAxisSmoothing Returns the Z Axis Smoothing.

Methods

Property Detail

AcrossVoids

MillCutParameters.AcrossVoids

Returns the across voids

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

Getter Method

Signature AcrossVoids

Returns:
Return type:NXOpen.CAM.AcrossVoids

New in version NX6.0.0.

License requirements: None.

ActionWhenGouging

MillCutParameters.ActionWhenGouging

Returns or sets the action when gouging

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

Getter Method

Signature ActionWhenGouging

Returns:the When Gouging Check value
Return type:NXOpen.CAM.CutParametersActionWhenGougingTypes

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature ActionWhenGouging

Parameters:propValue (NXOpen.CAM.CutParametersActionWhenGougingTypes) – the When Gouging Check value

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

AdjacentBlades

MillCutParameters.AdjacentBlades

Returns or sets the Adjacent Blades Stock Option Type

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

Getter Method

Signature AdjacentBlades

Returns:the adjacent blades stock option type
Return type:NXOpen.CAM.CutParametersAdjacentBladesTypes

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature AdjacentBlades

Parameters:adjacentBlades (NXOpen.CAM.CutParametersAdjacentBladesTypes) – the adjacent blades stock option type

New in version NX8.5.0.

License requirements: cam_base (“CAM BASE”)

AllowUndercutting

MillCutParameters.AllowUndercutting

Returns or sets the allow undercutting toggle

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

Getter Method

Signature AllowUndercutting

Returns:the Undercut Handle Flag
Return type:bool

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature AllowUndercutting

Parameters:propValue (bool) – the Undercut Handle Flag

New in version NX8.0.0.

License requirements: cam_base (“CAM BASE”)

ApplyToLastPass

MillCutParameters.ApplyToLastPass

Returns or sets the status for doing Blank Sensitive finish on the last cut level

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

Getter Method

Signature ApplyToLastPass

Returns:apply to last pass status
Return type:bool

New in version NX7.5.1.

License requirements: None.

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

Setter Method

Signature ApplyToLastPass

Parameters:applyLastPassStatus (bool) – apply to last pass status

New in version NX7.5.1.

License requirements: cam_base (“CAM BASE”)

BladeStock

MillCutParameters.BladeStock

Returns the blade stock

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

Getter Method

Signature BladeStock

Returns:the blade stock builder
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX7.0.0.

License requirements: None.

BlankDistance

MillCutParameters.BlankDistance

Returns the blank distance

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

Getter Method

Signature BlankDistance

Returns:the blank distance builder
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX6.0.0.

License requirements: None.

BlankOverhang

MillCutParameters.BlankOverhang

Returns the blank overhang (inheritable tool dependent).

Its relative UI name is changed to “Tool Overhang” from NX8.0. But it is named to “First Pass Overhang” in floor milling and floor and wall milling

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

Getter Method

Signature BlankOverhang

Returns:the blank overhang
Return type:NXOpen.CAM.InheritableToolDepBuilder

New in version NX6.0.0.

License requirements: None.

BlankStock

MillCutParameters.BlankStock

Returns the blank stock

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

Getter Method

Signature BlankStock

Returns:the stock blank builder
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX6.0.0.

License requirements: None.

BlendStock

MillCutParameters.BlendStock

Returns the blend stock

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

Getter Method

Signature BlendStock

Returns:the blend stock builder
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX7.0.0.

License requirements: None.

BoundaryApproximation

MillCutParameters.BoundaryApproximation

Returns or sets the boundary approximation toggle

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

Getter Method

Signature BoundaryApproximation

Returns:the Boundary Profile Pass Flag
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature BoundaryApproximation

Parameters:propValue (bool) – the Boundary Profile Pass Flag

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

BoundaryInTol

MillCutParameters.BoundaryInTol

Returns or sets the boundary intol

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

Getter Method

Signature BoundaryInTol

Returns:the boundary intol value
Return type:float

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature BoundaryInTol

Parameters:propValue (float) – the boundary intol value

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

BoundaryOutTol

MillCutParameters.BoundaryOutTol

Returns or sets the boundary out tol

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

Getter Method

Signature BoundaryOutTol

Returns:the boundary out tol value
Return type:float

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature BoundaryOutTol

Parameters:propValue (float) – the boundary out tol value

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

BoundaryStock

MillCutParameters.BoundaryStock

Returns or sets the boundary stock

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

Getter Method

Signature BoundaryStock

Returns:the boundary stock value
Return type:float

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature BoundaryStock

Parameters:propValue (float) – the trim stock value

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

CheckStock

MillCutParameters.CheckStock

Returns the check stock

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

Getter Method

Signature CheckStock

Returns:The check stock builder
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX6.0.0.

License requirements: None.

CleanupOutput

MillCutParameters.CleanupOutput

Returns the Cleanup Output

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

Getter Method

Signature CleanupOutput

Returns:
Return type:NXOpen.CAM.CleanupOutput

New in version NX6.0.0.

License requirements: None.

CleanupSettings

MillCutParameters.CleanupSettings

Returns the Cleanup Settings

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

Getter Method

Signature CleanupSettings

Returns:
Return type:NXOpen.CAM.CleanupSettings

New in version NX6.0.0.

License requirements: None.

CornerControl

MillCutParameters.CornerControl

Returns the corner control

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

Getter Method

Signature CornerControl

Returns:
Return type:NXOpen.CAM.CornerControlBuilder

New in version NX6.0.0.

License requirements: None.

CornerFindingOptions

MillCutParameters.CornerFindingOptions

Returns or sets the Corner Finding Options

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

Getter Method

Signature CornerFindingOptions

Returns:the Finding Corner type
Return type:NXOpen.CAM.CutParametersCornerFindingTypes

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature CornerFindingOptions

Parameters:cornerFinding (NXOpen.CAM.CutParametersCornerFindingTypes) – the Finding Corner type

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

CutAngle

MillCutParameters.CutAngle

Returns the cut angle

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

Getter Method

Signature CutAngle

Returns:
Return type:NXOpen.CAM.CutAngle

New in version NX6.0.0.

License requirements: None.

CutAreaExtensionDistance

MillCutParameters.CutAreaExtensionDistance

Returns the cut area extension distance builder

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

Getter Method

Signature CutAreaExtensionDistance

Returns:the cut area extension distance builder
Return type:NXOpen.CAM.InheritableToolDepBuilder

New in version NX6.0.0.

License requirements: None.

CutBelowOverhangingBlank

MillCutParameters.CutBelowOverhangingBlank

Returns or sets the Cut Below Overhanging Blank Method

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

Getter Method

Signature CutBelowOverhangingBlank

Returns:
Return type:bool

New in version NX9.0.0.

License requirements: cam_base (“CAM BASE”)

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

Setter Method

Signature CutBelowOverhangingBlank

Parameters:propValue (bool) – the Cut Below Overhanging Blank Method

New in version NX9.0.0.

License requirements: cam_base (“CAM BASE”)

CutBelowToolContact

MillCutParameters.CutBelowToolContact

Returns or sets the cut below tool contact setting

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

Getter Method

Signature CutBelowToolContact

Returns:
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature CutBelowToolContact

Parameters:cutBelowToolContact (bool) –

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

CutBetweenLevels

MillCutParameters.CutBetweenLevels

Returns or sets the cut between levels

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

Getter Method

Signature CutBetweenLevels

Returns:the cut between method
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature CutBetweenLevels

Parameters:cutBetween (bool) – the cut between method

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

CutDirection

MillCutParameters.CutDirection

Returns the cut direction

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

Getter Method

Signature CutDirection

Returns:
Return type:NXOpen.CAM.CutDirection

New in version NX6.0.0.

License requirements: None.

CutOrder

MillCutParameters.CutOrder

Returns or sets the cut order

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

Getter Method

Signature CutOrder

Returns:
Return type:NXOpen.CAM.CutParametersCutOrderTypes

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature CutOrder

Parameters:propValue (NXOpen.CAM.CutParametersCutOrderTypes) –

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

CutWallsOnly

MillCutParameters.CutWallsOnly

Returns or sets the Cut Walls Only toggle

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

Getter Method

Signature CutWallsOnly

Returns:the Cut Walls Only
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature CutWallsOnly

Parameters:propValue (bool) – the Cut Walls Only

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

ExtendAcrossUndercut

MillCutParameters.ExtendAcrossUndercut

Returns or sets the extend across undercut toggle

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

Getter Method

Signature ExtendAcrossUndercut

Returns:the Extend Across Undercut value
Return type:bool

New in version NX10.0.2.

License requirements: cam_base (“CAM BASE”)

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

Setter Method

Signature ExtendAcrossUndercut

Parameters:propValue (bool) – the Extend Across Undercut value

New in version NX10.0.2.

License requirements: cam_base (“CAM BASE”)

ExtendAtEdges

MillCutParameters.ExtendAtEdges

Returns the Extend At Edges

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

Getter Method

Signature ExtendAtEdges

Returns:
Return type:NXOpen.CAM.ExtendAtEdges

New in version NX6.0.0.

License requirements: None.

ExtendFloorTo

MillCutParameters.ExtendFloorTo

Returns or sets the extend floor to

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

Getter Method

Signature ExtendFloorTo

Returns:the extend floor to option
Return type:NXOpen.CAM.CutParametersExtendFloorTypes

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature ExtendFloorTo

Parameters:option (NXOpen.CAM.CutParametersExtendFloorTypes) – the extend floor to option

New in version NX8.0.0.

License requirements: cam_base (“CAM BASE”)

ExtendToPart

MillCutParameters.ExtendToPart

Returns or sets the extend to part flag

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

Getter Method

Signature ExtendToPart

Returns:the extend to part flag
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature ExtendToPart

Parameters:flag (bool) – the extend to part flag

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

FinishPasses

MillCutParameters.FinishPasses

Returns the finish passes

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

Getter Method

Signature FinishPasses

Returns:the finish passes builder
Return type:NXOpen.CAM.FinishPassesBuilder

New in version NX6.0.0.

License requirements: None.

FloorSameAsPartStock

MillCutParameters.FloorSameAsPartStock

Returns or sets the floor same as part stock

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

Getter Method

Signature FloorSameAsPartStock

Returns:the stock part use status
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature FloorSameAsPartStock

Parameters:stockPartStatus (bool) – the stock part use status

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

FloorStock

MillCutParameters.FloorStock

Returns the floor stock

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

Getter Method

Signature FloorStock

Returns:the floor stock builder
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX6.0.0.

License requirements: None.

FollowCheck

MillCutParameters.FollowCheck

Returns or sets the follow check geometry status

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

Getter Method

Signature FollowCheck

Returns:the Follow Check Geometry Status
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature FollowCheck

Parameters:propValue (bool) – the Follow Check Geometry Status

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

FromLeadingEdge

MillCutParameters.FromLeadingEdge

Returns the from leading edge

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

Getter Method

Signature FromLeadingEdge

Returns:
Return type:NXOpen.CAM.InheritableToolDepBuilder

New in version NX7.0.0.

License requirements: None.

FromTrailingEdge

MillCutParameters.FromTrailingEdge

Returns the from trailing edge

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

Getter Method

Signature FromTrailingEdge

Returns:
Return type:NXOpen.CAM.InheritableToolDepBuilder

New in version NX7.0.0.

License requirements: None.

GlobalOptimization

MillCutParameters.GlobalOptimization

Returns or sets the global optimzation status

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

Getter Method

Signature GlobalOptimization

Returns:global optimization status
Return type:bool

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature GlobalOptimization

Parameters:globalOptStatus (bool) – global optimization status

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

HubStock

MillCutParameters.HubStock

Returns the hub stock

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

Getter Method

Signature HubStock

Returns:the hub stock builder
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX7.0.0.

License requirements: None.

IncludeBodiesOfSurfaceRegion

MillCutParameters.IncludeBodiesOfSurfaceRegion

Returns or sets the flag to check bodies of surface region

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

Getter Method

Signature IncludeBodiesOfSurfaceRegion

Returns:flag of including bodies of surface region
Return type:bool

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature IncludeBodiesOfSurfaceRegion

Parameters:includeBodies (bool) – flag of including bodies of surface region

New in version NX8.0.0.

License requirements: cam_base (“CAM BASE”)

LevelToLevel

MillCutParameters.LevelToLevel

Returns the Level to Level

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

Getter Method

Signature LevelToLevel

Returns:
Return type:NXOpen.CAM.LevelToLevel

New in version NX6.0.0.

License requirements: None.

LowerLimit

MillCutParameters.LowerLimit

Returns the lower limit

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

Getter Method

Signature LowerLimit

Returns:
Return type:NXOpen.CAM.LowerLimit

New in version NX6.0.0.

License requirements: None.

MaxCutStep

MillCutParameters.MaxCutStep

Returns the maximum cut step

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

Getter Method

Signature MaxCutStep

Returns:The Max. Step Size builder
Return type:NXOpen.CAM.InheritableToolDepBuilder

New in version NX6.0.0.

License requirements: None.

MaxCutTraverse

MillCutParameters.MaxCutTraverse

Returns the max cut traverse

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

Getter Method

Signature MaxCutTraverse

Returns:
Return type:NXOpen.CAM.MaxCutTraverse

New in version NX6.0.0.

License requirements: None.

MergeDistance

MillCutParameters.MergeDistance

Returns the merge distance builder (tool dependent double)

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

Getter Method

Signature MergeDistance

Returns:
Return type:NXOpen.CAM.InheritableToolDepBuilder

New in version NX6.0.0.

License requirements: None.

MinCutVolume

MillCutParameters.MinCutVolume

Returns the minimum cut volume

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

Getter Method

Signature MinCutVolume

Returns:
Return type:NXOpen.CAM.MinCutVolume

New in version NX6.0.0.

License requirements: None.

MinMaterialThickness

MillCutParameters.MinMaterialThickness

Returns the minimum material thickness

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

Getter Method

Signature MinMaterialThickness

Returns:the minimum thickness builder
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX6.0.0.

License requirements: None.

MinimizeNumberOfEngages

MillCutParameters.MinimizeNumberOfEngages

Returns or sets the minimize number of engages toggle

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

Getter Method

Signature MinimizeNumberOfEngages

Returns:the Minimize Number of Engages Flag
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature MinimizeNumberOfEngages

Parameters:propValue (bool) – the Minimize Number of Engages Flag

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

MultiDepthCut

MillCutParameters.MultiDepthCut

Returns the Multi Depth Cut

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

Getter Method

Signature MultiDepthCut

Returns:
Return type:NXOpen.CAM.MultiDepthCut

New in version NX6.0.0.

License requirements: None.

OutputUncutRegions

MillCutParameters.OutputUncutRegions

Returns the output uncut regions

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

Getter Method

Signature OutputUncutRegions

Returns:
Return type:NXOpen.CAM.OutputUncutRegions

New in version NX6.0.0.

License requirements: None.

PartStockOffset

MillCutParameters.PartStockOffset

Returns the part stock offset

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

Getter Method

Signature PartStockOffset

Returns:The Part Stock Offset builder
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX6.0.0.

License requirements: None.

PatternDirection

MillCutParameters.PatternDirection

Returns or sets the pattern direction

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

Getter Method

Signature PatternDirection

Returns:
Return type:NXOpen.CAM.CutParametersPatternDirectionTypes

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

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

Setter Method

Signature PatternDirection

Parameters:propValue (NXOpen.CAM.CutParametersPatternDirectionTypes) –

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

PlungeDirection

MillCutParameters.PlungeDirection

Returns or sets the plunge direction

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

Getter Method

Signature PlungeDirection

Returns:The plunge direction
Return type:NXOpen.CAM.CutParametersPlungeDirectionTypes

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature PlungeDirection

Parameters:propValue (NXOpen.CAM.CutParametersPlungeDirectionTypes) – The plunge direction

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

PreventUndercutting

MillCutParameters.PreventUndercutting

Returns or sets the prevent undercutting toggle

This property is deprecated. Use NXOpen.CAM.MillCutParameters.AllowUndercutting`() instead.

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

Getter Method

Signature PreventUndercutting

Returns:the Undercut Handle Flag
Return type:bool

New in version NX6.0.0.

Deprecated since version NX8.0.0: Use NXOpen.CAM.MillCutParameters.AllowUndercutting`() instead.

License requirements: None.

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

Setter Method

Signature PreventUndercutting

Parameters:propValue (bool) – the Undercut Handle Flag

New in version NX6.0.0.

Deprecated since version NX8.0.0: Use NXOpen.CAM.MillCutParameters.AllowUndercutting`() instead.

License requirements: cam_base (“CAM BASE”)

RegionConnection

MillCutParameters.RegionConnection

Returns or sets the region connection

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

Getter Method

Signature RegionConnection

Returns:the Region Connection
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature RegionConnection

Parameters:propValue (bool) – the Region Connection

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

RegionSequencing

MillCutParameters.RegionSequencing

Returns or sets the region resequencing

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

Getter Method

Signature RegionSequencing

Returns:
Return type:NXOpen.CAM.CutParametersRegionSequencingTypes

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature RegionSequencing

Parameters:propValue (NXOpen.CAM.CutParametersRegionSequencingTypes) –

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

RollToolOverEdges

MillCutParameters.RollToolOverEdges

Returns or sets the roll tool over edges toggle

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

Getter Method

Signature RollToolOverEdges

Returns:the Remove Edge Traces value
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature RollToolOverEdges

Parameters:propValue (bool) – the Remove Edge Traces value

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

RotaryMaxAngleLimit

MillCutParameters.RotaryMaxAngleLimit

Returns or sets the rotary max angle limit

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

Getter Method

Signature RotaryMaxAngleLimit

Returns:the rotary max angle limit
Return type:float

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature RotaryMaxAngleLimit

Parameters:angle (float) – the rotary max angle limit

New in version NX8.0.0.

License requirements: cam_base (“CAM BASE”)

RotaryMinAngleLimit

MillCutParameters.RotaryMinAngleLimit

Returns or sets the min angle from part axis

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

Getter Method

Signature RotaryMinAngleLimit

Returns:the rotary min angle limit
Return type:float

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature RotaryMinAngleLimit

Parameters:angle (float) – the rotary min angle limit

New in version NX8.0.0.

License requirements: cam_base (“CAM BASE”)

SelfIntersection

MillCutParameters.SelfIntersection

Returns or sets the Standard Drive Self-Intersect Status

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

Getter Method

Signature SelfIntersection

Returns:The Standard Drive Self-Intersect Status value
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature SelfIntersection

Parameters:selfIntersect (bool) – The Standard Drive Self-Intersect Status value

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

ShroudStock

MillCutParameters.ShroudStock

Returns the shroud stock

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

Getter Method

Signature ShroudStock

Returns:the shroud stock builder
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX7.0.0.

License requirements: None.

SimplifyShapes

MillCutParameters.SimplifyShapes

Returns or sets the Simplify Shapes Method

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

Getter Method

Signature SimplifyShapes

Returns:
Return type:NXOpen.CAM.CutParametersSimplifyShapesTypes

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature SimplifyShapes

Parameters:propValue (NXOpen.CAM.CutParametersSimplifyShapesTypes) –

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

SinglePassOffset

MillCutParameters.SinglePassOffset

Returns the Single Pass Offset

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

Getter Method

Signature SinglePassOffset

Returns:
Return type:NXOpen.CAM.InheritableToolDepBuilder

New in version NX8.0.0.

License requirements: None.

SmallAreaAvoidance

MillCutParameters.SmallAreaAvoidance

Returns the small area avoidance

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

Getter Method

Signature SmallAreaAvoidance

Returns:the small area builder
Return type:NXOpen.CAM.SmallAreaAvoidance

New in version NX6.0.0.

License requirements: None.

SteepContainment

MillCutParameters.SteepContainment

Returns the steep containment

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

Getter Method

Signature SteepContainment

Returns:
Return type:NXOpen.CAM.SteepContainment

New in version NX6.0.0.

License requirements: None.

Stepover

MillCutParameters.Stepover

Returns the stepover

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

Getter Method

Signature Stepover

Returns:
Return type:NXOpen.CAM.StepoverBuilder

New in version NX6.0.0.

License requirements: None.

StepoverLimit

MillCutParameters.StepoverLimit

Returns the Stepover Limit

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

Getter Method

Signature StepoverLimit

Returns:
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX6.0.0.

License requirements: None.

TextDepth

MillCutParameters.TextDepth

Returns the Text Depth

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

Getter Method

Signature TextDepth

Returns:The Text Depth builder
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX6.0.0.

License requirements: None.

TlaxisBladeRollAngle

MillCutParameters.TlaxisBladeRollAngle

Returns or sets the max blade roll angle

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

Getter Method

Signature TlaxisBladeRollAngle

Returns:the max blade roll angle value
Return type:float

New in version NX7.0.0.

License requirements: None.

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

Setter Method

Signature TlaxisBladeRollAngle

Parameters:angle (float) – the max blade roll angle value

New in version NX7.0.0.

License requirements: cam_base (“CAM BASE”)

TolerantMachining

MillCutParameters.TolerantMachining

Returns or sets the tolerant machining status

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

Getter Method

Signature TolerantMachining

Returns:the tolerant machining status
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature TolerantMachining

Parameters:tolerantMachine (bool) – the tolerant machining status

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

ToolAxisChange

MillCutParameters.ToolAxisChange

Returns the tool axis change

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

Getter Method

Signature ToolAxisChange

Returns:
Return type:NXOpen.CAM.ToolAxisChange

New in version NX6.0.0.

License requirements: None.

ToolAxisSmoothing

MillCutParameters.ToolAxisSmoothing

Returns or sets the degree of tool axis smoothing

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

Getter Method

Signature ToolAxisSmoothing

Returns:the Smoothing value
Return type:int

New in version NX7.0.0.

License requirements: None.

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

Setter Method

Signature ToolAxisSmoothing

Parameters:smoothing (int) – the Smoothing value

New in version NX7.0.0.

License requirements: cam_base (“CAM BASE”)

ToolAxisTilt

MillCutParameters.ToolAxisTilt

Returns the tool axis tilt

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

Getter Method

Signature ToolAxisTilt

Returns:the tool axis tilt builder
Return type:NXOpen.CAM.ToolAxisTilt

New in version NX6.0.0.

License requirements: None.

ToolRunOff

MillCutParameters.ToolRunOff

Returns the Tool Run Off

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

Getter Method

Signature ToolRunOff

Returns:
Return type:NXOpen.CAM.InheritableToolDepBuilder

New in version NX8.0.0.

License requirements: None.

ToolRunOffType

MillCutParameters.ToolRunOffType

Returns or sets the Tool Run Off Type

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

Getter Method

Signature ToolRunOffType

Returns:the Tool Run Off type
Return type:NXOpen.CAM.CutParametersToolRunOffTypes

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature ToolRunOffType

Parameters:toolRunOff (NXOpen.CAM.CutParametersToolRunOffTypes) – the Tool Run Off type

New in version NX8.0.0.

License requirements: cam_base (“CAM BASE”)

ToolRunOn

MillCutParameters.ToolRunOn

Returns the Tool Run On

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

Getter Method

Signature ToolRunOn

Returns:
Return type:NXOpen.CAM.InheritableToolDepBuilder

New in version NX8.0.0.

License requirements: None.

ToolpathSmoothing

MillCutParameters.ToolpathSmoothing

Returns or sets the degree of tool path smoothing

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

Getter Method

Signature ToolpathSmoothing

Returns:the Smoothing value
Return type:int

New in version NX7.0.0.

License requirements: None.

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

Setter Method

Signature ToolpathSmoothing

Parameters:smoothing (int) – the Smoothing value

New in version NX7.0.0.

License requirements: cam_base (“CAM BASE”)

TraverseOpenPasses

MillCutParameters.TraverseOpenPasses

Returns or sets the open passes

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

Getter Method

Signature TraverseOpenPasses

Returns:
Return type:NXOpen.CAM.CutParametersTraverseOpenPassesTypes

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature TraverseOpenPasses

Parameters:propValue (NXOpen.CAM.CutParametersTraverseOpenPassesTypes) –

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

TrimControl

MillCutParameters.TrimControl

Returns or sets the trim control method type

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

Getter Method

Signature TrimControl

Returns:
Return type:NXOpen.CAM.CutParametersTrimControlTypes

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature TrimControl

Parameters:propValue (NXOpen.CAM.CutParametersTrimControlTypes) –

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

TrimStock

MillCutParameters.TrimStock

Returns the trim stock

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

Getter Method

Signature TrimStock

Returns:the Stock of Trim Geometry builder
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX6.0.0.

License requirements: None.

TrochoidalSettings

MillCutParameters.TrochoidalSettings

Returns the Trochoidal Settings

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

Getter Method

Signature TrochoidalSettings

Returns:
Return type:NXOpen.CAM.TrochoidalSettings

New in version NX6.0.0.

License requirements: None.

UpDownCutting

MillCutParameters.UpDownCutting

Returns the up down cutting

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

Getter Method

Signature UpDownCutting

Returns:
Return type:NXOpen.CAM.UpDownCutting

New in version NX6.0.0.

License requirements: None.

UsePrevious2dIpw

MillCutParameters.UsePrevious2dIpw

Returns or sets the use previous IPW toggle

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

Getter Method

Signature UsePrevious2dIpw

Returns:the Use Previous IPW Flag
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature UsePrevious2dIpw

Parameters:propValue (bool) – the Use Previous IPW Flag

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

ValleyOverlapDistance

MillCutParameters.ValleyOverlapDistance

Returns the valley overlap distance

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

Getter Method

Signature ValleyOverlapDistance

Returns:the valley overlap distance
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX6.0.0.

License requirements: None.

WallStock

MillCutParameters.WallStock

Returns the wall stock

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

Getter Method

Signature WallStock

Returns:the stock wall builder
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX6.0.0.

License requirements: None.

ZAxisSmoothing

MillCutParameters.ZAxisSmoothing

Returns the Z Axis Smoothing.

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

Getter Method

Signature ZAxisSmoothing

Returns:
Return type:NXOpen.CAM.ZAxisSmoothing

New in version NX7.5.0.

License requirements: None.