#include <Plate_PinpointConstraint.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | Plate_PinpointConstraint () |
Standard_EXPORT | Plate_PinpointConstraint (const gp_XY &point2d, const gp_XYZ &ImposedValue, const Standard_Integer iu=0, const Standard_Integer iv=0) |
const gp_XY & | Pnt2d () const |
const Standard_Integer & | Idu () const |
const Standard_Integer & | Idv () const |
const gp_XYZ & | Value () const |
Private Attributes | |
gp_XYZ | value |
gp_XY | pnt2d |
Standard_Integer | idu |
Standard_Integer | idv |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|