Creates an instance of the Attrib class. The attribute data must already exists in the model. Do not use this constructor if you want to add a new attribute to the model. Instead, you should use the "addAttrib()" methdod in the model class.
The Attrib object.
Get the number of attribute values.
The number of attribute values.
Check if this group exists
The model
Set the data type for the attribute values.
The data type.
Get the Geom object
The Model object
Set the geometry type for the attribute.
The geometry type.
Get all the attribute labels for this attribte.
The array of attribute labels.
Get the model to which this group belongs.
The model
Get the name of the attribute.
The name.
Get all the attribute values for this attribte.
The array of attribute values.
Set the name of the attribute.
The new name.
The old name.
Generated using TypeDoc
Attrib abstract class. An class that represents a semantic attribute. An attribute is data that is attached to either: entities (points and objects) or topological components (vertices, edges, wires, faces). An instance of this class stores a list of attributes values.