NaxToPy 3.2.0__tar.gz → 3.2.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (165) hide show
  1. {naxtopy-3.2.0/src/NaxToPy.egg-info → naxtopy-3.2.1}/PKG-INFO +6 -1
  2. {naxtopy-3.2.0 → naxtopy-3.2.1}/README.md +5 -0
  3. {naxtopy-3.2.0 → naxtopy-3.2.1}/pyproject.toml +1 -1
  4. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/N2PComponent.py +11 -9
  5. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Constants/Constants.py +4 -4
  6. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/N2PModelContent.py +2 -1
  7. {naxtopy-3.2.0 → naxtopy-3.2.1/src/NaxToPy.egg-info}/PKG-INFO +6 -1
  8. {naxtopy-3.2.0 → naxtopy-3.2.1}/LICENSE +0 -0
  9. {naxtopy-3.2.0 → naxtopy-3.2.1}/setup.cfg +0 -0
  10. {naxtopy-3.2.0 → naxtopy-3.2.1}/setup.py +0 -0
  11. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/ABQEntities/N2PEntity.py +0 -0
  12. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/ABQEntities/N2PEntityElement.py +0 -0
  13. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/ABQEntities/N2PEntityNode.py +0 -0
  14. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/ABQEntities/N2PEntityShell.py +0 -0
  15. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/ABQEntities/__init__.py +0 -0
  16. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeyword.py +0 -0
  17. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeywordBEAMSECTION.py +0 -0
  18. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeywordCOUPLING.py +0 -0
  19. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeywordDENSITY.py +0 -0
  20. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeywordDISTRIBUTING.py +0 -0
  21. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeywordDISTRIBUTINGCOUPLING.py +0 -0
  22. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeywordELASTIC.py +0 -0
  23. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeywordELEMENT.py +0 -0
  24. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeywordELSET.py +0 -0
  25. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeywordENDINSTANCE.py +0 -0
  26. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeywordENDPART.py +0 -0
  27. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeywordINSTANCE.py +0 -0
  28. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeywordKINEMATIC.py +0 -0
  29. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeywordKINEMATICCOUPLING.py +0 -0
  30. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeywordMATERIAL.py +0 -0
  31. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeywordNODE.py +0 -0
  32. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeywordNSET.py +0 -0
  33. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeywordORIENTATION.py +0 -0
  34. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeywordPART.py +0 -0
  35. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeywordPLASTIC.py +0 -0
  36. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeywordSHELLSECTION.py +0 -0
  37. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeywordSOLIDSECTION.py +0 -0
  38. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeywordSURFACE.py +0 -0
  39. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/ABQKeywords/__init__.py +0 -0
  40. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/AllClasses.py +0 -0
  41. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/N2PAbaqusInputData.py +0 -0
  42. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/N2PConnector.py +0 -0
  43. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/N2PCoord.py +0 -0
  44. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/N2PElement.py +0 -0
  45. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/N2PFreeBody.py +0 -0
  46. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/N2PIncrement.py +0 -0
  47. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/N2PLoadCase.py +0 -0
  48. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/N2PMaterial.py +0 -0
  49. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/N2PNastranInputData.py +0 -0
  50. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/N2PNode.py +0 -0
  51. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/N2PProperty.py +0 -0
  52. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/N2PReport.py +0 -0
  53. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/N2PResult.py +0 -0
  54. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/N2PSection.py +0 -0
  55. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/N2PSet.py +0 -0
  56. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/ProgresBar.py +0 -0
  57. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Classes/__init__.py +0 -0
  58. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Constants/__init__.py +0 -0
  59. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Constants/librerias.py +0 -0
  60. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Errors/N2PColors.py +0 -0
  61. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Errors/N2PFileHandler.py +0 -0
  62. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Errors/N2PLog.py +0 -0
  63. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Errors/__init__.py +0 -0
  64. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Reference_Finder/__Reference_Finder.py +0 -0
  65. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/Reference_Finder/__init__.py +0 -0
  66. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/_AuxFunc/_NetToPython.py +0 -0
  67. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/_AuxFunc/__init__.py +0 -0
  68. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Core/__init__.py +0 -0
  69. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/__init__.py +0 -0
  70. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/common/__init__.py +0 -0
  71. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/common/data_input_hdf5.py +0 -0
  72. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/common/hdf5.py +0 -0
  73. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/common/material.py +0 -0
  74. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/common/model_processor.py +0 -0
  75. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/common/property.py +0 -0
  76. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/envelope/N2PEnvelope.py +0 -0
  77. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/envelope/__init__.py +0 -0
  78. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/handbooks/__init__.py +0 -0
  79. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/handbooks/airbus/__init__.py +0 -0
  80. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/handbooks/airbus/core_shear_crimping_airbus.py +0 -0
  81. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/handbooks/airbus/dimpling_airbus.py +0 -0
  82. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/handbooks/airbus/wrinkling_airbus.py +0 -0
  83. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/handbooks/bruhn/__init__.py +0 -0
  84. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/handbooks/cmh/__init__.py +0 -0
  85. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/handbooks/cmh/core_shear_crimping_cmh.py +0 -0
  86. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/handbooks/cmh/dimpling_cmh.py +0 -0
  87. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/handbooks/cmh/wrinkling_cmh.py +0 -0
  88. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/handbooks/esdu/__init__.py +0 -0
  89. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/handbooks/hsb/__init__.py +0 -0
  90. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/handbooks/hsb/wrinkling_hsb.py +0 -0
  91. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/handbooks/hypersizer/__init__.py +0 -0
  92. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/handbooks/hypersizer/crimping_hypersizer.py +0 -0
  93. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/handbooks/hypersizer/dimpling_hypersizer.py +0 -0
  94. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/handbooks/hypersizer/wrinkling_hypersizer.py +0 -0
  95. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/handbooks/nasa/__init__.py +0 -0
  96. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/handbooks/nasa/wrinkling_nasa.py +0 -0
  97. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/n2ptoexe/N2PtoEXE.py +0 -0
  98. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/n2ptoexe/__init__.py +0 -0
  99. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/numericaltools/N2PCoefficientsFinder.py +0 -0
  100. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/numericaltools/__init__.py +0 -0
  101. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/__init__.py +0 -0
  102. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/composite/__init__.py +0 -0
  103. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/composite/delamination/N2PEdgeDelamination.py +0 -0
  104. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/composite/delamination/__init__.py +0 -0
  105. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/composite/failure_analysis/N2PCompositeFailure.py +0 -0
  106. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/composite/failure_analysis/N2PFailureComposite_Backupy.py +0 -0
  107. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/composite/failure_analysis/N2PFailureComposite_Vectorisation.py +0 -0
  108. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/composite/failure_analysis/__init__.py +0 -0
  109. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/composite/sandwich/N2PSandwich.py +0 -0
  110. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/composite/sandwich/__init__.py +0 -0
  111. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/N2PCalculatorRFJoints.py +0 -0
  112. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/N2PCompRF.py +0 -0
  113. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/N2PFastenerAnalysis.py +0 -0
  114. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/N2PGetFasteners.py +0 -0
  115. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/N2PGetLoadFasteners.py +0 -0
  116. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/N2PMetalRF.py +0 -0
  117. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/N2PRivetRF.py +0 -0
  118. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/N2PUpdateFastener.py +0 -0
  119. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysis/Core/Functions/N2PGetAttachments.py +0 -0
  120. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysis/Core/Functions/N2PGetResults.py +0 -0
  121. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysis/Core/Functions/N2PInterpolation.py +0 -0
  122. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysis/Core/Functions/N2PLoadModel.py +0 -0
  123. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysis/Core/Functions/N2PRotation.py +0 -0
  124. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysis/Core/Functions/__init__.py +0 -0
  125. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysis/Core/__init__.py +0 -0
  126. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysis/__init__.py +0 -0
  127. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysisDeprecated/Check/Validation.py +0 -0
  128. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysisDeprecated/Core/Classes/AR1DElement.py +0 -0
  129. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysisDeprecated/Core/Classes/ARAttachment.py +0 -0
  130. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysisDeprecated/Core/Classes/ARBolt.py +0 -0
  131. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysisDeprecated/Core/Classes/ARPlate.py +0 -0
  132. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysisDeprecated/Core/Classes/ARPlateElements.py +0 -0
  133. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysisDeprecated/Core/Classes/__init__.py +0 -0
  134. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysisDeprecated/Core/Functions/ARAuxiliarFunctions.py +0 -0
  135. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysisDeprecated/Core/Functions/ARBilinearInterpolation.py +0 -0
  136. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysisDeprecated/Core/Functions/ARConfigurationInput.py +0 -0
  137. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysisDeprecated/Core/Functions/ARDerivedLoadCases.py +0 -0
  138. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysisDeprecated/Core/Functions/ARFileInputRivetsIDs.py +0 -0
  139. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysisDeprecated/Core/Functions/ARGetAttachments.py +0 -0
  140. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysisDeprecated/Core/Functions/ARGetBolts.py +0 -0
  141. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysisDeprecated/Core/Functions/ARReadResultsFromFile.py +0 -0
  142. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysisDeprecated/Core/Functions/ARResults.py +0 -0
  143. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysisDeprecated/Core/Functions/ARRotation.py +0 -0
  144. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysisDeprecated/Core/Functions/ARSerialize.py +0 -0
  145. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysisDeprecated/Core/Functions/__init__.py +0 -0
  146. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysisDeprecated/Core/__init__.py +0 -0
  147. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysisDeprecated/__init__.py +0 -0
  148. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/__init__.py +0 -0
  149. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/joints/N2PAttachment.py +0 -0
  150. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/joints/N2PBolt.py +0 -0
  151. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/joints/N2PFastenerSystem.py +0 -0
  152. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/joints/N2PJoint.py +0 -0
  153. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/joints/N2PJointAnalysisParameters.py +0 -0
  154. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/joints/N2PPlate.py +0 -0
  155. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/fasteners/joints/__init__.py +0 -0
  156. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/metallic/__init__.py +0 -0
  157. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/metallic/neuber/N2PNeuber.py +0 -0
  158. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/Modules/static/metallic/neuber/__init__.py +0 -0
  159. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/NaxToPy.ico +0 -0
  160. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/__init__.py +0 -0
  161. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy/user_functions.txt +0 -0
  162. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy.egg-info/SOURCES.txt +0 -0
  163. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy.egg-info/dependency_links.txt +0 -0
  164. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy.egg-info/requires.txt +0 -0
  165. {naxtopy-3.2.0 → naxtopy-3.2.1}/src/NaxToPy.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: NaxToPy
