11-09-2019
05:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
11-09-2019
05:38 AM
Hi, to change the character that is used on the scale, you could use an ilogic rule like the following
Dim doc As DrawingDocument = ThisDoc.Document Dim oScale As String For Each oSheet As Sheet In doc.Sheets For Each oView As DrawingView In oSheet.DrawingViews oScale = oView.ScaleString If InStr(oScale, ":") <> 0 Then oView.ScaleString = oScale.Replace(":","/") If InStr(oScale, "/") <> 0 Then oView.ScaleString = oScale.Replace("/",":") Next Next
Try this rule in Inv 2020 and it works very well
I hope this helps with your problem. Regards
Please accept as solution and give likes if applicable.
I am attaching my Upwork profile for specific queries.
Sergio Daniel Suarez
Mechanical Designer
| Upwork Profile | LinkedIn