Computes the global properties of bounded curves
in 3D space.
It can be an elementary curve from package gp such as
Lin, Circ, Elips, Parab .
#include <GProp_CelGProps.hxx>
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| | GProp_CelGProps () |
| | GProp_CelGProps (const gp_Circ &C, const gp_Pnt &CLocation) |
| | GProp_CelGProps (const gp_Circ &C, const Standard_Real U1, const Standard_Real U2, const gp_Pnt &CLocation) |
| | GProp_CelGProps (const gp_Lin &C, const Standard_Real U1, const Standard_Real U2, const gp_Pnt &CLocation) |
| void | SetLocation (const gp_Pnt &CLocation) |
| void | Perform (const gp_Circ &C, const Standard_Real U1, const Standard_Real U2) |
| void | Perform (const gp_Lin &C, const Standard_Real U1, const Standard_Real U2) |
Constructor & Destructor Documentation
| GProp_CelGProps::GProp_CelGProps |
( |
| ) |
|
| GProp_CelGProps::GProp_CelGProps |
( |
const gp_Circ & |
C, |
|
|
const gp_Pnt & |
CLocation |
|
) |
| |
Member Function Documentation
| void GProp_CelGProps::operator delete |
( |
void * |
anAddress | ) |
[inline] |
| void* GProp_CelGProps::operator new |
( |
size_t |
size | ) |
[inline] |
| void* GProp_CelGProps::operator new |
( |
size_t |
, |
|
|
void * |
anAddress |
|
) |
| [inline] |
| void GProp_CelGProps::SetLocation |
( |
const gp_Pnt & |
CLocation | ) |
|
The documentation for this class was generated from the following file: