2019-11-11 01:57 AM - last edited on 2022-09-29 10:01 AM by Daniel Kassai
2019-11-11 10:07 AM
Devabhai wrote:I also want to relink a drawing but there is only a get function by what I’m seeing..
Hello everyone,,
How do you link a drawing to an external file? On ArchiCAD you just click on "an external source" -> click "Browse" -> choose the file. How do you do this with the API?
What are the requirements? Creating a drawing from a view is simply by copying the view's guid to drawing.drawingGuid and you're done, is it the same with a file? I've looked into API_DrawingLinkInfo but it seems there is only a "Get" function and no "Set".
Thanks.
2019-12-02 02:23 PM
2020-04-01 05:20 PM
Akos wrote:I want to do it for pdf and image types..
Hi,
You are right, this is missing from the API. The original goal was to enable placing internal views, and those external files where you yourself write the converter (see ACAPI_Database (APIDb_StartDrawingDataID).
The solution depends on what the format of the external file is; what formats are you aiming for?
Best, Akos