Open CASCADE Technology 6.6.0
Public Member Functions
IGESGraph_DrawingSize Class Reference

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>

Inheritance diagram for IGESGraph_DrawingSize:
Inheritance graph
[legend]

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


Constructor & Destructor Documentation

IGESGraph_DrawingSize::IGESGraph_DrawingSize ( )

Member Function Documentation

void IGESGraph_DrawingSize::Init ( const Standard_Integer  nbProps,
const Standard_Real  aXSize,
const Standard_Real  aYSize 
)
  • nbProps : Number of property values (NP = 2)
  • aXSize : Extent of Drawing along positive XD axis
  • aYSize : Extent of Drawing along positive YD axis
Standard_Integer IGESGraph_DrawingSize::NbPropertyValues ( ) const
Standard_Real IGESGraph_DrawingSize::XSize ( ) const
Standard_Real IGESGraph_DrawingSize::YSize ( ) const

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines