We value your input!
Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey

Libraries & objects
About Archicad and BIMcloud libraries, their management and migration, objects and other library parts, etc.

Steel beam length

Achille Pavlidis
Enthusiast
When placing a steel beam object with an inclination of say 45 degrees, AC measures the length in the axis of the object.
This is not useful for construction purposes as the overall length of the beam is longer.
Is there a way to get the max length of the object?



Uploaded with ImageShack.us
Mac OSX 13.6.6 | AC 27 INT 5003 FULL
1 REPLY 1
You can modify the script to get the proper length:

basically on one end: X= W/(tan(alpha))
where X is the lenght addition
W is the height of the beam
alpha would be the resulting angle - but it is not the angle of the beam - but also relays on the cut-off angles of the end(s)

the problem with tan is that You should filter out 90 and 270 angles.
You could also develop formula with SIN and COS to get the result
If I am not mistaken X= cos(alpha)*W/(sin(alpha))

Best Regards,
Piotr