AttributeData Class
An AttributeData contains specific geometric Attribute values, associated with a Prim Class, Point Class, or Vertex Class. Each value of the attribute must be of the same type, and can be one of float, string or integer. For example, a point or vertex normal attribute data, consists of 3 float values.
Members
owner
→ OP
(Read Only):
The OP to which this object belongs.
val
→ float | int | str | tuple | TDU.Position | TDU.Vector
(Read Only):
The set of values contained within this object. Dependent on the type of attribute, it may return a float, integer, string, tuple, Position, or Vector. For example Normal attribute data is expressed as a Vector, while Position attribute data is expressed as a Position.
Methods
No operator specific methods.
TouchDesigner Build: