GiD - The personal pre and post processor
Definition
GiD_Sets get
To handle the definition of postprocess sets (similar to preprocess layers)
- GiD_Sets get color|visible|type|parent|state|num_entities|id|element_type|element_num_nodes|bounding_box <set_name>
To obtain the current value of some property:
type: set type. could be 0==unknown, 1==mesh, 2==set, 3==cut
parent: "" (current set doesn't have parent)
state: normal (current sets doesn't allow other states like hidden or disabled)
num_entities: the total number of mesh elements that belong to the set
id: the numeric identifier of the set
element_type: return the name of the element (a set allow only a type of element)
element_num_nodes: return the number of nodes of the element (a set allow only a type of element)
bounding_box: will return the bounding box "min_x min_y min_z max_x max_y max_z" of the entities belonging to the set
COPYRIGHT © 2022 · GID · CIMNE