10-22-2017
09:15 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
10-22-2017
09:15 PM
Create base view specific sheet
Hi
When creating a base view on a sheet by using a drawing template, can you select a a specific sheet from the template to add the view to?
Cheers
Nacho
When creating a base view on a sheet by using a drawing template, can you select a a specific sheet from the template to add the view to?
Cheers
Nacho
Nacho
Automation & Design Engineer
Inventor automation Programmer (C#, VB.Net / iLogic)
Furniture, Sheet Metal, Structural, Metal fab, Tradeshow, Fabrication, CNC
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
10-23-2017
12:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
10-23-2017
12:07 AM
Hi,
Yes you can. with this code:
Dim oDWGdoc as DrawingDocument
oDWGDoc = ThisApplication.ActiveDocument
Dim oSht as Sheet
'oSht = oDWGDoc.sheets.item(1) 'With index, result get sheet:1 ; or
'oSht = oDWFDoc.sheets.item("test:2") ' with name of sheet ; pick one
'next you're code
Please use the ACCEPT AS SOLUTION or KUDOS button if my Idea helped you to solve the problem.
Autodesk Inventor Professional Certified 2014
Autodesk Inventor Professional Certified 2014