#include <IGESDimen_DimensionedGeometry.hxx>
Inheritance diagram for IGESDimen_DimensionedGeometry:

Public Member Functions | |
| Standard_EXPORT | IGESDimen_DimensionedGeometry () |
| Standard_EXPORT void | Init (const Standard_Integer nbDims, const Handle(IGESData_IGESEntity)&aDimension, const Handle(IGESData_HArray1OfIGESEntity)&entities) |
| Standard_EXPORT Standard_Integer | NbDimensions () const |
| returns the number of dimensions | |
| Standard_EXPORT Standard_Integer | NbGeometryEntities () const |
| returns the number of associated geometry entities | |
| Standard_EXPORT Handle_IGESData_IGESEntity | DimensionEntity () const |
| returns the Dimension entity | |
| Standard_EXPORT Handle_IGESData_IGESEntity | GeometryEntity (const Standard_Integer Index) const |
| returns the num'th Geometry entity raises exception if Index <= 0 or Index > NbGeometryEntities() | |
| Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
| Standard_Integer | theNbDimensions |
| Handle_IGESData_IGESEntity | theDimension |
| Handle_IGESData_HArray1OfIGESEntity | theGeometryEntities |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from IGESData_IGESEntity. |
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1