calculix / CalculiX-Examples

CalculiX examples by Prof. Martin Kraska from Brandenburg University of Applied Sciences. Excellent starting point to master parametric modelling with CGX and CCX.
MIT License
299 stars 92 forks source link

New option param.py #61

Open 3rav opened 1 year ago

3rav commented 1 year ago

May I ask you to add the ability in param.py to load variables from a separate .txt file?

like

parameters.txt:

A=40
B=10

par.cgx.fbd pnt <A> <B> 10

param.py par.cgx.fbd parameters.txt