3
- Version: 3.2.0
3
+ Version: 3.2.1
4
4
  Summary: Package for postprocessing FEM results in Python
5
5
  Home-page: https://www.idaerosolutions.com/Home/NaxToPy
6
6
  Download-URL: https://apps.microsoft.com/detail/XP9MMH0KDKGRJN?hl=en-US&gl=US
@@ -283,6 +283,11 @@ is redundant. The coordinate system will prevail.
283
283
  8. Feat: `N2PNastranInputData.get_failed_cards()`: New method that allows retrieving cards that are poorly formatted or have reading errors when opening a Nastran input file (.bdf).
284
284
  9. Feat: `N2PNastranInputData.create_card()`: New method that allows creating Nastran cards completely from scratch, which will be added to the end of the Nastran input file once the `rebuild_file()` command is executed.
285
285
 
286
+ ### v.3.2.1
287
+ 1. BugFix: Derived components are now founded right while using `get_result_by_LCs_Incr()`.
288
+ 1. BugFix: All sections are now founded right while using `get_result_by_LCs_Incr()`.
289
+ 3. BugFix: Now symbols like "\" or "-" are supported as part of the name of Components and Load Cases while creating new derived Components and Derived Load Cases.
290
+
286
291
  # Documentation
287
292
 
288
293
  **NaxToPy** is a package developed by Idaero Solutions© as a part of the **NaxTo** software.
