2006-04-11 02:29 PM - last edited on 2023-08-07 11:15 AM by Doreena Deng
2006-04-11 02:56 PM
ajayk wrote:1) The performance depends on a lot of factors, like how complex the addon is and how large the file you are dealing with is (no surprises there).
Hello everyone,
I am looking at developing a third party tool for U.S. residential floor design. The floors will be made up of engineered floor members.
My questions are:
1. How is the performance of ArchiCAD with third party tools? The current tool we use sometimes chokes on large projects.
2. Can you add more smart objects to the drawing specific to your application that are not in the ArchiCAD object pool?
3. How hard is the API and what are the support options other than this forum? I am fairly comfortable with the C++ development and have 10+ years of programming experience.
Thank you.
2006-04-11 07:13 PM
ajayk wrote:ajayk,
Hello everyone,
I am looking at developing a third party tool for U.S. residential floor design. The floors will be made up of engineered floor members...
2006-04-11 07:23 PM
2006-05-29 03:06 PM
TomWaltz wrote:Just curious... why GDL? The API has the functionality you need, I think (well, I hope -- pet palette, polygon geometry and editing, custom feedback.
I'm working on a 100% GDL system that allows for points to be inserted into a Polygon (sim to the Pet Palette on Fills), then calculates the spacing of the joists within. Haven't figured out how I'm going to do holes yet, but I have the outline control finished, which I thought was pretty hard to pull off.
2006-05-29 05:52 PM
Akos wrote:It does, but I like the idea of making something self-contained so it's not reliant on an Add-on for its functionality and this is something completely object-driven.TomWaltz wrote:Just curious... why GDL? The API has the functionality you need, I think (well, I hope -- pet palette, polygon geometry and editing, custom feedback.
I'm working on a 100% GDL system that allows for points to be inserted into a Polygon (sim to the Pet Palette on Fills), then calculates the spacing of the joists within. Haven't figured out how I'm going to do holes yet, but I have the outline control finished, which I thought was pretty hard to pull off.