NXOpen.UF.Disp.BatchShadeOptions

Disp.BatchShadeOptions()

Refer to UF_DISP_batch_shade_options for documentation.

Signature: BatchShadeOptions(filename, xSize, ySize, method, options)

Parameters:
  • filename (str) – Name of outpu t TIFF, GIF, or JPEG file
  • xSize (int) – X size of output in pixels
  • ySize (int) – Y size of output in pixels
  • method (NXOpen.UF.Disp.ShadeMethod Refer to UF_DISP_shade_method_e for documentation.) – Type of shade to produce. Either: UF_DISP_flat, UF_DISP_gouraud, UF_DISP_phong, UF_DISP_high_quality, UF_DISP_preview, UF_DISP_photo_real, or UF_DISP_raytrace
  • options (NXOpen.UF.Disp.ShadeOptions Refer to UF_DISP_shade_options_s for documentation.) – Options to control the shading process.

License requirements: None