@@ -256,6 +256,11 @@ is redundant. The coordinate system will prevail.
256
256
  8. Feat: `N2PNastranInputData.get_failed_cards()`: New method that allows retrieving cards that are poorly formatted or have reading errors when opening a Nastran input file (.bdf).
257
257
  9. Feat: `N2PNastranInputData.create_card()`: New method that allows creating Nastran cards completely from scratch, which will be added to the end of the Nastran input file once the `rebuild_file()` command is executed.
258
258
 
259
+ ### v.3.2.1
260
+ 1. BugFix: Derived components are now founded right while using `get_result_by_LCs_Incr()`.
261
+ 1. BugFix: All sections are now founded right while using `get_result_by_LCs_Incr()`.
262
+ 3. BugFix: Now symbols like "\" or "-" are supported as part of the name of Components and Load Cases while creating new derived Components and Derived Load Cases.
263
+
259
264
  # Documentation
260
265
 
261
266
  **NaxToPy** is a package developed by Idaero Solutions© as a part of the **NaxTo** software.
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "NaxToPy"
7
- version = "3.2.0"
7
+ version = "3.2.1"
8
8
  license = {text = "MIT"}
9
9
  authors = [ { name = "Idaero Solutions", email = "manuel.sanchez@idaerosolutions.com" }, ]
