Message 1 of 8
Faulty (zero) Drawing Dimension Count for all sheets except the active
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Have just payed attention that API returns faulty (zero) value of the DrawingDimension.Count for those sheets that were no activated (? re-calculated ?) within current inventor session.
Please find sample (multi-sheet) IDW attached.
I use the iLogic-rule like this:
Dim oIDW As DrawingDocument=ThisDoc.Document
Dim MsgBody As String
For Each oSh As Sheet In oIDW.Sheets
MsgBody &= oSh.Name & " - " & oSh.DrawingDimensions.Count & vbCrLf
Next
MsgBox (MsgBody,,"DrawingDimensions Counts:")
I keep getting "0" for the second sheet unless I activathe the sheet (I then get the expected "1")
Inv Docs are 2014 but the issue is also reproducible in 2020.2 (I suffer issues downloading 2020.3)
Please vote for Inventor-Idea Text Search within Option Names