// 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_Curve3dElementDescriptor_HeaderFile #define _StepElement_Curve3dElementDescriptor_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepElement_Curve3dElementDescriptor_HeaderFile #include #endif #ifndef _Handle_StepElement_HArray1OfHSequenceOfCurveElementPurposeMember_HeaderFile #include #endif #ifndef _StepElement_ElementDescriptor_HeaderFile #include #endif #ifndef _StepElement_ElementOrder_HeaderFile #include #endif #ifndef _Handle_TCollection_HAsciiString_HeaderFile #include #endif class StepElement_HArray1OfHSequenceOfCurveElementPurposeMember; class TCollection_HAsciiString; //! Representation of STEP entity Curve3dElementDescriptor
class StepElement_Curve3dElementDescriptor : public StepElement_ElementDescriptor { public: //! Empty constructor
Standard_EXPORT StepElement_Curve3dElementDescriptor(); //! Initialize all fields (own and inherited)
Standard_EXPORT void Init(const StepElement_ElementOrder aElementDescriptor_TopologyOrder,const Handle(TCollection_HAsciiString)& aElementDescriptor_Description,const Handle(StepElement_HArray1OfHSequenceOfCurveElementPurposeMember)& aPurpose) ; //! Returns field Purpose
Standard_EXPORT Handle_StepElement_HArray1OfHSequenceOfCurveElementPurposeMember Purpose() const; //! Set field Purpose
Standard_EXPORT void SetPurpose(const Handle(StepElement_HArray1OfHSequenceOfCurveElementPurposeMember)& Purpose) ; DEFINE_STANDARD_RTTI(StepElement_Curve3dElementDescriptor) protected: private: Handle_StepElement_HArray1OfHSequenceOfCurveElementPurposeMember thePurpose; }; // other Inline functions and methods (like "C++: function call" methods) #endif