ToolSubtypes Enumeration

NXOpen.CAM.Tool.Subtypes is an alias for NXOpen.CAM.ToolSubtypes

class NXOpen.CAM.ToolSubtypes

Bases: object

Tool subtypes

Enum Members

Enum Member Enum Member Description
Undefined  
Mill5
Milling tool-5 parameters
Mill7
Milling tool-7 parameters
Mill10
Milling tool-10 parameters
MillBall
Milling tool-Ball mill
DrillStandard
Drilling tool
DrillCenterBell
Centerdrill
DrillCountersink
Countersink
DrillSpotFace
Spot facing tool
DrillSpotDrill
Spot drill
DrillBore
Boring tool
DrillReam
Reamer
DrillCounterbore
Counterbore
DrillTap
Tap
DrillBurnishing
Burnishing tool
DrillThreadMill
Thread mill
DrillBackSpotFace
Back spot facing tool
DrillStep
Step drill
TurnStandard
Turning tool-Standard
TurnButton
Turning tool-Button
TurnBoringBar
Turning tool-Boring bar
GrooveStandard
Grooving tool-Standard
GrooveRing
Grooving tool-Ring
GrooveFullNoseRadius
Grooving tool-Full nose radius
GrooveUserDefined
Grooving tool-User defined
ThreadStandard
Threading tool-Standard
ThreadButress
Threading tool-Butress
ThreadAcme
Threading tool-ACME
ThreadTrapezoidal
Threading tool-Trapezoidal
Generic
Solid tool generic
Probe
Probe
MillChamfer
Milling chamfer mill
MillSpherical
Milling spherical mill
DrillCore
Core Drill
StdLaser
Standard Laser tool
Laser
DrillBackCountersink
Back Countersink
CoaxialLaser
Coaxial Laser tool
ValueOf()

Returns enum member equivalent to the value passed. Useful for bit operations of enum members.

Signature ValueOf(value)

Parameters:value – Any integer value or bit operation result of enum members:type value: int:returns: Enum member equivalent to the value passed.
Return type:Enum Member type.

New in version NX9.0.1.

License requirements: None.