11.10 Vertex
Defines a vertex object that mostly parallels Cubit’s RefVertex class. More...
#include <CubitInterfaceEx.hpp>
11.10.1 Inheritance diagram for Vertex:

|
|
|
|
|
|
|
|
| |
| |
Defines a vertex object that mostly parallels Cubit’s RefVertex class.
Member Function Documentation
color() [1/2]
int color ( )
Returns:
The color value associated with the vertex’s current color
color() [2/2]
void color ( int value)
|
|
|
std::array<double,3> coordinates ( )
std::vector<double> position = vertex->coordinates(); |
position = vertex.coordinates() |
Returns:
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
set_color()
void set_color ( int value)
|
|
|