Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-09-22 08:59:29

0001 // Created on: 2002-12-12
0002 // Created by: data exchange team
0003 // Copyright (c) 2002-2014 OPEN CASCADE SAS
0004 //
0005 // This file is part of Open CASCADE Technology software library.
0006 //
0007 // This library is free software; you can redistribute it and/or modify it under
0008 // the terms of the GNU Lesser General Public License version 2.1 as published
0009 // by the Free Software Foundation, with special exception defined in the file
0010 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
0011 // distribution for complete text of the license and disclaimer of any warranty.
0012 //
0013 // Alternatively, this file may be used under the terms of Open CASCADE
0014 // commercial license or contractual agreement.
0015 
0016 #ifndef _StepFEA_SymmetricTensor43d_HeaderFile
0017 #define _StepFEA_SymmetricTensor43d_HeaderFile
0018 
0019 #include <Standard.hxx>
0020 #include <Standard_DefineAlloc.hxx>
0021 #include <Standard_Handle.hxx>
0022 
0023 #include <StepData_SelectType.hxx>
0024 #include <Standard_Integer.hxx>
0025 #include <NCollection_Array1.hxx>
0026 #include <NCollection_HArray1.hxx>
0027 class Standard_Transient;
0028 class StepData_SelectMember;
0029 
0030 //! Representation of STEP SELECT type SymmetricTensor43d
0031 class StepFEA_SymmetricTensor43d : public StepData_SelectType
0032 {
0033 public:
0034   DEFINE_STANDARD_ALLOC
0035 
0036   //! Empty constructor
0037   Standard_EXPORT StepFEA_SymmetricTensor43d();
0038 
0039   //! return 0
0040   Standard_EXPORT int CaseNum(const occ::handle<Standard_Transient>& ent) const override;
0041 
0042   //! Recognizes a items of select member CurveElementFreedomMember
0043   //! 1 -> AnisotropicSymmetricTensor43d
0044   //! 2 -> FeaIsotropicSymmetricTensor43d
0045   //! 3 -> FeaIsoOrthotropicSymmetricTensor43d
0046   //! 4 -> FeaTransverseIsotropicSymmetricTensor43d
0047   //! 5 -> FeaColumnNormalisedOrthotropicSymmetricTensor43d
0048   //! 6 -> FeaColumnNormalisedMonoclinicSymmetricTensor43d
0049   //! 0 else
0050   Standard_EXPORT int CaseMem(const occ::handle<StepData_SelectMember>& ent) const override;
0051 
0052   Standard_EXPORT occ::handle<StepData_SelectMember> NewMember() const override;
0053 
0054   //! Returns Value as AnisotropicSymmetricTensor43d (or Null if another type)
0055   Standard_EXPORT occ::handle<NCollection_HArray1<double>> AnisotropicSymmetricTensor43d() const;
0056 
0057   Standard_EXPORT void SetFeaIsotropicSymmetricTensor43d(
0058     const occ::handle<NCollection_HArray1<double>>& val);
0059 
0060   //! Returns Value as FeaIsotropicSymmetricTensor43d (or Null if another type)
0061   Standard_EXPORT occ::handle<NCollection_HArray1<double>> FeaIsotropicSymmetricTensor43d() const;
0062 
0063   //! Returns Value as FeaIsoOrthotropicSymmetricTensor43d (or Null if another type)
0064   Standard_EXPORT occ::handle<NCollection_HArray1<double>> FeaIsoOrthotropicSymmetricTensor43d()
0065     const;
0066 
0067   //! Returns Value as FeaTransverseIsotropicSymmetricTensor43d (or Null if another type)
0068   Standard_EXPORT occ::handle<NCollection_HArray1<double>>
0069                   FeaTransverseIsotropicSymmetricTensor43d() const;
0070 
0071   //! Returns Value as FeaColumnNormalisedOrthotropicSymmetricTensor43d (or Null if another type)
0072   Standard_EXPORT occ::handle<NCollection_HArray1<double>>
0073                   FeaColumnNormalisedOrthotropicSymmetricTensor43d() const;
0074 
0075   //! Returns Value as FeaColumnNormalisedMonoclinicSymmetricTensor43d (or Null if another type)
0076   Standard_EXPORT occ::handle<NCollection_HArray1<double>>
0077                   FeaColumnNormalisedMonoclinicSymmetricTensor43d() const;
0078 };
0079 
0080 #endif // _StepFEA_SymmetricTensor43d_HeaderFile