// 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 _StepFEA_FeaAxis2Placement3d_HeaderFile #define _StepFEA_FeaAxis2Placement3d_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepFEA_FeaAxis2Placement3d_HeaderFile #include #endif #ifndef _StepFEA_CoordinateSystemType_HeaderFile #include #endif #ifndef _Handle_TCollection_HAsciiString_HeaderFile #include #endif #ifndef _StepGeom_Axis2Placement3d_HeaderFile #include #endif #ifndef _Handle_StepGeom_CartesianPoint_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Handle_StepGeom_Direction_HeaderFile #include #endif class TCollection_HAsciiString; class StepGeom_CartesianPoint; class StepGeom_Direction; //! Representation of STEP entity FeaAxis2Placement3d
class StepFEA_FeaAxis2Placement3d : public StepGeom_Axis2Placement3d { public: //! Empty constructor
Standard_EXPORT StepFEA_FeaAxis2Placement3d(); //! Initialize all fields (own and inherited)
Standard_EXPORT void Init(const Handle(TCollection_HAsciiString)& aRepresentationItem_Name,const Handle(StepGeom_CartesianPoint)& aPlacement_Location,const Standard_Boolean hasAxis2Placement3d_Axis,const Handle(StepGeom_Direction)& aAxis2Placement3d_Axis,const Standard_Boolean hasAxis2Placement3d_RefDirection,const Handle(StepGeom_Direction)& aAxis2Placement3d_RefDirection,const StepFEA_CoordinateSystemType aSystemType,const Handle(TCollection_HAsciiString)& aDescription) ; //! Returns field SystemType
Standard_EXPORT StepFEA_CoordinateSystemType SystemType() const; //! Set field SystemType
Standard_EXPORT void SetSystemType(const StepFEA_CoordinateSystemType SystemType) ; //! Returns field Description
Standard_EXPORT Handle_TCollection_HAsciiString Description() const; //! Set field Description
Standard_EXPORT void SetDescription(const Handle(TCollection_HAsciiString)& Description) ; DEFINE_STANDARD_RTTI(StepFEA_FeaAxis2Placement3d) protected: private: StepFEA_CoordinateSystemType theSystemType; Handle_TCollection_HAsciiString theDescription; }; // other Inline functions and methods (like "C++: function call" methods) #endif