Door - Relation Parameters / Properties
Author:Akos Somorjai Posted: Fri Jan 05, 2018 2:01 pm (GMT+1)mar_kq wrote:Hello Regina: I was hoping to get some clues as to the best approach for getting Door Label/Stamp Attributes with the API. You...
View ArticleProper way of including Dynamic Libraries
Author:Akos Somorjai Posted: Fri Jan 05, 2018 2:06 pm (GMT+1)mar_kq wrote: Waht would be the best practice for windows? Well, the default search path for DLLs on Windows is the application and the...
View ArticleGetting list materials used in project missed a few "GDLM"
Author:Akos Somorjai Posted: Fri Jan 05, 2018 2:11 pm (GMT+1)Ralph Wessel wrote:IanTr wrote: I'm trying to get a list of all materials used in the project. The following code catches most materials,...
View ArticleHow increase size of parameter array in object instance?
Author:Akos Somorjai Posted: Fri Jan 05, 2018 2:15 pm (GMT+1)Tsepov wrote:I need to increase or resuce count of the items in parameters array. But I have error where assign to .ind1 value more than...
View ArticleHow increase size of parameter array in object instance?
Author:Tsepov Posted: Sat Jan 06, 2018 7:44 am (GMT+1) Thank You! I had to pre-set in the library element the maximum number of rows in the array and in another parameter to record the number of...
View ArticleHow increase size of parameter array in object instance?
Author:Ralph Wessel Posted: Sat Jan 06, 2018 12:48 pm (GMT+1)Akos Somorjai wrote:No, you can't change that, because the dimensions are defined in the library part itself, and here you want to modify...
View ArticleHow increase size of parameter array in object instance?
Author:Tsepov Posted: Sat Jan 06, 2018 1:08 pm (GMT+1) I tried do it so: I create a library element with the parameter my_array [2] [2]. Put into the project one and the second instance. Then I open...
View ArticleHow increase size of parameter array in object instance?
Author:Tsepov Posted: Sat Jan 06, 2018 2:05 pm (GMT+1) In any case, the possibilities are already enough. The idea is as follows: GDL BIM element creator (anybody) can create objects whose area or...
View ArticleHow increase size of parameter array in object instance?
Author:Ralph Wessel Posted: Mon Jan 08, 2018 12:51 pm (GMT+1)Tsepov wrote:Simply the creator of the object's GDL must pre-set a sufficient number of rows in the coordinate array. But control size of...
View ArticleGet Survey Point object position via API
Author:Alexander Vinnikov Posted: Wed Jan 10, 2018 1:53 pm (GMT+1) Hi! Are there any means of getting Survey Point object (its position, to be exact) via AC API? It looks like it isn't possible to...
View Article[SOLVED] Trying to use C++ variables into GDL scripts
Author:ufo_ru Posted: Wed Jan 10, 2018 2:03 pm (GMT+1)Cedric Tran wrote:Hello, I'm trying to use C++ variables into GDL scripts in order to use them in objects. Does anyone have an idea ? Regards. If...
View ArticleGet Survey Point object position via API
Author:Ralph Wessel Posted: Wed Jan 10, 2018 3:30 pm (GMT+1)Alexander Vinnikov wrote:Hi! Are there any means of getting Survey Point object (its position, to be exact) via AC API? It looks like it...
View ArticleCreate a Drawing from a file?
Author:Hoa Tu Posted: Thu Jan 11, 2018 12:26 am (GMT+1)Erenford wrote:How do you link a drawing to an external file? On ArchiCAD you just click on "an external source" -> click "Browse" -> choose...
View ArticleDoor - Relation Parameters / Properties
Author:mar_kq Posted: Thu Jan 11, 2018 11:13 am (GMT+1)Akos Somorjai wrote: Hi, The following code snippet will give you the label(s) connected to a door/window:Code: GS::Array<API_Guid>...
View Article[SOLVED] DoorStamp / Label Setting Attributes
Author:mar_kq Posted: Thu Jan 11, 2018 11:15 am (GMT+1)dfintha wrote:Hello, You can get the associated Door Stamp's GUID from the Door element, it's the element.door.openingBase.markGuid member. After...
View ArticleOpening symbol 21 Object
Author:rav668 Posted: Fri Jan 12, 2018 2:40 pm (GMT+1) Hi, I am looking for source code of object named in the topic. Is there any way to obtain sourcecodes of objects made by GS? I would like to make...
View ArticleOpening symbol 21 Object
Author:runxel Posted: Mon Jan 15, 2018 10:01 am (GMT+1) Just open it? Select it in the view, press CMD+shift+O _________________AC 20 | Mac 10.12 | Author of the GDL plugin for Sublime Text
View ArticleOpening symbol 21 Object
Author:rav668 Posted: Mon Jan 15, 2018 12:13 pm (GMT+1)runxel wrote:Just open it? Select it in the view, press CMD+shift+O Problem is that the scripts are empty, so I am looking for help here.
View ArticleOpening symbol 21 Object
Author:Erwin Edel Posted: Mon Jan 15, 2018 1:11 pm (GMT+1) It calls the object from the Master script.Code:EPS = 0.0001 if GLOB_SCRIPT_TYPE <> 7 & GLOB_SCRIPT_TYPE <> 8 then call...
View ArticleOpening symbol 21 Object
Author:rav668 Posted: Tue Jan 16, 2018 9:43 am (GMT+1)Erwin Edel wrote:It calls the object from the Master script.Code:EPS = 0.0001 if GLOB_SCRIPT_TYPE <> 7 & GLOB_SCRIPT_TYPE <> 8 then...
View Article