Message 1 of 15

Not applicable
05-26-2015
04:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I'm developing some code for Steel Design of EC3. I want manipulate calculations configuration, specifically the checkbox (See picture attached):
-Shear verification in elastic state [6.2.6];
-Methods of calc. of interation factores kij (Method 1 or Method 2)
In VBA i just can manipulate AISI regulation. Example:
RDmCalCnf.SetFlag I_DCCFT_ANSI_CALCMETHOD_LRFD, 1
RDmCalCnf.SetFlag I_DCCFT_ANSI_CALCMETHOD_ASD, 1
How can i checkbox Method1 or Method2 from EC3?
best regards,
Solved! Go to Solution.