We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2010-02-11 05:35 PM - last edited on 2023-05-24 12:38 PM by Rubia Torres
2010-02-11 06:01 PM
2010-02-11 06:27 PM
Matthew wrote:This is a new feature, which is actually a very good one - other than a bit of name/term mismatching.
The main problem I am having is that when I select "custom" as the door panel type I am not able to enter anything into the custom field. I have tried in both the AC13 and AC12 libraries.
call "gs_general_door_macro_USA" parameters all gs_doorcode = "D1 Entrance"So, you have to open the everything-including-the-kitchen-sink macro to see what is happening... and then you'll discover all of the other macros being called and wonder if it is possible for any human to sort any of it out!
2010-02-11 08:56 PM
Matthew wrote:We had this problem in an AC12 TW file -- the recently created component was not in the drop down list -- tried reloading libraries but this did not help -- only after sending and receiving did the component show up in the dialog.
The main problem I am having is that when I select "custom" as the door panel type I am not able to enter anything into the custom field. I have tried in both the AC13 and AC12 libraries
Karl wrote:Yes -- talk about putting all of your eggs in one basket! I have to customize ALL of the AC doors (primarily because we needed a unique symbol for existing openings, and we MUST have pairs of doors list correctly: PR 3'-0" x 7'-0"
So, you have to open the everything-including-the-kitchen-sink macro to see what is happening...
2010-02-11 10:52 PM
2010-02-11 10:57 PM
snapcrackle wrote:I suspect this may have to do with some future functionality (e.g. the hidden "New" and "Demolition" parameters in the AC12 doors).
BTW, Did you notice that they re-wrote many, but not all of the variable names from 12 to 13? Talk about code management issues! It seriously boogles the mind.
2010-02-12 12:24 AM
2010-02-12 12:28 AM
snapcrackle wrote:Sorry -- doesn't work for me -- in commercial architecture, we follow the National CAD Standard -- the door is identified by the room it secures and the size is scheduled.
PS To Laura: instead of rewriting all the doors, just write a new marker style.
2010-02-12 02:47 PM
Karl wrote:When I open the "D1 13.gsm" part (or others) there is nothing visible in either the 2D or 3D script windows. The macros are editable, but as far as I can tell the main parts are no longer open code. Is there something else I am missing here?
The scripts are not locked AFAIK - they are just more obtuse than ever before. If you look at the Master Script, you'll see that the D1 Entrance door has this...
2010-02-12 04:27 PM
Matthew wrote:The whole object is controlled by the gs_general_door_macro. The other scripts are empty! The only job it does is to specify which gs_doorcode to use.Karl wrote:When I open the "D1 13.gsm" part (or others) there is nothing visible in either the 2D or 3D script windows. The macros are editable, but as far as I can tell the main parts are no longer open code. Is there something else I am missing here?
The scripts are not locked AFAIK - they are just more obtuse than ever before. If you look at the Master Script, you'll see that the D1 Entrance door has this...