08-06-2022
07:08 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
08-06-2022
07:08 PM
Are you using vba or ilogic?
Here is the api sample for copying a sketch in the same file. You will need to create a reference to your source file definition. If that file is open then this snippet will set its reference.
Dim oDoc As Document
Set oDoc =ThisApplication.Documents.ItemByName( _
"C:\AssemblySample\Pillar.ipt")
If this solved a problem, please click (accept) as solution.
Or if this helped you, please, click (like)
Regards
Alan
Or if this helped you, please, click (like)
Regards
Alan