Create a Drawing from a file?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2016-07-27
05:14 AM
- last edited on
2023-07-12
09:04 PM
by
Doreena Deng
2016-07-27
05:14 AM
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 todrawing.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.
What are the requirements? Creating a drawing from a view is simply by copying the view's guid to
Thanks.
Labels:
- Labels:
-
Add-On (C++)
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2018-01-11 12:26 AM
2018-01-11
12:26 AM
Erenford wrote:Hi All,
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 todrawing.drawingGuidand you're done, is it the same with a file? I've looked into API_DrawingLinkInfobut it seems there is only a "Get" function and no "Set".
Thanks.
I am also interested to know if there is anyway to set/relink an external file of a drawing using API.
I am using ArchiCAD 21.
Thanks,
Hoa