How can i get the angle of inclined colums?


Hello,

How can i access this Parameter? or is it hidden. Our funk the inclined value just by distance and level? or can i get it like mirrored doors via API?

for i in items:
unwrapped = UnwrapElement(i)
if unwrapped.Mirrored == True:
	mirs.append(unwrapped)

KR

Andreas


inclinedColumnAngle.dyn (25.7 KB)
Not sure if this is the most efficient though.

2 Likes

OK, you set a vector, to got the angle… …so the colum has no “blackBox” which angle it is included? i tried to place parameters in the colum, without affect.

Using a little Trigonometry :slight_smile:

2 Likes