// 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_FaceBasedSurfaceModel_HeaderFile #define _StepShape_FaceBasedSurfaceModel_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepShape_FaceBasedSurfaceModel_HeaderFile #include #endif #ifndef _Handle_StepShape_HArray1OfConnectedFaceSet_HeaderFile #include #endif #ifndef _StepGeom_GeometricRepresentationItem_HeaderFile #include #endif #ifndef _Handle_TCollection_HAsciiString_HeaderFile #include #endif class StepShape_HArray1OfConnectedFaceSet; class TCollection_HAsciiString; //! Representation of STEP entity FaceBasedSurfaceModel
class StepShape_FaceBasedSurfaceModel : public StepGeom_GeometricRepresentationItem { public: //! Empty constructor
Standard_EXPORT StepShape_FaceBasedSurfaceModel(); //! Initialize all fields (own and inherited)
Standard_EXPORT void Init(const Handle(TCollection_HAsciiString)& aRepresentationItem_Name,const Handle(StepShape_HArray1OfConnectedFaceSet)& aFbsmFaces) ; //! Returns field FbsmFaces
Standard_EXPORT Handle_StepShape_HArray1OfConnectedFaceSet FbsmFaces() const; //! Set field FbsmFaces
Standard_EXPORT void SetFbsmFaces(const Handle(StepShape_HArray1OfConnectedFaceSet)& FbsmFaces) ; DEFINE_STANDARD_RTTI(StepShape_FaceBasedSurfaceModel) protected: private: Handle_StepShape_HArray1OfConnectedFaceSet theFbsmFaces; }; // other Inline functions and methods (like "C++: function call" methods) #endif