#include <IGESDraw_Planar.hxx>
Inheritance diagram for IGESDraw_Planar:
Public Member Functions | |
Standard_EXPORT | IGESDraw_Planar () |
Standard_EXPORT void | Init (const Standard_Integer nbMats, const Handle(IGESGeom_TransformationMatrix)&aTransformationMatrix, const Handle(IGESData_HArray1OfIGESEntity)&allEntities) |
This method is used to set the fields of the class Planar - nbMats : Number of Transformation matrices - aTransformationMatrix : Pointer to the Transformation matrix - allEntities : Pointers to the entities specified . | |
Standard_EXPORT Standard_Integer | NbMatrices () const |
returns the number of Transformation matrices in <me> | |
Standard_EXPORT Standard_Integer | NbEntities () const |
returns the number of Entities in the plane pointed to by this associativity | |
Standard_EXPORT Standard_Boolean | IsIdentityMatrix () const |
returns True if TransformationMatrix is Identity Matrix, i.e:- No Matrix defined. | |
Standard_EXPORT Handle_IGESGeom_TransformationMatrix | TransformMatrix () const |
returns the Transformation matrix moving data from the XY plane into space or zero | |
Standard_EXPORT Handle_IGESData_IGESEntity | Entity (const Standard_Integer EntityIndex) const |
returns the Entity on the specified plane, indicated by EntityIndex raises an exception if EntityIndex <= 0 or EntityIndex > NbEntities() | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Standard_Integer | theNbMatrices |
Handle_IGESGeom_TransformationMatrix | theTransformationMatrix |
Handle_IGESData_HArray1OfIGESEntity | theEntities |
|
|
|
|
|
Reimplemented from IGESData_IGESEntity. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|