Versions Compared

Key

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

  
GiD_Dimension create|delete|edit|get|list <num>|append <data>
To create, delete, get data or list the identifiers of dimensions:

...


list: to get a list of dimension identifiers of a range or inside some layer

  • GiD_Dimension list ?<filter_flags>? ?<args>?

<filter_flags> could be: ?-count? ?-layer <layer_name>? ?-avoid_frozen_layers?

-count to return the amount of entities instead of the objarray with its ids

-layer <layer_name>to filter the selection and list only the entities with layer equal to <layer_name>

-avoid_frozen_layers to ignore the entities on layers frozen

...