// 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_CurveElementEndCoordinateSystem_HeaderFile #define _StepFEA_CurveElementEndCoordinateSystem_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _StepData_SelectType_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Handle_Standard_Transient_HeaderFile #include #endif #ifndef _Handle_StepFEA_FeaAxis2Placement3d_HeaderFile #include #endif #ifndef _Handle_StepFEA_AlignedCurve3dElementCoordinateSystem_HeaderFile #include #endif #ifndef _Handle_StepFEA_ParametricCurve3dElementCoordinateSystem_HeaderFile #include #endif class Standard_Transient; class StepFEA_FeaAxis2Placement3d; class StepFEA_AlignedCurve3dElementCoordinateSystem; class StepFEA_ParametricCurve3dElementCoordinateSystem; //! Representation of STEP SELECT type CurveElementEndCoordinateSystem
class StepFEA_CurveElementEndCoordinateSystem : public StepData_SelectType { public: void* operator new(size_t,void* anAddress) { return anAddress; } void* operator new(size_t size) { return Standard::Allocate(size); } void operator delete(void *anAddress) { if (anAddress) Standard::Free((Standard_Address&)anAddress); } //! Empty constructor
Standard_EXPORT StepFEA_CurveElementEndCoordinateSystem(); //! Recognizes a kind of CurveElementEndCoordinateSystem select type
//! 1 -> FeaAxis2Placement3d from StepFEA
//! 2 -> AlignedCurve3dElementCoordinateSystem from StepFEA
//! 3 -> ParametricCurve3dElementCoordinateSystem from StepFEA
//! 0 else
Standard_EXPORT Standard_Integer CaseNum(const Handle(Standard_Transient)& ent) const; //! Returns Value as FeaAxis2Placement3d (or Null if another type)
Standard_EXPORT Handle_StepFEA_FeaAxis2Placement3d FeaAxis2Placement3d() const; //! Returns Value as AlignedCurve3dElementCoordinateSystem (or Null if another type)
Standard_EXPORT Handle_StepFEA_AlignedCurve3dElementCoordinateSystem AlignedCurve3dElementCoordinateSystem() const; //! Returns Value as ParametricCurve3dElementCoordinateSystem (or Null if another type)
Standard_EXPORT Handle_StepFEA_ParametricCurve3dElementCoordinateSystem ParametricCurve3dElementCoordinateSystem() const; protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif