NXOpen.UF.Plot.PrintPlotLayout

Plot.PrintPlotLayout()

Refer to UF_PLOT_print_plot_layout for documentation.

Signature: PrintPlotLayout(jobName, bannerOptions, printer, profile, numCopies)

Parameters:
  • jobName (str) – Name for the plot job
  • 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