Cubit 15.3 User Documentation
Defines a vertex object that mostly parallels Cubit's RefVertex class.
PyObservable
Entity
GeomEntity
Vertex
color | Set the color of the Vertex. | |
int | color | Get the color of the Vertex. |
[ float ] | coordinates | Get the Cartesian coordinates of the Vertex. |
vertex.color(0)
value | The color value that the vertex will have |
col = vertex.color()
The color value associated with the vertex's current color
position = vertex.coordinates()
A vector containing the coordinates of the Vertexwith indices corresponding to the coordinates as follows: 0 - x coordinate 1 - y coordinate 2 - z coordinate