// 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_OrientedOpenShell_HeaderFile #define _StepShape_OrientedOpenShell_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepShape_OrientedOpenShell_HeaderFile #include #endif #ifndef _Handle_StepShape_OpenShell_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _StepShape_OpenShell_HeaderFile #include #endif #ifndef _Handle_TCollection_HAsciiString_HeaderFile #include #endif #ifndef _Handle_StepShape_HArray1OfFace_HeaderFile #include #endif #ifndef _Handle_StepShape_Face_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif class StepShape_OpenShell; class TCollection_HAsciiString; class StepShape_HArray1OfFace; class StepShape_Face; class StepShape_OrientedOpenShell : public StepShape_OpenShell { public: //! Returns a OrientedOpenShell
Standard_EXPORT StepShape_OrientedOpenShell(); Standard_EXPORT virtual void Init(const Handle(TCollection_HAsciiString)& aName,const Handle(StepShape_HArray1OfFace)& aCfsFaces) ; Standard_EXPORT virtual void Init(const Handle(TCollection_HAsciiString)& aName,const Handle(StepShape_OpenShell)& aOpenShellElement,const Standard_Boolean aOrientation) ; Standard_EXPORT void SetOpenShellElement(const Handle(StepShape_OpenShell)& aOpenShellElement) ; Standard_EXPORT Handle_StepShape_OpenShell OpenShellElement() const; Standard_EXPORT void SetOrientation(const Standard_Boolean aOrientation) ; Standard_EXPORT Standard_Boolean Orientation() const; Standard_EXPORT virtual void SetCfsFaces(const Handle(StepShape_HArray1OfFace)& aCfsFaces) ; Standard_EXPORT virtual Handle_StepShape_HArray1OfFace CfsFaces() const; Standard_EXPORT virtual Handle_StepShape_Face CfsFacesValue(const Standard_Integer num) const; Standard_EXPORT virtual Standard_Integer NbCfsFaces() const; DEFINE_STANDARD_RTTI(StepShape_OrientedOpenShell) protected: private: Handle_StepShape_OpenShell openShellElement; Standard_Boolean orientation; }; // other Inline functions and methods (like "C++: function call" methods) #endif