2008-12-28 12:27 AM - last edited on 2023-05-24 10:58 AM by Rubia Torres
2008-12-28 01:16 AM
2008-12-28 02:14 AM
2008-12-28 03:53 AM
4thorns wrote:Absolutely!
I'm assuming that the unID can be any number I choose as long as it doesn't match any other.
2008-12-28 12:23 PM
I'm assuming that the unID can be any number I choose as long as it doesn't match any other.Correct, but, in your case you start with the same ID number, "1".
verti=verti + 2 1/2" - WALL_THICKNESS/2Archicad (not only your object) cannot have more than a hotspot "1".
unID=1
2008-12-29 03:51 AM
CU wrote:CU Micro, I don't understand. What happens then if you insert the same object more than once?
Archicad (not only your object) cannot have more than a hotspot "1".
Make it dynamic.
2008-12-29 05:12 AM
2008-12-29 05:16 AM
vistasp wrote:To clarify: the uniqueness of hotspot ID's is an issue only within a single placed object. There can only be one hotspot "1" in any particular object. But, all objects can have a hotspot "1".CU wrote:CU Micro, I don't understand. What happens then if you insert the same object more than once?
Archicad (not only your object) cannot have more than a hotspot "1".
Make it dynamic.
2008-12-29 05:20 AM
Peter wrote:Hi Peter,
I just did the following experiment.
I created a new object and typed
the following code in the 2D script.
Pen 10 hotspot2 0,0,1 hotspot2 0,0,1 circle2 0,0,1"
I then checked script and got the error message
Duplicate unique IDs at line yada yada
But the 2D window processed with no run time errors.
2008-12-29 05:55 AM