// 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 _PGeom_ElementarySurface_HeaderFile #define _PGeom_ElementarySurface_HeaderFile #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Standard_HeaderFile #include #endif #ifndef _Handle_PGeom_ElementarySurface_HeaderFile #include #endif #ifndef _gp_Ax3_HeaderFile #include #endif #ifndef _PGeom_Surface_HeaderFile #include #endif class gp_Ax3; class PGeom_ElementarySurface : public PGeom_Surface { public: //! Set the field position with .
Standard_EXPORT void Position(const gp_Ax3& aPosition) ; //! Returns the value of the field position.
Standard_EXPORT gp_Ax3 Position() const; PGeom_ElementarySurface(const Storage_stCONSTclCOM& a) : PGeom_Surface(a) { } const gp_Ax3& _CSFDB_GetPGeom_ElementarySurfaceposition() const { return position; } DEFINE_STANDARD_RTTI(PGeom_ElementarySurface) protected: //! Initializes the field(s) with default value(s).
Standard_EXPORT PGeom_ElementarySurface(); //! Initializes the fields with these values.
Standard_EXPORT PGeom_ElementarySurface(const gp_Ax3& aPosition); gp_Ax3 position; private: }; // other Inline functions and methods (like "C++: function call" methods) #endif