// 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 _StepElement_Volume3dElementDescriptor_HeaderFile #define _StepElement_Volume3dElementDescriptor_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepElement_Volume3dElementDescriptor_HeaderFile #include #endif #ifndef _Handle_StepElement_HArray1OfVolumeElementPurposeMember_HeaderFile #include #endif #ifndef _StepElement_Volume3dElementShape_HeaderFile #include #endif #ifndef _StepElement_ElementDescriptor_HeaderFile #include #endif #ifndef _StepElement_ElementOrder_HeaderFile #include #endif #ifndef _Handle_TCollection_HAsciiString_HeaderFile #include #endif class StepElement_HArray1OfVolumeElementPurposeMember; class TCollection_HAsciiString; //! Representation of STEP entity Volume3dElementDescriptor
class StepElement_Volume3dElementDescriptor : public StepElement_ElementDescriptor { public: //! Empty constructor
Standard_EXPORT StepElement_Volume3dElementDescriptor(); //! Initialize all fields (own and inherited)
Standard_EXPORT void Init(const StepElement_ElementOrder aElementDescriptor_TopologyOrder,const Handle(TCollection_HAsciiString)& aElementDescriptor_Description,const Handle(StepElement_HArray1OfVolumeElementPurposeMember)& aPurpose,const StepElement_Volume3dElementShape aShape) ; //! Returns field Purpose
Standard_EXPORT Handle_StepElement_HArray1OfVolumeElementPurposeMember Purpose() const; //! Set field Purpose
Standard_EXPORT void SetPurpose(const Handle(StepElement_HArray1OfVolumeElementPurposeMember)& Purpose) ; //! Returns field Shape
Standard_EXPORT StepElement_Volume3dElementShape Shape() const; //! Set field Shape
Standard_EXPORT void SetShape(const StepElement_Volume3dElementShape Shape) ; DEFINE_STANDARD_RTTI(StepElement_Volume3dElementDescriptor) protected: private: Handle_StepElement_HArray1OfVolumeElementPurposeMember thePurpose; StepElement_Volume3dElementShape theShape; }; // other Inline functions and methods (like "C++: function call" methods) #endif