cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
Starting August 6, 2024, TLS 1.2 will be the minimum required protocol version for Graphisoft products and services that require an online connection. License Manager Tool update is required on Windows. Learn more…
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
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