Edit Curtain Wall Boundary
Author:ReignBough Posted: Mon Jun 06, 2016 6:23 am (GMT+1) I would also like to modify the curtain wall is some other way. But curtain wall is not listed in ACAPI_Element_Change....
View ArticleRounding Numbers
Author:ReignBough Posted: Wed Jun 08, 2016 9:21 am (GMT+1) How do ArchiCAD round off numbers? I've created an add-on and computed the volume of certain columns. The output I got is different from the...
View ArticleCreate a dialog embedding a web view
Author:flakemarked Posted: Fri Jun 10, 2016 1:03 pm (GMT+1) Hi, I'd like to create an add-on that can create a dialog embedding a web view. Ideally the web page is interactive and I can create hooks...
View ArticleImporting an OBJ file in my addon
Author:flakemarked Posted: Fri Jun 10, 2016 1:06 pm (GMT+1) Hi, I'd like to import an OBJ file in my addon. I see ArchiCAD does not support this format but I need it in my Addon. Assuming I have the...
View ArticleColumn wrapped finish
Author:ReignBough Posted: Tue Jul 12, 2016 2:53 am (GMT+1) Is there a way of getting the surface area of this wrapped finish on column? (Construction method: Wrapped) The first thought that came to...
View ArticleColumn wrapped finish
Author:abdelaziz Posted: Tue Jul 12, 2016 9:23 am (GMT+1) it would also be nice to be able to hang on to extremity of plating
View ArticleColumn wrapped finish
Author:ares997 Posted: Tue Jul 19, 2016 8:26 pm (GMT+1) Yes this is a couple of ways you can build a schedule that extracts the surface area from the column data, or you can go to the WINDOW (drop down...
View ArticleCreate a Drawing from a file?
Author:Erenford Posted: Wed Jul 27, 2016 4:14 am (GMT+1) How do you link a drawing to an external file? On ArchiCAD you just click on "an external source" -> click "Browse" -> choose the file....
View ArticleRun delay in relation to 2D and 3D scripts in GDL object
Author:Anton Kazmin Posted: Tue Aug 09, 2016 5:05 pm (GMT+1) I have an AC19 GDL code optimization issue I would like to hear a comment on. The problem is rather simple — a 2D script of any GDL object...
View ArticleWork environment
Author:DrWho Posted: Thu Aug 11, 2016 9:52 pm (GMT+1) I would like to modify the W/E by either changing the layout, shape and size of the drop down menus or adding a "ribbon" like in the MS products....
View ArticleWork environment
Author:Ralph Wessel Posted: Fri Aug 12, 2016 6:26 pm (GMT+1)DrWho wrote:I would like to modify the W/E by either changing the layout, shape and size of the drop down menus or adding a "ribbon" like in...
View ArticleWork environment
Author:DrWho Posted: Fri Aug 12, 2016 9:13 pm (GMT+1) Thanks for the response Ralph. Can I assume that the developer's API that is downloadable is not the same as the API that the actual developers...
View ArticleWork environment
Author:Ralph Wessel Posted: Sat Aug 13, 2016 7:43 pm (GMT+1)DrWho wrote:Thanks for the response Ralph. Can I assume that the developer's API that is downloadable is not the same as the API that the...
View ArticleSingleSelListBox header
Author:ReignBough Posted: Mon Aug 15, 2016 8:15 am (GMT+1) I have something like this:Code:SomeTabPage::SomeTabPage(...) : ... lstItem(GetReference(), DG::Rect(), DG::ListBox::VScroll,...
View ArticleIntercept layer hidden/show events.
Author:IanTr Posted: Wed Dec 14, 2016 4:49 am (GMT+1) Hello, I've implemented all the below functions and put a breakpoint in them. It appears that none of the below is hit when I hide a layer/show...
View ArticleIntercept layer hidden/show events.
Author:Akos Somorjai Posted: Wed Dec 14, 2016 9:04 am (GMT+1)IanTr wrote:Hello, I've implemented all the below functions and put a breakpoint in them. It appears that none of the below is hit when I...
View ArticleHow to triangulate arcs
Author:Akos Somorjai Posted: Wed Dec 14, 2016 9:10 am (GMT+1)IanTr wrote:Hello, I'm new to Archicad and am looking into a bug whereby shell objects doesn't appear ( I suspect because there isn't an...
View ArticleIntercept layer hidden/show events.
Author:IanTr Posted: Wed Dec 14, 2016 8:23 pm (GMT+1) Hello Akos, Currently, the way we use Archicad is: 1. User load in Archicad model. 2. We have a "Send data" button that sends all the geometries to...
View ArticleHow to triangulate arcs
Author:IanTr Posted: Wed Dec 14, 2016 8:56 pm (GMT+1) Akos, According to the API doc, ACAPI_Goodies (APIAny_TriangulatePolyID, ...) only accept polygons that has no arc segments. The code snippet on...
View ArticleIntercept layer hidden/show events.
Author:Akos Somorjai Posted: Thu Dec 15, 2016 10:04 am (GMT+1)IanTr wrote:Hello Akos, Currently, the way we use Archicad is: 1. User load in Archicad model. 2. We have a "Send data" button that sends...
View Article