|
Public Member Functions |
| Standard_EXPORT | IGESGraph_DrawingSize () |
| Standard_EXPORT 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
- nbProps : Number of property values (NP = 2)
- aXSize : Extent of Drawing along positive XD axis
- aYSize : Extent of Drawing along positive YD axis
.
|
| Standard_EXPORT Standard_Integer | NbPropertyValues () const |
| | returns the number of property values in <me> (NP = 2)
|
| Standard_EXPORT Standard_Real | XSize () const |
| | returns the extent of Drawing along positive XD axis
|
| Standard_EXPORT Standard_Real | YSize () const |
| | returns the extent of Drawing along positive YD axis
|
| Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes |
| Standard_Integer | theNbPropertyValues |
| Standard_Real | theXSize |
| Standard_Real | theYSize |