SOLVED!
graphic hotspot with 2 editable directions possible?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-10-26 08:43 PM
‎2018-10-26
08:43 PM
We have a simple prism object that is editable in the Z-direction via a graphic hotspot. Is it possible to have that same hotspot also editable in the x-direction?
/Mats
MATERIAL materialAttribute_1
resol 36
unID = 1
hotspot c, -b/2, 0, unID, d, 1+128 : unID=unID+1
hotspot c, -b/2, -1, unID, d, 3+128 : unID=unID+1
hotspot c, -b/2, d, unID, d, 2 : unID=unID+1
hotspot 0, -b/2, zzyzx, unID, e, 1+128 : unID=unID+1
hotspot -1, -b/2, zzyzx, unID, e, 3+128 : unID=unID+1
hotspot e, -b/2, zzyzx, unID, e, 2 : unID=unID+1
hotspot 0, 0, zzyzx
hotspot 0, -b, zzyzx
rotx 90
cprism_{4} materialAttribute_1, materialAttribute_1, materialAttribute_1, 7,
6, B,
0, 0, 0, 15, materialAttribute_1,
A, 0, 0, 15, materialAttribute_1,
C, D, 0, 15, materialAttribute_1,
E, zzyzx, 0, 15, materialAttribute_1,
0, zzyzx, 0, 15, materialAttribute_1,
0, 0, 0, -1, materialAttribute_1
del 1
AC 25 SWE Full
HP Zbook Fury 15,6 G8. 32 GB RAM. Nvidia RTX A3000.
HP Zbook Fury 15,6 G8. 32 GB RAM. Nvidia RTX A3000.
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Accepted Solutions
Solution

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-10-29 02:27 AM
‎2018-10-29
02:27 AM
Sure.
You need 2 hotspots for each point - one for the x and one for the z.
But the x hotspot need to have the z parameter in it and the z hotspot need the x.
To move the hotspot you have shown ...
Barry.
You need 2 hotspots for each point - one for the x and one for the z.
But the x hotspot need to have the z parameter in it and the z hotspot need the x.
To move the hotspot you have shown ...
hotspot c, -b/2, 0, unID, d, 1+128 : unID=unID+1 hotspot c, -b/2, -1, unID, d, 3+128 : unID=unID+1 hotspot c, -b/2, d, unID, d, 2 : unID=unID+1 hotspot 0, -b/2, d, unID, c, 1+128 : unID=unID+1 hotspot -1, -b/2, d, unID, c, 3+128 : unID=unID+1 hotspot c, -b/2, d, unID, c, 2 : unID=unID+1
Barry.
One of the forum moderators.
Versions 6.5 to 27
i7-10700 @ 2.9Ghz, 32GB ram, GeForce RTX 2060 (6GB), Windows 10
Lenovo Thinkpad - i7-1270P 2.20 GHz, 32GB RAM, Nvidia T550, Windows 11
Versions 6.5 to 27
i7-10700 @ 2.9Ghz, 32GB ram, GeForce RTX 2060 (6GB), Windows 10
Lenovo Thinkpad - i7-1270P 2.20 GHz, 32GB RAM, Nvidia T550, Windows 11
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-10-26 08:50 PM
‎2018-10-26
08:50 PM
Hi.
Just write the code for the other hotspot so that their positions overlap.
Best regards.
Just write the code for the other hotspot so that their positions overlap.
Best regards.
Solution

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-10-29 02:27 AM
‎2018-10-29
02:27 AM
Sure.
You need 2 hotspots for each point - one for the x and one for the z.
But the x hotspot need to have the z parameter in it and the z hotspot need the x.
To move the hotspot you have shown ...
Barry.
You need 2 hotspots for each point - one for the x and one for the z.
But the x hotspot need to have the z parameter in it and the z hotspot need the x.
To move the hotspot you have shown ...
hotspot c, -b/2, 0, unID, d, 1+128 : unID=unID+1 hotspot c, -b/2, -1, unID, d, 3+128 : unID=unID+1 hotspot c, -b/2, d, unID, d, 2 : unID=unID+1 hotspot 0, -b/2, d, unID, c, 1+128 : unID=unID+1 hotspot -1, -b/2, d, unID, c, 3+128 : unID=unID+1 hotspot c, -b/2, d, unID, c, 2 : unID=unID+1
Barry.
One of the forum moderators.
Versions 6.5 to 27
i7-10700 @ 2.9Ghz, 32GB ram, GeForce RTX 2060 (6GB), Windows 10
Lenovo Thinkpad - i7-1270P 2.20 GHz, 32GB RAM, Nvidia T550, Windows 11
Versions 6.5 to 27
i7-10700 @ 2.9Ghz, 32GB ram, GeForce RTX 2060 (6GB), Windows 10
Lenovo Thinkpad - i7-1270P 2.20 GHz, 32GB RAM, Nvidia T550, Windows 11

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-10-29 08:39 AM
‎2018-10-29
08:39 AM
Barry wrote:gr8. will try when I get some time. now preparing for internal IFC-training.
Sure.
You need 2 hotspots for each point - one for the x and one for the z.
But the x hotspot need to have the z parameter in it and the z hotspot need the x.
To move the hotspot you have shown ...
hotspot c, -b/2, 0, unID, d, 1+128 : unID=unID+1 hotspot c, -b/2, -1, unID, d, 3+128 : unID=unID+1 hotspot c, -b/2, d, unID, d, 2 : unID=unID+1 hotspot 0, -b/2, d, unID, c, 1+128 : unID=unID+1 hotspot -1, -b/2, d, unID, c, 3+128 : unID=unID+1 hotspot c, -b/2, d, unID, c, 2 : unID=unID+1
Barry.
AC 25 SWE Full
HP Zbook Fury 15,6 G8. 32 GB RAM. Nvidia RTX A3000.
HP Zbook Fury 15,6 G8. 32 GB RAM. Nvidia RTX A3000.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-12-04 08:04 PM
‎2018-12-04
08:04 PM
Barry wrote:You're a gem Barry! I have to admit I didn't understand that you gave me the actual code... right there in front of me... Now I've got it
Sure.
You need 2 hotspots for each point - one for the x and one for the z.
But the x hotspot need to have the z parameter in it and the z hotspot need the x.
To move the hotspot you have shown ...
hotspot c, -b/2, 0, unID, d, 1+128 : unID=unID+1 hotspot c, -b/2, -1, unID, d, 3+128 : unID=unID+1 hotspot c, -b/2, d, unID, d, 2 : unID=unID+1 hotspot 0, -b/2, d, unID, c, 1+128 : unID=unID+1 hotspot -1, -b/2, d, unID, c, 3+128 : unID=unID+1 hotspot c, -b/2, d, unID, c, 2 : unID=unID+1
Barry.

Thanks again.

AC 25 SWE Full
HP Zbook Fury 15,6 G8. 32 GB RAM. Nvidia RTX A3000.
HP Zbook Fury 15,6 G8. 32 GB RAM. Nvidia RTX A3000.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-12-05 06:34 AM
‎2018-12-05
06:34 AM
Mats_Knutsson wrote:You are welcome.
Thanks again.
M

I can't say I have ever seen a dancing Archicad model before.

Barry.
One of the forum moderators.
Versions 6.5 to 27
i7-10700 @ 2.9Ghz, 32GB ram, GeForce RTX 2060 (6GB), Windows 10
Lenovo Thinkpad - i7-1270P 2.20 GHz, 32GB RAM, Nvidia T550, Windows 11
Versions 6.5 to 27
i7-10700 @ 2.9Ghz, 32GB ram, GeForce RTX 2060 (6GB), Windows 10
Lenovo Thinkpad - i7-1270P 2.20 GHz, 32GB RAM, Nvidia T550, Windows 11

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-12-06 08:08 AM
‎2018-12-06
08:08 AM
Barry wrote:
Mats_Knutsson wrote:You are welcome.
Thanks again.
M
![]()
I can't say I have ever seen a dancing Archicad model before.![]()
Barry.

AC 25 SWE Full
HP Zbook Fury 15,6 G8. 32 GB RAM. Nvidia RTX A3000.
HP Zbook Fury 15,6 G8. 32 GB RAM. Nvidia RTX A3000.