Norm references

Info about design forms features
PetrS
Site Admin
Posts: 181
Joined: 11 Jul 2014, 13:55

Norm references

Postby PetrS » 12 Dec 2014, 14:02

size=150Norm references/size
Version 0.1.106+

Assignments (formulas) can be supplemented by reference to norm code paragraph (table, ...).
These references can be printed to the graphical output.

buNorm reference definition:/u/b
Reference is defined directly in the SDF script. See example:
code
TEXT("Non-weakened bearing capacity");
N↓pl,Rd← = A*f↓y←/γ↓M0← @REF("(1.2.3)");

TEXT("Bearing capacity of weakened cross section");
N↓u,Rd← = 0.9*A↓net←*f↓u←/γ↓M2← @REF("(4.5)");
N↓t,Rd← = MIN(N↓pl,Rd←, N↓u,Rd←) @REF("(5.6.7.8)");

TEXT("Unity check");
s = N↓Ed←/N↓t,Rd← @REF("(3.3.3)");

IF(s < 1) {
TEXT("< 1");
TEXT("=> Is SUFFICIENT");
} ELSE {
TEXT("> 1");
TEXT("=> Is INSUFFICIENT!");
}
/code

ubNorm reference output settings:/b/u
All references share one common bset of settings/b. It means, all norm references in uone layout/u has the same font, style, size, alignment, ...
BUT: Settings can differ layout by layout. You can print references to the right side in one layout and on the left side in the second layout... (see attached example).

uTo modify norm reference output settings:/u
1) Select norm reference by clicking left mouse button in the Preview.
2) Modify settings (font, style, size, alignment, ...) in the top panel. This works the same as for any Visual component.
Note: Master visual component for Norm reference is the formula. This can't be changed.

You CAN use iUserStyles/i with norm references.


buHandling visibility of norm reference:/u/b
Norm reference is fixed to its formula. If you want to switch norm reference off, select the formula(s) and uncheck "Draw norm reference".


See attached example for more details.
Attachments
NormReferences.cls
(31.07 KiB) Downloaded 409 times
Ing. Petr Slepicka
DesignForms Online
Engineering calculations online - EuroCode, AISC, statics
Automate your static calculations today!

PetrS
Site Admin
Posts: 181
Joined: 11 Jul 2014, 13:55

Re: Norm references

Postby PetrS » 25 Mar 2015, 07:24

Norm references are now available also for TEXTs.
Ing. Petr Slepicka
DesignForms Online
Engineering calculations online - EuroCode, AISC, statics
Automate your static calculations today!


Return to “Design forms features”

Who is online

Users browsing this forum: No registered users and 2 guests