// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _IGESSolid_SolidAssembly_HeaderFile #define _IGESSolid_SolidAssembly_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_IGESSolid_SolidAssembly_HeaderFile #include #endif #ifndef _Handle_IGESData_HArray1OfIGESEntity_HeaderFile #include #endif #ifndef _Handle_IGESGeom_HArray1OfTransformationMatrix_HeaderFile #include #endif #ifndef _IGESData_IGESEntity_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Handle_IGESData_IGESEntity_HeaderFile #include #endif #ifndef _Handle_IGESGeom_TransformationMatrix_HeaderFile #include #endif class IGESData_HArray1OfIGESEntity; class IGESGeom_HArray1OfTransformationMatrix; class Standard_DimensionMismatch; class Standard_OutOfRange; class IGESData_IGESEntity; class IGESGeom_TransformationMatrix; //! defines SolidAssembly, Type <184> Form <0>
//! in package IGESSolid
//! Solid assembly is a collection of items which possess a
//! shared fixed geometric relationship.
//!
//! From IGES-5.3, From 1 says that at least one item is a Brep
//! else all are Primitives, Boolean Trees, Solid Instances or
//! other Assemblies
class IGESSolid_SolidAssembly : public IGESData_IGESEntity { public: Standard_EXPORT IGESSolid_SolidAssembly(); //! This method is used to set the fields of the class
//! SolidAssembly
//! - allItems : the collection of items
//! - allMatrices : transformation matrices corresponding to each
//! item
//! raises exception if the length of allItems & allMatrices
//! do not match
Standard_EXPORT void Init(const Handle(IGESData_HArray1OfIGESEntity)& allItems,const Handle(IGESGeom_HArray1OfTransformationMatrix)& allMatrices) ; //! Tells if at least one item is a Brep, from FormNumber
Standard_EXPORT Standard_Boolean HasBrep() const; //! Sets or Unsets the status "HasBrep" from FormNumber
//! Default is False
Standard_EXPORT void SetBrep(const Standard_Boolean hasbrep) ; //! returns the number of items in the collection
Standard_EXPORT Standard_Integer NbItems() const; //! returns the Index'th item
//! raises exception if Index <= 0 or Index > NbItems()
Standard_EXPORT Handle_IGESData_IGESEntity Item(const Standard_Integer Index) const; //! returns the transformation matrix of the Index'th item
//! raises exception if Index <= 0 or Index > NbItems()
Standard_EXPORT Handle_IGESGeom_TransformationMatrix TransfMatrix(const Standard_Integer Index) const; DEFINE_STANDARD_RTTI(IGESSolid_SolidAssembly) protected: private: Handle_IGESData_HArray1OfIGESEntity theItems; Handle_IGESGeom_HArray1OfTransformationMatrix theMatrices; }; // other Inline functions and methods (like "C++: function call" methods) #endif