...
- GiD_Layers get color|opaque|visible|frozen|parent|state|num_entities|num_conditions|id|back|to_use|all_properties|bounding_box <layer> geometry|mesh
To obtain the current value of some property:
...
all_properties: return a list of property value with the properties of the layer
bounding_box: in this case it is required an extra word geometry|mesh and will return the bounding box "min_x min_y min_z max_x max_y max_z" of the entities of thie category belonging to the layer
- GiD_Layers list ?<parent>? ?descendants?
...