Open CASCADE Technology 6.6.0
|
#include <StepShape_BoxDomain.hxx>
Public Member Functions | |
StepShape_BoxDomain () | |
Returns a BoxDomain | |
virtual void | Init (const Handle< StepGeom_CartesianPoint > &aCorner, const Standard_Real aXlength, const Standard_Real aYlength, const Standard_Real aZlength) |
void | SetCorner (const Handle< StepGeom_CartesianPoint > &aCorner) |
Handle_StepGeom_CartesianPoint | Corner () const |
void | SetXlength (const Standard_Real aXlength) |
Standard_Real | Xlength () const |
void | SetYlength (const Standard_Real aYlength) |
Standard_Real | Ylength () const |
void | SetZlength (const Standard_Real aZlength) |
Standard_Real | Zlength () const |
StepShape_BoxDomain::StepShape_BoxDomain | ( | ) |
Handle_StepGeom_CartesianPoint StepShape_BoxDomain::Corner | ( | ) | const |
virtual void StepShape_BoxDomain::Init | ( | const Handle< StepGeom_CartesianPoint > & | aCorner, |
const Standard_Real | aXlength, | ||
const Standard_Real | aYlength, | ||
const Standard_Real | aZlength | ||
) | [virtual] |
void StepShape_BoxDomain::SetCorner | ( | const Handle< StepGeom_CartesianPoint > & | aCorner | ) |
void StepShape_BoxDomain::SetXlength | ( | const Standard_Real | aXlength | ) |
void StepShape_BoxDomain::SetYlength | ( | const Standard_Real | aYlength | ) |
void StepShape_BoxDomain::SetZlength | ( | const Standard_Real | aZlength | ) |
Standard_Real StepShape_BoxDomain::Xlength | ( | ) | const |
Standard_Real StepShape_BoxDomain::Ylength | ( | ) | const |
Standard_Real StepShape_BoxDomain::Zlength | ( | ) | const |