Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To create a new layer. <layer> must be the full name (e.g. if a layer B has as parent A then must use as fullname full name A//B)

  • GiD_Layers delete <layer>

...

to_use: in this case <value> must not be providenprovided, and <layer> is the one to be set as current 'layer to use' (where new entities will be created)

...

to_use: in this case <layer> must not be providenprovided, it is returned the current 'layer to use' (where new entities will be created)

...

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 this category belonging to the layer

  • GiD_Layers list ?<parent>? ?descendants?

To get the list of fullnames full names of the current layers.
If a parent is specified, then only relative names of child layers will be listed. Root parent could be specified with an empty string ""
If desdendants descendants is specified return a list of all descendants (childs, childs of childs, ...)

...