I need to get bolting informations (length, DTXR,...) of my components, from Draft or Draw module.
I found the following commands:
To get the length: var !boltLength PPOINT 1 BOLT 1 BLEN OF $!comp (where !comp is a FLANGE for example).
And to get the DTXR: var !boltDescription PPOINT 1 BOLT 1 RTEXT OF $!comp
That works perfectly in Design module, but return a syntax error in Draft.
Does anybody knows an equivalent command that works in Draft too, or an other way to get these bolting informations from Draft ?