FEM-Design 0.0.2__tar.gz → 0.0.4__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.
@@ -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
@@ -30,20 +30,19 @@ from femdesign.calculate.analysis import Analysis, Design, CombSettings, CombIte
30
30
  pipe = FemDesignConnection()
31
31
  try:
32
32
  pipe.SetVerbosity(Verbosity.SCRIPT_LOG_LINES)
33
- pipe.Open(r"example/simple_beam.str")
33
+ pipe.Open(r"simple_beam.str")
34
34
  pipe.RunAnalysis(Analysis.FrequencyAnalysis(num_shapes=5))
35
- pipe.Save(r"example\to_delete\simple_beam_out_2.str")
36
- pipe.GenerateListTables(bsc_file=r"example\bsc\quantity-estimation-steel.bsc",
37
- csv_file=r"example\output\quantity-estimation-steel.csv")
35
+ pipe.Save(r"simple_beam_out.str")
36
+ pipe.GenerateListTables(bsc_file=r"quantity-estimation-steel.bsc",
37
+ csv_file=r"quantity-estimation-steel.csv")
38
38
  pipe.Exit()
39
39
  except Exception as err:
40
40
  pipe.KillProgramIfExists()
41
41
  raise err
42
42
  ```
43
43
 
44
- A wider list of examples can be found in [example](https://github.com/strusoft/femdesign-api/tree/master/FemDesign.Python/examples)
44
+ A wider list of examples can be found in [example](https://github.com/strusoft/femdesign-api/tree/master/FemDesign.Examples/Python).
45
45
 
46
46
  ## Documentation
47
47
 
48
-
49
48
  https://femdesign-api-docs.onstrusoft.com/docs/intro
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "FEM-Design"
3
- version = "0.0.2"
3
+ version = "0.0.4"
4
4
  authors = [
5
5
  { name="FEM-Design", email="femdesign.api@strusoft.com" },
6
6
  ]
@@ -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
File without changes
File without changes