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

AC14 Equal Angles Beam error

fuzzytnth3
Booster
I am using the above object with mitre ends and at to a slope of -1.008 degrees.

As soon as I introduce the slope angle in the 2d window the Beam becomes half the size and with no mitre cuts at one end but in the 3d window 2 Beams are displayed with a gap inbetween.

If I remove the slope angle the 2d display is correct but the 3d window still displays 2 angles.

Any idea how to fix the GDL or even if AC15's version of the same object displays the same error?

AC versions 3.41 to 25 (UKI Full 5005).
Using AC25 5005 UKI FULL
Mac OSX 10.15.7 (19G2021) Mac Pro-2013 32gbRam AMD FirePro D500 3072 MB graphics
2 REPLIES 2
Anonymous
Not applicable
This hasn't worked since AC10 - http://archicad-talk.graphisoft.com/viewtopic.php?p=142526, but you will be pleased to know it is finally fixed in AC15!

Looking at the code, it was a very simple fix. Go to line 377 in the 3d code (It's quite near the end).
IF  FlangePos=`Top` THEN 
	rotz 180 
	roty 180 
!!	ADDz -a				!!Remove or comment out this line 
	ADDz -(a+dz+dz2)	!!Add this line instead 
	ADDy -ds 
ENDIF


You will have to save this modified object with a new name and leave the one in the AC library still incorrect, unless you want to extract out the whole library, swap out the object, then repackage it again. I'll leave this up to you!

Hope that helps.
fuzzytnth3
Booster
Cool thanks very much for that I shall give it a go tomorrow off home for ma' tea
AC versions 3.41 to 25 (UKI Full 5005).
Using AC25 5005 UKI FULL
Mac OSX 10.15.7 (19G2021) Mac Pro-2013 32gbRam AMD FirePro D500 3072 MB graphics