Computes the global properties of a geometric solid
(3D closed region of space)
The solid can be elementary(definition in the gp package)
#include <GProp_VelGProps.hxx>
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| | GProp_VelGProps () |
| | GProp_VelGProps (const gp_Cylinder &S, const Standard_Real Alpha1, const Standard_Real Alpha2, const Standard_Real Z1, const Standard_Real Z2, const gp_Pnt &VLocation) |
| | GProp_VelGProps (const gp_Cone &S, const Standard_Real Alpha1, const Standard_Real Alpha2, const Standard_Real Z1, const Standard_Real Z2, const gp_Pnt &VLocation) |
| | GProp_VelGProps (const gp_Sphere &S, const Standard_Real Teta1, const Standard_Real Teta2, const Standard_Real Alpha1, const Standard_Real Alpha2, const gp_Pnt &VLocation) |
| | GProp_VelGProps (const gp_Torus &S, const Standard_Real Teta1, const Standard_Real Teta2, const Standard_Real Alpha1, const Standard_Real Alpha2, const gp_Pnt &VLocation) |
| void | SetLocation (const gp_Pnt &VLocation) |
| void | Perform (const gp_Cylinder &S, const Standard_Real Alpha1, const Standard_Real Alpha2, const Standard_Real Z1, const Standard_Real Z2) |
| void | Perform (const gp_Cone &S, const Standard_Real Alpha1, const Standard_Real Alpha2, const Standard_Real Z1, const Standard_Real Z2) |
| void | Perform (const gp_Sphere &S, const Standard_Real Teta1, const Standard_Real Teta2, const Standard_Real Alpha1, const Standard_Real Alpha2) |
| void | Perform (const gp_Torus &S, const Standard_Real Teta1, const Standard_Real Teta2, const Standard_Real Alpha1, const Standard_Real Alpha2) |
Constructor & Destructor Documentation
| GProp_VelGProps::GProp_VelGProps |
( |
| ) |
|
Member Function Documentation
| void GProp_VelGProps::operator delete |
( |
void * |
anAddress | ) |
[inline] |
| void* GProp_VelGProps::operator new |
( |
size_t |
size | ) |
[inline] |
| void* GProp_VelGProps::operator new |
( |
size_t |
, |
|
|
void * |
anAddress |
|
) |
| [inline] |
| void GProp_VelGProps::SetLocation |
( |
const gp_Pnt & |
VLocation | ) |
|
The documentation for this class was generated from the following file: