BIM Coordinator Program (INT) April 22, 2024
Find the next step in your career as a Graphisoft Certified BIM Coordinator!
Libraries & objects
About Archicad and BIMcloud libraries, their management and migration, objects and other library parts, etc.

Can't get Graphical Hotspots to work

derekjackson
Advocate
Hi, not sure why this isn't working. Trying to make an L shaped poly that lets me change the width of the 'L' arms, as opposed to the overall dimensions of the L. This is my 2D script:
line2 a,0,a,c
line2 a,c,d,c
line2 d,c,d,b
line2 d,b,0,b
line2 0,0,0,b

hotspot2 0,0
hotspot2 a,0


	hsid=hsid+1
	HOTSPOT2 (d+((a-d)/2)),0,	hsid,c,1+256
	hsid=hsid+1
	HOTSPOT2 (d+((a-d)/2)),c,	hsid,c,2+256
	hsid=hsid+1
	HOTSPOT2 0,1,	hsid,c,3+256
	
hotspot2 0,b

I want the graphical hotspot to allow me to change the width of the table piece, but it doesn't seem to give me the option - I can just change the overall size of the table. (c & d are the width of the two arms).

Any ideas?!
10 REPLIES 10
derekjackson
Advocate
Not sure what was going on there but it seems to work now. Thanks for the help!!
Learn and get certified!