Hi Matthew,
For example, if GLOB_CONTEXT = 22 then circle2 0, 0, 1
In floor plan view, a dotted circle (or any poly2 outline) will be displayed only while you move a graphical hotspot.
I think this is what GS calls "editing feedback mode".
Notice that text2 or hotspot2 won't show.
Same thing in 3D view for GLOB_CONTEXT = 23
Suppose you have a "model surface" object, a half sphere. It can not perform SEOs.
model surface
cutplane
sphere 1
cutend
if GLOB_CONTEXT = 43 or GLOB_CONTEXT = 44 then
model solid
cutplane
sphere 1
cutend
endif
This allows the object to perform SEOs (section or 3D view), despite it is a "model surface" object.