|
Public Member Functions |
| Standard_EXPORT | IGESBasic_SingularSubfigure () |
| Standard_EXPORT void | Init (const Handle(IGESBasic_SubfigureDef)&aSubfigureDef, const gp_XYZ &aTranslation, const Standard_Boolean hasScale, const Standard_Real aScale) |
| | This method is used to set the fields of the class
SingularSubfigure
- aSubfigureDef : the Subfigure Definition entity
- aTranslation : used to store the X,Y,Z coord
- hasScale : Indicates the presence of scale factor
- aScale : Used to store the scale factor
.
|
| Standard_EXPORT Handle_IGESBasic_SubfigureDef | Subfigure () const |
| | returns the subfigure definition entity
|
| Standard_EXPORT gp_XYZ | Translation () const |
| | returns the X, Y, Z coordinates
|
| Standard_EXPORT Standard_Real | ScaleFactor () const |
| | returns the scale factor
if hasScaleFactor is False, returns 1.0 (default)
|
| Standard_EXPORT Standard_Boolean | HasScaleFactor () const |
| | returns a boolean indicating whether scale factor
is present or not
|
| Standard_EXPORT gp_XYZ | TransformedTranslation () const |
| | returns the Translation after transformation
|
| Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes |
| Handle_IGESBasic_SubfigureDef | theSubfigureDef |
| gp_XYZ | theTranslation |
| Standard_Real | theScaleFactor |
| Standard_Boolean | hasScaleFactor |