2004-10-15 02:15 PM - last edited on 2023-05-24 12:49 PM by Rubia Torres
2004-10-17 02:01 AM
Rowan wrote:I don't think so because the HOTSPOT2 is a 2D GDL command, it applies to the Floor Plan. So Hotspots you see in a S/E Window are actually 3D Hotspots. (I might be wrong).
I'm trying to write an object which will display different information in the Plan and Section/Elevation windows. I have successfully used the GLOB_CONTEXT to differentiate between the two, and display the two variations successfully. However, any editable hotpots which are set to display in only one view become un-editable.
ie, in the following case
IF GLOB_CONTEXT = 4 THEN
HOTSPOT2 0,0,0,leftext,1
HOTSPOT2 -leftext,0,0,leftext,2
...
ENDIF
The hotspots will display in the section window, but I cannot use them to edit the parameter.
Is there some way around this problem, or must editable hotspots display for all cases of the 2D script?
2004-10-19 10:40 AM
2004-11-16 02:26 PM
Rowan wrote:
I'm trying to write an object which will display different information in the Plan and Section/Elevation windows. I have successfully used the GLOB_CONTEXT to differentiate between the two, and display the two variations successfully. However, any editable hotpots which are set to display in only one view become un-editable.
ie, in the following case
IF GLOB_CONTEXT = 4 THEN
HOTSPOT2 0,0,0,leftext,1
HOTSPOT2 -leftext,0,0,leftext,2
...
ENDIF
The hotspots will display in the section window, but I cannot use them to edit the parameter.
Is there some way around this problem, or must editable hotspots display for all cases of the 2D script?