Open CASCADE Technology 6.6.0
|
defines IGESDrawingSize, Type <406> Form <16>
in package IGESGraph
Specifies the drawing size in drawing units. The
origin of the drawing is defined to be (0,0) in
drawing space
#include <IGESGraph_DrawingSize.hxx>
Public Member Functions | |
IGESGraph_DrawingSize () | |
void | Init (const Standard_Integer nbProps, const Standard_Real aXSize, const Standard_Real aYSize) |
This method is used to set the fields of the class DrawingSize | |
Standard_Integer | NbPropertyValues () const |
returns the number of property values in <me> (NP = 2) | |
Standard_Real | XSize () const |
returns the extent of Drawing along positive XD axis | |
Standard_Real | YSize () const |
returns the extent of Drawing along positive YD axis |
IGESGraph_DrawingSize::IGESGraph_DrawingSize | ( | ) |
void IGESGraph_DrawingSize::Init | ( | const Standard_Integer | nbProps, |
const Standard_Real | aXSize, | ||
const Standard_Real | aYSize | ||
) |
Standard_Integer IGESGraph_DrawingSize::NbPropertyValues | ( | ) | const |
Standard_Real IGESGraph_DrawingSize::XSize | ( | ) | const |
Standard_Real IGESGraph_DrawingSize::YSize | ( | ) | const |