02-01-2017
04:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
02-01-2017
04:33 AM
What i basically want to happen is the following;
- Manually place folded parts on drawing (lets say on sheet 2)
- Select all the folded parts views on sheet 2
- Run the rule to add the flat pattern of the parts on the same sheet as the folded views and delete the folded views
What is happening with the code i mentioned above;
- Manually place folded parts on drawing (lets say on sheet 2)
- Select all the folded parts views on sheet 2
- Run the rule
- Flat pattern of the parts are created and placed on sheet 1 and the folded views are deleted (not what i want)
So, is there a way to direct the new view to the sheet and position of the original folded view?
Could you maybe give a direction in the following sentence?
oSheet.DrawingViews.AddBaseView(oModel, oPoint, oScale, oOri, oViewStyle, , , oOptions)
Or is there an other way to do it?
Greetings