GLOB_CONTEXT question
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-04-03 01:44 AM
2012-04-03
01:44 AM
3 REPLIES 3
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-04-04 06:12 PM
2012-04-04
06:12 PM
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.
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 endifThis allows the object to perform SEOs (section or 3D view), despite it is a "model surface" object.
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-04-05 10:04 PM
2012-04-05
10:04 PM
Thanks Olivier. That's what I was hoping for but haven't gotten it to work yet. I'll have to give it another try.
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-04-06 02:23 AM
2012-04-06
02:23 AM
I tried it again and it worked. YAY!
Thanks again Olivier.
Thanks again Olivier.