NXOpen.UF.Plot.SaveCgm

Plot.SaveCgm()

Refer to UF_PLOT_save_cgm for documentation.

Signature: SaveCgm(drawingSheet, jobOptions, jobName, bannerOptions, cgmFileName)

Parameters:
  • drawingSheet (Tag) – The plot job represents thisdrawing 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 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.
  • cgmFileName (str) – CGM file name

License requirements: None