10
10
  requires-python = ">=3.9"
@@ -454,7 +454,14 @@ class N2PComponent:
454
454
  i = 0
455
455
  n_opt = 0
456
456
  n_lcs = len(list_lc_incr)
457
-
457
+
458
+ if not sections:
459
+ if isinstance(list_lc_incr[0][0], int):
460
+ sections = list({section.Name for lc, _ in list_lc_incr for component in self._result_father._loadCase_father._modelFather.get_load_case(lc).Results[self._result_father.Name].Components.values() for section in component.Sections})
461
+ else:
462
+ sections = list({section.Name for lc, _ in list_lc_incr for component in lc.Results[self._result_father.Name].Components.values() for section in component.Sections})
463
+
464
+
458
465
  # A first shoot with a block of 5 load cases is made. The memory used in the process wil be measured
459
466
  # using the function _get_memory_usage(). Acording to de memory used, the optimum number of load cases
460
467
  # per block will be claculated and the remain load cases will be launched in blocks.
@@ -491,13 +498,13 @@ class N2PComponent:
491
498
 
492
499
  if not components[0]:
493
500
  py_dict.update({
494
- (int(key.split(":")[0].replace("DoF_LCD", "-").replace("DoF_LC", "")), int(key.split(":")[1][2:])) :
501
+ (int(key.split(":")[0].replace("DoF_LCD", "-").replace("DoF_LC", "")), int(key.split(":")[1][2:].replace("_DoF", ""))) :
495
502
  self._filter_array(np.array(value, np.float64), filter_list, None, ii_map, cornerData)
496
503
  for key, value in dict(cs_dict[0]).items()
497
504
  })
498
505
  else:
499
506
  py_dict.update({
500
- (int(key.split(":")[0].replace("DoF_LCD", "-").replace("DoF_LC", "")), int(key.split(":")[1][2:]), component) :
507
+ (int(key.split(":")[0].replace("DoF_LCD", "-").replace("DoF_LC", "")), int(key.split(":")[1][2:].replace("_DoF", "")), component) :
501
508
  self._filter_array(np.array(value, np.float64), filter_list, None, ii_map, cornerData)
502
509
  for key, value in dict(cs_dict[0]).items()
503
510
  })
