NXOpen.UF.Std.SetCgmSizeMode

Std.SetCgmSizeMode()

Refer to UF_STD_set_cgm_size_mode for documentation.

Deprecated since version NX5.0.

Signature: SetCgmSizeMode(sizeMode, sizeValues)

Parameters:
  • sizeMode (int) – CGM Size Mode 1 = Scale 2 = Dimensions
  • sizeValues (list of float) – Size Selection Array (2 element array) If size_mode=1, only size_values[0] is used for the scale of the CGM file, If size_mode=2, then size_values[0] is the X dimension of the CGM file, and size_values[1] is the Y dimension of the CGM file.

License requirements: None