Modify an existing Library part's section destroys Libpart
Author:Ralph Wessel Posted: Mon Oct 19, 2015 11:38 am (GMT+1)gehairing wrote:I try to modifiy an existing Library part by adding some parameters. After running this code on a valid library part the...
View ArticleCustomized Menu Layout
Author:Ralph Wessel Posted: Mon Oct 19, 2015 11:41 am (GMT+1)Kinstewar wrote:Our client changed a menu of our plugin in the menu customization settings, removed some items probably and he cant see them...
View ArticleHow to localize an Add on
Author:Ralph Wessel Posted: Mon Oct 19, 2015 11:53 am (GMT+1)LesWoolsey wrote:Is there any documentation or examples for how to localize an AddOn? I have my English messages etc in a GRC file. The...
View ArticleModify an existing Library part's section destroys Libpart
Author:gehairing Posted: Mon Oct 19, 2015 12:32 pm (GMT+1) Hello Ralph, Thank's for your answer. I don't understand what you mean (Probably i don't understand how these api calls work togheter) I "get"...
View ArticleModify an existing Library part's section destroys Libpart
Author:gehairing Posted: Mon Oct 19, 2015 1:45 pm (GMT+1) When i use following code i have no problems at all :Code:// Set parameters to the given libPart void TestSetParameters(const API_LibPart&...
View ArticleMove/drag event
Author:Rinovo Posted: Mon Oct 19, 2015 2:07 pm (GMT+1) Hello! I need to get move/drag operation beg and end coords. Couldn't find a way to get drag event or initialize drag. Any ideas ?
View ArticleModify an existing Library part's section destroys Libpart
Author:Ralph Wessel Posted: Mon Oct 19, 2015 2:25 pm (GMT+1)gehairing wrote:When i use following code i have no problems at all : [...] When is use this code i have the problem : [...] This is only...
View ArticleMove/drag event
Author:Ralph Wessel Posted: Mon Oct 19, 2015 2:32 pm (GMT+1)Rinovo wrote:Hello! I need to get move/drag operation beg and end coords. Couldn't find a way to get drag event or initialize drag. Any ideas...
View ArticleMove/drag event
Author:Rinovo Posted: Mon Oct 19, 2015 2:41 pm (GMT+1) Thanks Ralph! Will look into.
View ArticleModify an existing Library part's section destroys Libpart
Author:gehairing Posted: Mon Oct 19, 2015 2:45 pm (GMT+1) Thanks for your reply. I thought getting the current section with GetSection and adding the new data with GetSect_ParamDef would update the...
View ArticleModify an existing Library part's section destroys Libpart
Author:Ralph Wessel Posted: Mon Oct 19, 2015 3:23 pm (GMT+1)gehairing wrote:Thanks for your reply. I thought getting the current section with GetSection and adding the new data with GetSect_ParamDef...
View ArticleModify an existing Library part's section destroys Libpart
Author:gehairing Posted: Mon Oct 19, 2015 3:36 pm (GMT+1) Thanks Ralph. I'll try to find how to do what you've explained. After my previous message i have tried following : Creating a "dump" code :...
View ArticleModify an existing Library part's section destroys Libpart
Author:Ralph Wessel Posted: Mon Oct 19, 2015 3:46 pm (GMT+1)gehairing wrote:Thanks Ralph. I'll try to find how to do what you've explained. After my previous message i have tried following : Creating a...
View ArticleModify an existing Library part's section destroys Libpart
Author:gehairing Posted: Mon Oct 19, 2015 4:49 pm (GMT+1) I have found out how to manage that. Thank you Ralph for guiding me. Here is some testing code that works, hope it can help someone one day....
View ArticleMove/drag event
Author:Rinovo Posted: Tue Oct 20, 2015 7:52 am (GMT+1) In navigator_test i can get drag operation in list view, didn't found what could suit me. I need to get move/drag operation when moving object and...
View ArticleMove/drag event
Author:Ralph Wessel Posted: Tue Oct 20, 2015 9:35 am (GMT+1)Rinovo wrote:ACAPI_Notify_GetTranParams could be the one, but .. Code:*The transformation data is valid only between a...
View ArticleNo notification after boolean undo
Author:MarkHenryC Posted: Thu Oct 22, 2015 8:23 am (GMT+1) To reproduce: 1. Create a wall 2. Create a new wall that intersects the first (or just drag another wall in) 3. Move the original wall away...
View ArticleNo notification after changing north direction
Author:MarkHenryC Posted: Thu Oct 22, 2015 8:26 am (GMT+1) Settings > More Sun > Project Location > change North direction in compass gadget and close with OK, OK, OK. No notification is sent....
View ArticleMove/drag event
Author:Rinovo Posted: Thu Oct 22, 2015 9:36 am (GMT+1) Thanks Ralph! Got it working. If i could initiate move/drag operation in project would be even better, but i guess there isn't structure for that.
View ArticleProjected Area and Legacy Settings
Author:stefan Posted: Fri Oct 23, 2015 11:44 am (GMT+1) When you collect the quantities of composite layers from Walls, using ACAPI_Element_GetSurfaceQuantities you can get the Projected Area/Exposed...
View Article