Learn to manage BIM workflows and create professional Archicad templates with the BIM Manager Program.
2004-05-14
09:14 PM
- last edited on
2024-09-17
01:58 PM
by
Doreena Deng
stefan wrote:How do others feel about the advantages of being able to script AC rather than have only the heavy-iron API solution?
--> side thought: I have a very small example running into our internal CAD-tool (still very much pre-alpha) but believe that this is achievable in Archicad as well, as long as I learn how to step through the 3D-geometry and the materials.
--> I don't even know if it'll work through a Rendering-plugin or more as a direct export-plugin.
--> This is actually the kind of things that other applications can perform using scripting.
2004-05-17 03:48 PM
Karl wrote:I use it, but you can't directly build add-ons for ArchiCAD with XCode because it doesn't support building executables for the old CFM architecture (it only supports Mach-O).
Has anyone in this forum tried Xcode? Or are there features in the API SDK that tie it to CodeWarrior?
2004-06-17 01:45 PM
2004-09-24 10:30 AM
2004-09-24 07:15 PM
stefan wrote:Shhhh. We were sleeping!
It's quiet in this forum...
stefan wrote:I agree! ... but for API development as well: compare building a dialog box in the VBA environment and making it function properly to doing the same task with the dialog resources in the API SDK. Being platform independent (Windows/Mac OS) has its downsides ... GS would have to build or purchase a platform independent IDE, which I suspect would cost much more than the potential financial return to them. I sure hate reality sometimes.
I like the VBA IDE. It's clean, it's usable and it get's the job done. This is the interface that is missing for GDL development.
Would it be possible to extend GDL into a complete scripting language, that is usable to control ArchiCAD completely? In that case, a lot of Add-ons could be built in GDL.I don't see why not ... I've built several compilers and interpreters in my day. I just see that the GDL language and environment is so primitive now, that doing this would be a bit of work ... and, as above, think GS would have to see how to get a return on their investment before thinking about it.
2005-04-21 05:38 PM
2005-04-21 08:06 PM
2005-04-22 09:06 AM
2005-04-22 03:40 PM
Matthew wrote:Matthew,
...One of my favorite RAD tools (which is also cross platform) is 4D (4th Dimension) which isn't really a RAD tool but a database that can build standalone apps. I actually built a wood framing add-on demo for AC with it about 12 years ago...