Open CASCADE Technology 6.6.0
|
Defines IGES Basic Dimension, Type 406, Form 31,
in package IGESDimen
The basic Dimension Property indicates that the referencing
dimension entity is to be displayed with a box around text.
#include <IGESDimen_BasicDimension.hxx>
Public Member Functions | |
IGESDimen_BasicDimension () | |
void | Init (const Standard_Integer nbPropVal, const gp_XY &lowerLeft, const gp_XY &lowerRight, const gp_XY &upperRight, const gp_XY &upperLeft) |
Standard_Integer | NbPropertyValues () const |
returns the number of properties = 8 | |
gp_Pnt2d | LowerLeft () const |
returns coordinates of lower left corner | |
gp_Pnt2d | LowerRight () const |
returns coordinates of lower right corner | |
gp_Pnt2d | UpperRight () const |
returns coordinates of upper right corner | |
gp_Pnt2d | UpperLeft () const |
returns coordinates of upper left corner |
IGESDimen_BasicDimension::IGESDimen_BasicDimension | ( | ) |
void IGESDimen_BasicDimension::Init | ( | const Standard_Integer | nbPropVal, |
const gp_XY & | lowerLeft, | ||
const gp_XY & | lowerRight, | ||
const gp_XY & | upperRight, | ||
const gp_XY & | upperLeft | ||
) |
gp_Pnt2d IGESDimen_BasicDimension::LowerLeft | ( | ) | const |
gp_Pnt2d IGESDimen_BasicDimension::LowerRight | ( | ) | const |
Standard_Integer IGESDimen_BasicDimension::NbPropertyValues | ( | ) | const |
gp_Pnt2d IGESDimen_BasicDimension::UpperLeft | ( | ) | const |
gp_Pnt2d IGESDimen_BasicDimension::UpperRight | ( | ) | const |