FEM-Design 0.0.2__py3-none-any.whl → 0.0.4__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,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: FEM-Design
3
- Version: 0.0.2
3
+ Version: 0.0.4
4
4
  Summary: The FEM-Design API package
5
5
  Author-email: FEM-Design <femdesign.api@strusoft.com>
6
6
  Maintainer-email: Marco Pellegrino <marco.pellegrino@strusoft.com>
@@ -47,20 +47,19 @@ 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()
58
58
  raise err
59
59
  ```
60
60
 
61
- A wider list of examples can be found in [example](https://github.com/strusoft/femdesign-api/tree/master/FemDesign.Python/examples)
61
+ A wider list of examples can be found in [example](https://github.com/strusoft/femdesign-api/tree/master/FemDesign.Examples/Python).
62
62
 
63
63
  ## Documentation
64
64
 
65
-
66
65
  https://femdesign-api-docs.onstrusoft.com/docs/intro
@@ -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.2.dist-info/LICENSE,sha256=C1trwjHDz-8nu89CQ5_3BXEJiOrsl1tJJqtEzEi_dA0,1086
11
- FEM_Design-0.0.2.dist-info/METADATA,sha256=11Dl4weQE0h7fusjicbwasK1jdjzxsurRoAwTxeafZ8,3126
12
- FEM_Design-0.0.2.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
13
- FEM_Design-0.0.2.dist-info/top_level.txt,sha256=QcarGV2EBCVqig6Yj3dB5-Q8Mi-eXtEEhUyRKWIP21I,10
14
- FEM_Design-0.0.2.dist-info/RECORD,,
10
+ FEM_Design-0.0.4.dist-info/LICENSE,sha256=C1trwjHDz-8nu89CQ5_3BXEJiOrsl1tJJqtEzEi_dA0,1086
11
+ FEM_Design-0.0.4.dist-info/METADATA,sha256=w0dMM7-WA2vobOFaaxNddwua1g8QvpWY9bDfSJj18zg,3070
12
+ FEM_Design-0.0.4.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
13
+ FEM_Design-0.0.4.dist-info/top_level.txt,sha256=QcarGV2EBCVqig6Yj3dB5-Q8Mi-eXtEEhUyRKWIP21I,10
14
+ FEM_Design-0.0.4.dist-info/RECORD,,