NXOpen.UF.Plot.Print

Plot.Print()

Refer to UF_PLOT_print for documentation.

Signature: Print(drawingSheet, jobOptions, jobName, bannerOptions, printer, profile, numCopies)

Parameters:
  • drawingSheet (Tag) – The plot job represents this drawing sheet. If NULL_TAG, the plot job represents the current display image.
  • jobOptions (NXOpen.UF.Plot.JobOptions Refer to UF_PLOT_job_options_s for documentation.) – Specifies plot job options.If NULL, current session job options are used instead. If non-NULL, call UF_PLOT_ask_default_job_options or UF_PLOT_ask_session_job_options to initialize the structure before setting structure fields. Current session job options are not modified by structure values.
  • jobName (str) – Name of job to print.
  • bannerOptions (NXOpen.UF.Plot.BannerOptions Refer to UF_PLOT_banner_options_s for documentation.) – Specifies banner options.If NULL, current session banner options are used instead. If non-NULL, call UF_PLOT_ask_default_banner_options or UF_PLOT_ask_session_banner_options to initialize the structure before setting structure fields. Current session banner options are not modified by structure values.
  • printer (str) – Specifies the name of the printer onwhich the job is to be printed. If NULL, the default printer is used.
  • profile (str) – Specifies the name of the desired profile for the printer. If NULL, the default profile is used.
  • numCopies (int) – Number of copies to print.

License requirements: None