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 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 paths for this attribute.
An array of paths.
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
TopoAttrib class for topos (vertices, edges, wires, and faces). Semantic attributes that are attached to points or objects. An instance of this class stores a list of attributes values.