Skip to main content

Post-processing tools 2023 R2

ensightservice::UpdateGroup Struct Reference

Last update: 17.04.2023

Update a Group entity. More...

Public Attributes

uint64 id = 1
 The Group entity id.
 
uint64 parent_id = 2
 Parent Group or View id.
 
string name = 3
 The name of the Group.
 
repeated float matrix4x4 = 4
 A 4x4 transformation matrix.
 
map< string, string > attributes = 5
 General attributes associated with this Group.
 
string hash = 6
 hash for this message payload
 

Detailed Description

Update a Group entity.

Sent to update a group entity. The group is a simple entity serving as the basic "tree" node.

The attributes are open for various uses, but several attribute key values have already been defined:

Attribute Value
ENS_OBJ_TYPE The EnSight object type associated with this Group entity (e.g. "ENS_PART", "ENS_CASE", "ENS_VAR").
ENS_OBJ_ID The EnSight object ID associated with the Group entity.
ENS_UNITS_SYSTEM The unit system for the a specific ENS_CASE. Encoded in JSON. An example would be: '{"system":"SI","label":"Metric SI","M":"kg","L":"m","T":"s","K":"K","Q":"A","D":"rad","I":"cd","A":"mol"}'. See also EnSight Units.
ENS_CASE_DATAFORMAT The EnSight data reader used to load this portion of the tree. An example would be: 'Fluent'.

Definition at line 348 of file dynamic_scene_graph.proto.


The documentation for this struct was generated from the following file: