Help: Merge PLN file using API
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2006-11-28
07:03 AM
- last edited on
2023-08-07
10:46 AM
by
Doreena Deng
2006-11-28
07:03 AM
Hi,
I am trying to write an API which will merge in an external PLN or MOD file. After going through the "API Development Kit" documentation and examples, I couldn't find any clue on how to do this.
Any clue will be appreciated.
Thanks
Hoa
I am trying to write an API which will merge in an external PLN or MOD file. After going through the "API Development Kit" documentation and examples, I couldn't find any clue on how to do this.
Any clue will be appreciated.
Thanks
Hoa
Labels:
- Labels:
-
Add-On (C++)
2 REPLIES 2
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2006-11-30 05:58 AM
2006-11-30
05:58 AM
Hello,
I have also been unable to find a simple way to do this. One way I thought of, although lengthy would be to:
save using ACAPI_Automate
open the mod file using ACAPI_Automate
get details of every element in the mod file using ACAPI_Element_GetNum and ACAPI_Element_Get
reopen the original file using ACAPI_Automate
create all the elements using ACAPI_Element_Create
I only use archiCAD 9. In version 10 there is elemet.drawing that may do this???
Thanks,
Adam
I have also been unable to find a simple way to do this. One way I thought of, although lengthy would be to:
save using ACAPI_Automate
open the mod file using ACAPI_Automate
get details of every element in the mod file using ACAPI_Element_GetNum and ACAPI_Element_Get
reopen the original file using ACAPI_Automate
create all the elements using ACAPI_Element_Create
I only use archiCAD 9. In version 10 there is elemet.drawing that may do this???
Thanks,
Adam
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2020-10-26 10:11 AM
2020-10-26
10:11 AM
adambutler wrote:Is there a smarter way to do this?
Hello,
I have also been unable to find a simple way to do this. One way I thought of, although lengthy would be to:
save using ACAPI_Automate
open the mod file using ACAPI_Automate
get details of every element in the mod file using ACAPI_Element_GetNum and ACAPI_Element_Get
reopen the original file using ACAPI_Automate
create all the elements using ACAPI_Element_Create
I only use archiCAD 9. In version 10 there is elemet.drawing that may do this???
Thanks,
Adam