Skip to main content

Post-processing tools 2023 R2

ensightservice::RenderRequest Struct Reference

Last update: 17.04.2023

Public Types

enum  RenderType { IMAGE_PNG = 0 , IMAGE_RAW = 1 }
 Specify the return type of the rendering request. More...
 

Public Attributes

RenderType type = 1
 Select the format the returned image should be in.
 
int32 image_width = 2
 The desired image width in pixels.
 
int32 image_height = 3
 The desired image height in pixels.
 
int32 image_aa_passes = 4
 The number of anti-aliasing passes to be applied.
 
bool include_highlighting = 5
 If true, any dynamic overlay will be included in the rendered image.
 

Detailed Description

Control options for a single image render request

Definition at line 221 of file ensight.proto.

Member Enumeration Documentation

◆ RenderType

Specify the return type of the rendering request.

Enumerator
IMAGE_PNG 

The returned image will be encoded into the PNG image file format and returned as an array of bytes.

IMAGE_RAW 

The returned value be in raw binary bytes: RGBRGBRGB... width*height*3 bytes total.

Definition at line 224 of file ensight.proto.


The documentation for this struct was generated from the following file:
  • D:/ANSYSDev/NoBackup/branches/EnSight-Second-Coming/ensight/client/rpc_interface/ensight.proto