Open CASCADE Technology
6.5.4
|
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 |
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 |
gp_Pnt2d IGESDimen_BasicDimension::UpperLeft | ( | ) | const |
gp_Pnt2d IGESDimen_BasicDimension::UpperRight | ( | ) | const |