convert linked cad to import
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I am looking to mimic the import function that you can perform on linked CAD files thru the Manage Links dialog. What I mean is, if you link a CAD file and have it placed in a view, within the CAD Formats tab of the Manage Links dialog, when you select your link, there is an button available labeled "Import". This will convert the linked CAD instances to imported CAD links instead. See attached screenshot for reference.
Is this function available via the API? If not, what would be the easiest way to accomplish this? I am thinking now to use the Create function of ImportInstance with the same file path and then attempt to relocate the new ImportInstance to the correct location in each of the views it was within. However this will make retaining any overrides difficult.