GiD_Geometry -v2 ?-no_model? create|delete|get|list|edit point|line|surface|volume <num>|append <data>
To create, delete, get data or list the identifiers of geometric entities:
...
<num_max> could be 'end' to mean the last index
if <args> is not provided it is considered as 1:end, and then all ids are returned
edit: to modify some option
- GiD_Geometry edit point|line|surface|volume <num> material|label_on|selected <value>
<num> the entity id
<material> to set the material number (value>=0)
<label_on> to set the label flat (value 0 or 1)
<selected> to set the selection flag (value 0 or 1)
Examples:
Creation of a new NURBS surface:
...