Selecting a tool for object insertion
Author:gehairing Posted: Tue Feb 09, 2016 9:06 am (GMT+1) Thanks a lot Ralph The "APIEnv_SetToolBoxModeID" is what i didn't find. For placing the object in the model, i have already the code. It uses...
View ArticleUse gravity for Z position
Author:vuego Posted: Tue Feb 09, 2016 1:53 pm (GMT+1) Talking to myself a bit more... I could use TDGetHeightAtPoint() which will "Calculate the height of a triangulated mesh at a given location."...
View ArticleUse gravity for Z position
Author:Ralph Wessel Posted: Wed Feb 10, 2016 5:24 pm (GMT+1)vuego wrote:My Addon creates API_Element (GDL object) on user specified coordinates acquired with APIIo_GetPointID. X and Y coordinates are...
View ArticleUse gravity for Z position
Author:vuego Posted: Thu Feb 11, 2016 9:28 am (GMT+1) I've decided to change my object creation concept. Switched from APIelement creation to new element event observer and let user use default gravity...
View ArticleStart Edition
Author:stefan Posted: Thu Feb 11, 2016 2:20 pm (GMT+1) Does the Devkit also support ArchiCAD Start Edition? E.g. can an ArchiCAD 19 APX run on ArchiCAD Start Edition 2016 (based on 19)? I assume that...
View ArticleGet the Type ID and Variation ID from API_LibPart
Author:gehairing Posted: Fri Feb 12, 2016 9:08 am (GMT+1) Hello the forum I download library parts and insert them in Archicad projects. To do the job correctly i need to know what is exactly the...
View ArticleSaveAs .obj (or .treejs)
Author:gehairing Posted: Wed Feb 17, 2016 10:10 am (GMT+1) Hello all I try to build a 3D preview from current selected object. I have seen the ACAPI_Automate (APIDo_SaveID, ...) call but it seem's...
View ArticleStart Edition
Author:Ralph Wessel Posted: Thu Feb 18, 2016 11:15 pm (GMT+1)stefan wrote:Does the Devkit also support ArchiCAD Start Edition? E.g. can an ArchiCAD 19 APX run on ArchiCAD Start Edition 2016 (based on...
View ArticleGet the Type ID and Variation ID from API_LibPart
Author:Ralph Wessel Posted: Fri Feb 19, 2016 10:54 am (GMT+1)gehairing wrote:i need to know what is exactly the library part. (a stair, a window, a door, a wall...). [...] How can i find...
View ArticleSaveAs .obj (or .treejs)
Author:Ralph Wessel Posted: Fri Feb 19, 2016 10:56 am (GMT+1)gehairing wrote:Is there another way to do a SaveAs for exporting the current selected item (or even all the current 3D model) to a .obj...
View ArticleSaveAs .obj (or .treejs)
Author:gehairing Posted: Mon Feb 22, 2016 9:41 am (GMT+1) Hi Ralph, No. I'm uploading some LibraryParts on a distant server and i want to add a 3D preview of the library part.
View ArticleGet the Type ID and Variation ID from API_LibPart
Author:gehairing Posted: Mon Feb 22, 2016 11:00 am (GMT+1) Thank you for the answer...but i don't understand what you mean. Do you mean the ownUnID can give me an element from wich i can extract typeID...
View ArticleGet the Type ID and Variation ID from API_LibPart
Author:Ralph Wessel Posted: Mon Feb 22, 2016 1:02 pm (GMT+1)gehairing wrote:Do you mean the ownUnID can give me an element from wich i can extract typeID and VariationID ? Library parts are organised...
View ArticleSaveAs .obj (or .treejs)
Author:Ralph Wessel Posted: Mon Feb 22, 2016 1:08 pm (GMT+1)gehairing wrote:I'm uploading some LibraryParts on a distant server and i want to add a 3D preview of the library part. It depends on the...
View ArticleLibrary Part - array - GSHandle
Author:Xylios Posted: Mon Feb 22, 2016 8:29 pm (GMT+1) Hello there. I have been trying to create library parts using the C++ API. However, I have encountered a problem when creating parameters for said...
View ArticleLibrary Part - array - GSHandle
Author:gehairing Posted: Tue Feb 23, 2016 6:09 pm (GMT+1) Hi, Did you look at the \Examples\LibPart_Test\Src\LibPart_Test.cpp in the SDK samples folder ? There is an example for creating lib parts. In...
View ArticleLibrary Part - array - GSHandle
Author:Xylios Posted: Tue Feb 23, 2016 6:26 pm (GMT+1) Hey. Thank you for the reply. I have looked at the LibPart_Test, but it was from the ArchiCAD 18 DevKit (the one I'm currently using) and it did...
View ArticleGet the Type ID and Variation ID from API_LibPart
Author:gehairing Posted: Tue Feb 23, 2016 6:26 pm (GMT+1) Thank you Ralph. Sorry, I don't understand how can i access the subType you talk about ?
View ArticleGet the Type ID and Variation ID from API_LibPart
Author:Ralph Wessel Posted: Wed Feb 24, 2016 11:38 am (GMT+1)gehairing wrote:Sorry, I don't understand how can i access the subType you talk about ? For background information, look at the Library Part...
View ArticleLibrary Part - array - GSHandle
Author:Xylios Posted: Wed Feb 24, 2016 3:44 pm (GMT+1) Hey. I have successfully created arrays of various types (such as APIParT_RealNum, APIParT_Integer ...) using the example you mentioned. However,...
View Article