New using a template file.
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2009-06-24
11:44 AM
- last edited on
‎2023-08-03
05:06 PM
by
Doreena Deng
‎2009-06-24
11:44 AM
How do I create a new project with my own given template file (*.tpl) using the dev toolkit?
Labels:
- Labels:
-
Add-On (C++)
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2009-06-24 10:49 PM
‎2009-06-24
10:49 PM
graffiti wrote:You can direct ArchiCAD to open a specified file with
How do I create a new project with my own given template file (*.tpl) using the dev toolkit?
Ralph Wessel BArch
Central Innovation
Central Innovation
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2009-06-25 12:28 PM
‎2009-06-25
12:28 PM
Yes, I wasn't sure that was the correct way.
I need to reset the libraries first, so I call ACAPI_Automate with APIDo_NewProjectID and then call ACAPI_Automate again with APIDo_OpenID.
I was hoping there was a way to do it faster in one call, but I guess not.
Thanks.
I need to reset the libraries first, so I call ACAPI_Automate with APIDo_NewProjectID and then call ACAPI_Automate again with APIDo_OpenID.
I was hoping there was a way to do it faster in one call, but I guess not.
Thanks.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2009-06-26 10:28 AM
‎2009-06-26
10:28 AM
graffiti wrote:I don't think it is necessary to reset the libraries before opening the template. When the template is opened, ArchiCAD should automatically load whatever libraries are linked to it anyway. Try it and let me know if this is correct.
I need to reset the libraries first, so I call ACAPI_Automate with APIDo_NewProjectID and then call ACAPI_Automate again with APIDo_OpenID.
Ralph Wessel BArch
Central Innovation
Central Innovation
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2009-06-29 12:36 PM
‎2009-06-29
12:36 PM
Hi,
Sorry for my late reply.
I'm sure your solution will work,
but I actually need to reset the libraries because I shouldn't use the ones linked to the template file.
I should have been more clear about it.
Thanks.
Sorry for my late reply.
I'm sure your solution will work,
but I actually need to reset the libraries because I shouldn't use the ones linked to the template file.
I should have been more clear about it.
Thanks.