Cubit Python API 16.04
|
Defines a volume object that mostly parallels Cubit's RefVolume class. More...
Public Member Functions |
|
Volume () | |
Volume (const Volume &other) | |
Volume (CubitEntity *entity_ptr) | |
~Volume () | |
std::array< double, 3 > | centroid () |
Get the centroid of the Volume.
More... |
|
int | color () |
Get the color of the Volume.
More... |
|
void | color (int value) |
Set the color of the Volume.
More... |
|
std::array< double, 9 > | principal_axes () |
Get the principal axes of the Volume.
More... |
|
std::array< double, 3 > | principal_moments () |
Get the principal moments of the Volume.
More... |
|
void | set_color (int value) |
Set the color of the Volume.
More... |
|
double | volume () |
Get the volume of the Volume.
More... |
|
Defines a volume object that mostly parallels Cubit's RefVolume class.
|
inline |
|
inline |
|
inline |
std::array<double,3> centroid | ( | ) |
Get the centroid of the Volume.
int color | ( | ) |
void color | ( | int | value | ) |
std::array<double,9> principal_axes | ( | ) |
Get the principal axes of the Volume.
std::array<double,3> principal_moments | ( | ) |
Get the principal moments of the Volume.
void set_color | ( | int | value | ) |