Cubit Python API 15.8
|
Defines a vertex object that mostly parallels Cubit's RefVertex class. More...
Public Member Functions |
|
Vertex () | |
Vertex (const Vertex &other) | |
Vertex (CubitEntity *entity_ptr) | |
~Vertex () | |
int | color () |
Get the color of the Vertex.
More... |
|
void | color (int value) |
Set the color of the Vertex.
More... |
|
std::array< double, 3 > | coordinates () |
Get the Cartesian coordinates of the
Vertex.
More... |
|
void | set_color (int value) |
Set the color of the Vertex.
More... |
|
Defines a vertex object that mostly parallels Cubit's RefVertex class.
|
inline |
|
inline |
|
inline |
int color | ( | ) |
void color | ( | int | value | ) |
std::array<double,3> coordinates | ( | ) |
Get the Cartesian coordinates of the Vertex.