FEM-Design 0.0.3__py3-none-any.whl → 0.0.5__py3-none-any.whl

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.
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: FEM-Design
3
- Version: 0.0.3
3
+ Version: 0.0.5
4
4
  Summary: The FEM-Design API package
5
5
  Author-email: FEM-Design <femdesign.api@strusoft.com>
6
- Maintainer-email: Marco Pellegrino <marco.pellegrino@strusoft.com>
6
+ Maintainer-email: Marco Pellegrino <marco.pellegrino@strusoft.com>, Illyés Zoltán <sinnach@strusoft.hu>
7
7
  Project-URL: Homepage, https://femdesign-api-docs.onstrusoft.com
8
8
  Project-URL: Repository, https://github.com/strusoft/femdesign-api
9
9
  Project-URL: Issues, https://github.com/strusoft/femdesign-api/issues
@@ -47,11 +47,11 @@ from femdesign.calculate.analysis import Analysis, Design, CombSettings, CombIte
47
47
  pipe = FemDesignConnection()
48
48
  try:
49
49
  pipe.SetVerbosity(Verbosity.SCRIPT_LOG_LINES)
50
- pipe.Open(r"example/simple_beam.str")
50
+ pipe.Open(r"simple_beam.str")
51
51
  pipe.RunAnalysis(Analysis.FrequencyAnalysis(num_shapes=5))
52
- pipe.Save(r"example\to_delete\simple_beam_out_2.str")
53
- pipe.GenerateListTables(bsc_file=r"example\bsc\quantity-estimation-steel.bsc",
54
- csv_file=r"example\output\quantity-estimation-steel.csv")
52
+ pipe.Save(r"simple_beam_out.str")
53
+ pipe.GenerateListTables(bsc_file=r"quantity-estimation-steel.bsc",
54
+ csv_file=r"quantity-estimation-steel.csv")
55
55
  pipe.Exit()
56
56
  except Exception as err:
57
57
  pipe.KillProgramIfExists()
@@ -7,8 +7,8 @@ femdesign/calculate/command.py,sha256=_TYMNJJHkxaSV0fDBqCHrAN5uI_Pz593qqsOa9B_Dd
7
7
  femdesign/calculate/fdscript.py,sha256=m7L-j1kfW3UJ-eeR9ouPSsZGugeuuBNI8WuY4zRtHYk,2708
8
8
  femdesign/utilities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
9
  femdesign/utilities/filehelper.py,sha256=ocztMNTePr-bUpquY8DAI1s4BHptlhnMzwYOMrDbB_8,1528
10
- FEM_Design-0.0.3.dist-info/LICENSE,sha256=C1trwjHDz-8nu89CQ5_3BXEJiOrsl1tJJqtEzEi_dA0,1086
11
- FEM_Design-0.0.3.dist-info/METADATA,sha256=taAbRSETHJ5bYIniyGYR537j-DDPRM0wJAqUVudfrx0,3125
12
- FEM_Design-0.0.3.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
13
- FEM_Design-0.0.3.dist-info/top_level.txt,sha256=QcarGV2EBCVqig6Yj3dB5-Q8Mi-eXtEEhUyRKWIP21I,10
14
- FEM_Design-0.0.3.dist-info/RECORD,,
10
+ FEM_Design-0.0.5.dist-info/LICENSE,sha256=C1trwjHDz-8nu89CQ5_3BXEJiOrsl1tJJqtEzEi_dA0,1086
11
+ FEM_Design-0.0.5.dist-info/METADATA,sha256=S2zGSwCBB1csKlDHFWFz_-L-LeaCHv7ycF3FFgq-sSw,3109
12
+ FEM_Design-0.0.5.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
13
+ FEM_Design-0.0.5.dist-info/top_level.txt,sha256=QcarGV2EBCVqig6Yj3dB5-Q8Mi-eXtEEhUyRKWIP21I,10
14
+ FEM_Design-0.0.5.dist-info/RECORD,,