Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Here is actally a code but I can't find a way to access to a ModelState from a Drawing document.
' Export STEP oSTEPData.FileName = oPDFFolder & "\" & oFileName & oRevString & ".stp" oSTEPAddIn.SaveCopyAs(oDocument, oSTEPContext, oSTEPOptions, oSTEPData)
I would like to cycle throug the sheet and export the referenced modelstate in step format using the SaveCopyAs metod.
Thank you so much
Solved! Go to Solution.