08-05-2022
03:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
08-05-2022
03:54 AM
Hi Michael,
Thank you for your help. I apologize for my lack of understanding of how code works but If I put your code in Inventor I get a lot of errors. I assume this code is not used in Inventor?
I would like precisely the opposite then what your code does. To hide only one component in one of the projected views. And if possible in the form I can put in inventor like:
Dim oDrawingDoc As DrawingDocument = ThisApplication.ActiveDocument Dim oSheet As Sheet = oDrawingDoc.Sheets.Item(1) Dim oView2 As DrawingView etc...
I hope that I am making some sense ![]()
Tom