// 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_SolidInstance_HeaderFile #define _IGESSolid_SolidInstance_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_IGESSolid_SolidInstance_HeaderFile #include #endif #ifndef _Handle_IGESData_IGESEntity_HeaderFile #include #endif #ifndef _IGESData_IGESEntity_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif class IGESData_IGESEntity; //! defines SolidInstance, Type <430> Form Number <0>
//! in package IGESSolid
//! This provides a mechanism for replicating a solid
//! representation.
//!
//! From IGES-5.3, Form may be <1> for a BREP
//! Else it is for a Boolean Tree, Primitive, other Solid Inst.
class IGESSolid_SolidInstance : public IGESData_IGESEntity { public: Standard_EXPORT IGESSolid_SolidInstance(); //! This method is used to set the fields of the class
//! SolidInstance
//! - anEntity : the entity corresponding to the solid
Standard_EXPORT void Init(const Handle(IGESData_IGESEntity)& anEntity) ; //! Tells if a SolidInstance is for a BREP
//! Default is False
Standard_EXPORT Standard_Boolean IsBrep() const; //! Sets or unsets the Brep status (FormNumber = 1 else 0)
Standard_EXPORT void SetBrep(const Standard_Boolean brep) ; //! returns the solid entity
Standard_EXPORT Handle_IGESData_IGESEntity Entity() const; DEFINE_STANDARD_RTTI(IGESSolid_SolidInstance) protected: private: Handle_IGESData_IGESEntity theEntity; }; // other Inline functions and methods (like "C++: function call" methods) #endif