cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
Libraries & objects
About Archicad and BIMcloud libraries, their management and migration, objects and other library parts, etc.

2D angle hotspots

Anonymous
Not applicable
I’m trying to make something simple but I can’t.
I’m trying to make a rectangle, with a moving vertex, which will define the angle (look the attached picture), using some hotspots… can anybody help me?

Thank you in advanced

hotspot.jpg
1 REPLY 1
Anonymous
Not applicable
Something like this?


AA=0

AANG = ATN(AA/B)
TEXT2 0,0,aang+90
valore = B*TAN(aang)

LINE2 0,0,A,0
LINE2 A,0,A,B
LINE2 -valore,B,A,B
LINE2 0,0,-valore,B

unID = 1 + unID : HOTSPOT2 0,B,unID,AA, 129
unID = 1 + unID : HOTSPOT2 1,B,unID, AA,3
unID = 1 + unID : HOTSPOT2 -AA,B,unID,AA, 2


CU mirco

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!