NXOpen.UF.Cgm.ExportCgm

Cgm.ExportCgm()

Refer to UF_CGM_export_cgm for documentation.

Signature: ExportCgm(drawingSheet, exportOptions, fileName)

Parameters:
  • drawingSheet (Tag) – The tag of the drawingsheet to export. If set to NULL_TAG, the current display image is exported instead.
  • exportOptions (NXOpen.UF.Cgm.ExportOptions Refer to UF_CGM_export_options_s for documentation.) – Specifies export options.If NULL, current session export options are used instead. If non-NULL, call UF_CGM_ask_default_export_options or UF_CGM_ask_session_export_options to initialize the structure before setting structure fields. Current session export options are not modified by structure values.
  • fileName (str) – The CGM filename

License requirements: None