Search the documentation
Enter at least 2 characters
Enter at least 2 characters
![]() |
CAE Fidesys 9.0 Documentation |
Defines a vertex object that mostly parallels Fidesys'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. |
Set the color of the Vertex.
vertex.color(0)
| value | The color value that the vertex will have |
Get the color of the Vertex.
col = vertex.color()
The color value associated with the vertex's current color
Get the Cartesian coordinates of the Vertex.
position = vertex.coordinates()
A vector containing the coordinates of the Vertex with indices corresponding to the coordinates as follows: 0 - x coordinate 1 - y coordinate 2 - z coordinate