Previous | Up | Next |
Adds to the '_arg_' object a H3d element which value is '_value_' and which identifier is '_name_'.Parameters
The function returns the new object resulting from the concatenation of '_arg_' and the new element.
Arg3D concArg3D_H3d ( S _name_ H3d _value_ Arg3D _arg_ )
Return value
_name_ Character string containing the identifier name. _value_ Value of the new field. _arg_ Arg3D in which this field is added.
The Arg3D object with the new field added.Remark
If a H3d element already has the same identifier, the value of this element is then replaced by '_value_'.See Also
If '_value_' is set to nil, then the H3d element having '_name_' for identifier is deleted.
If a field of a different type already has the same identifier, both can coexist (they are accessed by different functions).
getArg3D_H3d