Cubit Python API 15.8
|
Defines a body object that mostly parallels Cubit's Body class. More...
Public Member Functions |
|
| Body () | |
| Body (const Body &other) | |
| Body (CubitEntity *entity_ptr) | |
| ~Body () | |
| std::array< double, 3 > | get_mass_props () |
| Get the mass properties of the Body,
specifically the center of gravity. More... |
|
| bool | is_sheet_body () |
| Get whether the Body
is a sheet body or not. More... |
|
| int | point_containment (std::array< double, 3 > loc_in) |
| Get whether a point is in, on, or outside
the Body.
More... |
|
| double | volume () |
| Get the volume of the Body.
More... |
|
Defines a body object that mostly parallels Cubit's Body class.
|
inline |
|
inline |
|
inline |
| std::array<double,3> get_mass_props | ( | ) |
Get the mass properties of the Body, specifically the center of gravity.
| bool is_sheet_body | ( | ) |
Get whether the Body is a sheet body or not.
| int point_containment | ( | std::array< double, 3 > | loc_in | ) |
Get whether a point is in, on, or outside the Body.