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