Vertex Class
Jump to navigation
Jump to search
A Vertex describes an instance to a single geometry vertex, contained within a Prim object.
Members
index → int (Read Only):
The vertex position in its primitive.
owner → OP (Read Only):
The OP to which this object belongs.
point → td.Point :
Get or set the point to which the vertex refers.
prim → td.Prim (Read Only):
The prim to which the vertex belongs.
Attributes[edit]
In addition to the above members, all attributes are members as well.
For example, if the Vertex contains texture coordinates, they may be accessed with: Vertex.uv
See: Attribute Class for more information.
Methods
No operator specific methods.
TouchDesigner Build: