cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
Achille Pavlidis
Advocate

Steel beam length

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 OS 26.1 | AC 29.0.2 INT 3200 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

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!