How to get the TypeID of a .gsm file
Author:gehairing Posted: Fri Oct 23, 2015 5:43 pm (GMT+1) Hi all I want to register library parts that i receive from a distant server as .gsm files. I copy the gsm file locally on the computer and...
View ArticleCoordinating Attributes in multi-PLN projects
Author:jameshart Posted: Fri Oct 23, 2015 8:42 pm (GMT+1) Well I know 11 years have passed since this was posted, but I'd like to revive this discussion! This is a huge headache for us since several of...
View ArticleCoordinating Attributes in multi-PLN projects
Author:laszlonagy Posted: Sat Oct 24, 2015 12:00 am (GMT+1) Yes, this is still an issue. I agree, designation of one PLN file as the master in this regard would be helpful. Or, a number of PLN files...
View ArticleArchicad 19 crashes on line ACAPI_Interface
Author:ggiloyan Posted: Wed Oct 28, 2015 5:51 pm (GMT+1) Hi Today I tried to compile my add-on by DevKit19 for Archicad19 In my code I have a progress bar logic. It's working fine in Archicad 18 but in...
View ArticleArchicad 19 crashes on line ACAPI_Interface
Author:Oleg Posted: Thu Oct 29, 2015 7:12 am (GMT+1) Title parameter is GS::UniString in AC19. May be it is a reason.
View ArticleExtractelement 3d geometry using C++ API
Author:Arularasu Posted: Mon Nov 02, 2015 1:27 pm (GMT+1) How to get the element (Slap, wall, roof, extrude etc..) 3d geometry such as profile, polygon coordinates, surface etc.
View ArticleHow to get currently selected Library Part
Author:gehairing Posted: Mon Nov 02, 2015 5:25 pm (GMT+1) Hi all I try to get the currently selected library part. I mean the object selected (in green) by user in the current model. I have tried...
View ArticleHow to get currently selected Library Part
Author:gehairing Posted: Mon Nov 02, 2015 6:07 pm (GMT+1) Me again I have finally found out what was wrong. Here is the working code (draft code...to be cleaned )Code:Â Â GSErrCode err; Â Â Â Â // Get...
View ArticleExtractelement 3d geometry using C++ API
Author:Ralph Wessel Posted: Mon Nov 02, 2015 8:00 pm (GMT+1)Arularasu wrote:How to get the element (Slap, wall, roof, extrude etc..) 3d geometry such as profile, polygon coordinates, surface etc. Take...
View ArticleExtractelement 3d geometry using C++ API
Author:Arularasu Posted: Wed Nov 04, 2015 8:27 am (GMT+1) Thank you Ralph
View ArticleThe file is either not an Add-On or an outdated one that can
Author:Arularasu Posted: Wed Nov 04, 2015 8:38 am (GMT+1) Hi recently I got a trial license of ArchiCAD. After that I cant able to load any add-ons. I had a look at the below link and fallow the steps...
View ArticleThe file is either not an Add-On or an outdated one that can
Author:Ralph Wessel Posted: Wed Nov 04, 2015 11:03 am (GMT+1)Arularasu wrote:Hi recently I got a trial license of ArchiCAD. After that I cant able to load any add-ons. I had a look at the below link...
View ArticleAccessing data in an container file (.lcf)
Author:gehairing Posted: Wed Nov 04, 2015 5:45 pm (GMT+1) Hi all Are there some API's for managing .lcf container files ? I want to extract .gsm files contained in an container to affect some...
View ArticleAccessing data in an container file (.lcf)
Author:Ralph Wessel Posted: Thu Nov 05, 2015 2:25 pm (GMT+1)gehairing wrote:Are there some API's for managing .lcf container files ? I want to extract .gsm files contained in an container to affect...
View ArticleNon-blocking behavior
Author:Xylios Posted: Wed Nov 11, 2015 5:53 pm (GMT+1) Hello there, I'm trying to find an operation that allows the user to freely use the GUI while my plug-in is running. For example, my plug-in...
View ArticleCreate and change database to newly created db
Author:vuego Posted: Wed Nov 11, 2015 6:30 pm (GMT+1) When I try to switch current database to newly created worksheet, I get APIERR_BADDATABASE (The command cannot be executed on the current...
View ArticleWe need to get the geometry information which API is best
Author:Arularasu Posted: Thu Nov 12, 2015 6:29 am (GMT+1) We need to get geometry and parameters for each elements from ArchiCAD. Geometry like extrude, revolve, polygons etc. Kindly lets us know which...
View ArticleExtractelement 3d geometry using C++ API
Author:Arularasu Posted: Thu Nov 12, 2015 6:33 am (GMT+1) How to get the extrude profiles from a wall element. All we can get is polygons, edges & vertices. We need to get extrude profiles etc. It...
View ArticleExtractelement 3d geometry using C++ API
Author:Ralph Wessel Posted: Thu Nov 12, 2015 11:44 am (GMT+1)Arularasu wrote:How to get the extrude profiles from a wall element. All we can get is polygons, edges & vertices. We need to get...
View ArticleCreate and change database to newly created db
Author:Oleg Posted: Thu Nov 12, 2015 12:19 pm (GMT+1) You need to open the window this database after creation, before the database using. ( I dont check it in last APIs, may be it changed )....
View Article