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 IDs for this attribute. These can be either point IDs or object IDs.
An array of IDs.
Get all labels for this attribute.
An array of 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
EntAttrib class for entities (points and objects). An class that represents a semantic attribute that is attached to a point or object. An instance of this class stores a list of attributes values.