NXOpen.UF.Path.CreateSetMode

Path.CreateSetMode()

Refer to UF_PATH_create_set_mode for documentation.

Signature: CreateSetMode(pathId, ouputMode, feedrateMode, arcMode, parallelMode, machineMode, text)

Parameters:
  • pathId (PointerWrapper) – The path id for this event
  • ouputMode (NXOpen.UF.Path.OutputMode Refer to UF_PATH_output_mode_e for documentation.) – The output mode for this tool path.
  • feedrateMode (NXOpen.UF.Path.FeedrateMode Refer to UF_PATH_feedrate_mode_e for documentation.) – The feedrate mode for this tool path.
  • arcMode (NXOpen.UF.Path.ArcMode Refer to UF_PATH_arc_mode_e for documentation.) – The arc mode for this tool path.
  • parallelMode (NXOpen.UF.Path.ParallelMode Refer to UF_PATH_parallel_mode_e for documentation.) – The parallel mode for this tool path.
  • machineMode (NXOpen.UF.Path.MachineMode Refer to UF_PATH_machine_mode_e for documentation.) – The machine mode for this tool path.
  • text (str) – The post command appended text

License requirements: None