NXOpen.UF.Path.ToolChange Structure

NXOpen.UF.Path.ToolChange is an alias for NXOpen.UF.PathToolChange_Struct

class NXOpen.UF.PathToolChange_Struct

Bases: object

Refer to UF_PATH_tool_change_s for documentation.

Fields

NXOpen.UF.PathToolChange_Struct.XoffsetValue offset value of the tool in the X direction.
NXOpen.UF.PathToolChange_Struct.YoffsetValue offset value of the tool in the Y direction.
NXOpen.UF.PathToolChange_Struct.ZoffsetValue offset value of the tool in the Z direction. This value is only used by mill.
NXOpen.UF.PathToolChange_Struct.ToolAngle the angle at which the tool is mounted.
NXOpen.UF.PathToolChange_Struct.Radius the nose radius of the tool
NXOpen.UF.PathToolChange_Struct.ToolNumber The tool number
NXOpen.UF.PathToolChange_Struct.AdjustRegister the register to use for tool length compensation
NXOpen.UF.PathToolChange_Struct.HeadType The type of the head.
NXOpen.UF.PathToolChange_Struct.AdjustFlag the adjust register is output if and only if this is TRUE.
NXOpen.UF.PathToolChange_Struct.ToolOffsetFlag the tool offsets are output if and only if this is TRUE.
NXOpen.UF.PathToolChange_Struct.ToolNumberFlag the tool number is output if and only if this is TRUE.
NXOpen.UF.PathToolChange_Struct.ToolAngleRadiusFlag the tool angle and radius are output if and only if this TRUE
NXOpen.UF.PathToolChange_Struct.ManualChangeFlag the string MANUAL is output if and only if this is TRUE.