|
Public Member Functions |
| Standard_EXPORT | IGESDimen_BasicDimension () |
| Standard_EXPORT void | Init (const Standard_Integer nbPropVal, const gp_XY &lowerLeft, const gp_XY &lowerRight, const gp_XY &upperRight, const gp_XY &upperLeft) |
| Standard_EXPORT Standard_Integer | NbPropertyValues () const |
| | returns the number of properties = 8
|
| Standard_EXPORT gp_Pnt2d | LowerLeft () const |
| | returns coordinates of lower left corner
|
| Standard_EXPORT gp_Pnt2d | LowerRight () const |
| | returns coordinates of lower right corner
|
| Standard_EXPORT gp_Pnt2d | UpperRight () const |
| | returns coordinates of upper right corner
|
| Standard_EXPORT gp_Pnt2d | UpperLeft () const |
| | returns coordinates of upper left corner
|
| Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes |
| Standard_Integer | theNbPropertyValues |
| gp_XY | theLowerLeft |
| gp_XY | theLowerRight |
| gp_XY | theUpperRight |
| gp_XY | theUpperLeft |