2010-08-04 09:26 PM
2010-08-04 10:25 PM
2010-08-04 10:43 PM
2010-08-05 01:28 AM
matjashka wrote:This is possible but you must script the object to make it happen. Your code for the main object will remain just the same but then you will add an if/then statement invoking the GLOB_CONTEXT variable (for when GLOB_CONTEXT equals 43 or 44 most likely) in which you script for the elements to be present during the SEO operation.
...Is it possible to include an "invisible" solid within the GDL object itself, so I could just use the object as the SEO operator?...
IF GLOB_CONTEXT = 43 OR GLOB_CONTEXT = 44 THEN : do something here to occur during an SEO operation : ENDIFIf you have made your light from slabs, walls, etc and allowed ArchiCAD to create the GDL code, this can still be added (assuming you saved the part as editable GDL script) but there will be a scaling factor that must be dealt with as you script your part. You will also still need to know a little about GDL scripting.
2010-08-09 06:05 PM
2010-08-09 06:36 PM
2010-08-09 07:07 PM
2010-08-09 07:29 PM
2010-08-09 08:03 PM
2010-08-09 08:16 PM