// 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 _StepShape_Subface_HeaderFile #define _StepShape_Subface_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepShape_Subface_HeaderFile #include #endif #ifndef _Handle_StepShape_Face_HeaderFile #include #endif #ifndef _StepShape_Face_HeaderFile #include #endif #ifndef _Handle_TCollection_HAsciiString_HeaderFile #include #endif #ifndef _Handle_StepShape_HArray1OfFaceBound_HeaderFile #include #endif class StepShape_Face; class TCollection_HAsciiString; class StepShape_HArray1OfFaceBound; //! Representation of STEP entity Subface
class StepShape_Subface : public StepShape_Face { public: //! Empty constructor
Standard_EXPORT StepShape_Subface(); //! Initialize all fields (own and inherited)
Standard_EXPORT void Init(const Handle(TCollection_HAsciiString)& aRepresentationItem_Name,const Handle(StepShape_HArray1OfFaceBound)& aFace_Bounds,const Handle(StepShape_Face)& aParentFace) ; //! Returns field ParentFace
Standard_EXPORT Handle_StepShape_Face ParentFace() const; //! Set field ParentFace
Standard_EXPORT void SetParentFace(const Handle(StepShape_Face)& ParentFace) ; DEFINE_STANDARD_RTTI(StepShape_Subface) protected: private: Handle_StepShape_Face theParentFace; }; // other Inline functions and methods (like "C++: function call" methods) #endif