@@ -644,16 +651,11 @@ class N2PComponent:
644
651
  if not isinstance(sections, list):
645
652
  msg = N2PLog.Error.E218()
646
653
  raise TypeError(msg)
647
- actual_sections = {s.Name for s in self.Sections}
648
654
  for section in sections:
649
655
  if type(section) is N2PSection:
650
656
  sectionParam += str(section.Name) + '#'
651
657
  else:
652
- if section in actual_sections:
653
- sectionParam += str(section) + '#'
654
- else:
655
- msg = N2PLog.Error.E238(section, actual_sections)
656
- raise Exception(msg)
658
+ sectionParam += str(section) + '#'
657
659
 
658
660
  resultsParameters.sectPoint = sectionParam
659
661
 
@@ -1,15 +1,15 @@
1
1
  """Constants of the NaxToPy package"""
2
2
 
3
3
  # NaxToPy Version
4
- VERSION = "3.2.0"
4
+ VERSION = "3.2.1"
5
5
 
6
6
  # Supported for Naxto:
7
7
  NAXTO_VERSION = '2025R2'
8
- NAXTO_STEP = "0"
9
- NAXTO_ADVANCED_INSTALLER = "2025.2.0"
8
+ NAXTO_STEP = "1"
9
+ NAXTO_ADVANCED_INSTALLER = "2025.2.1"
10
10
 
11
11
  # Assembly version of NaxToModel.dll
12
- VIZZER_COMPATIBILITY = ("5.2.0.0")
12
+ VIZZER_COMPATIBILITY = ("5.2.0.1")
13
13
  """Tuple with the compatible versions of NaxToModel.dll"""
14
14
 
15
15
  # PYTHON EXTERNO ----------------------------------------------------------------------------------
@@ -2199,7 +2199,8 @@ class N2PModelContent:
2199
2199
  break
2200
2200
 
2201
2201
  if isinstance(component, list) and isinstance(component[0], str):
2202
- if not all(comp in aux_lc.get_result(result).Components for comp in component):
2202
+ n2_result = aux_lc.get_result(result)
2203
+ if not all(comp in n2_result.Components for comp in component) and not all(comp in n2_result.DerivedComponents for comp in component):
2203
2204
  N2PLog.Error.E319()
2204
2205
  return None
2205
2206
  n2pcomp = aux_lc.get_result(result).get_component(component[0])
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: NaxToPy
3
- Version: 3.2.0
3
+ Version: 3.2.1
4
4
  Summary: Package for postprocessing FEM results in Python
5
5
  Home-page: https://www.idaerosolutions.com/Home/NaxToPy
6
6
  Download-URL: https://apps.microsoft.com/detail/XP9MMH0KDKGRJN?hl=en-US&gl=US
@@ -283,6 +283,11 @@ is redundant. The coordinate system will prevail.
283
283
  8. Feat: `N2PNastranInputData.get_failed_cards()`: New method that allows retrieving cards that are poorly formatted or have reading errors when opening a Nastran input file (.bdf).
284
284
  9. Feat: `N2PNastranInputData.create_card()`: New method that allows creating Nastran cards completely from scratch, which will be added to the end of the Nastran input file once the `rebuild_file()` command is executed.
285
285
 
286
+ ### v.3.2.1
287
+ 1. BugFix: Derived components are now founded right while using `get_result_by_LCs_Incr()`.
288
+ 1. BugFix: All sections are now founded right while using `get_result_by_LCs_Incr()`.
289
+ 3. BugFix: Now symbols like "\" or "-" are supported as part of the name of Components and Load Cases while creating new derived Components and Derived Load Cases.
290
+
286
291
  # Documentation
287
292
 
288
293
  **NaxToPy** is a package developed by Idaero Solutions© as a part of the **NaxTo** software.
File without changes
File without changes
File without changes
File without changes
File without changes