GiD - The personal pre and post processor

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

<handle> get_attribute ?-type string? ?-default <def_value>? <obj_name> ?<att_name>?
Returns the values of one attribute. If att_name is not given, it returns a dictionary of all name value attributes that the object contains.
if option -default is given, when attribute does not exist, the default_value is returned. Otherwise, an error is returned
-type is by default set to string

  • No labels