Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Anonymous
in reply to: Owner2229

What i basically want to happen is the following;

 

  1. Manually place folded parts on drawing (lets say on sheet 2)
  2. Select all the folded parts views on sheet 2
  3. 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;

 

  1. Manually place folded parts on drawing (lets say on sheet 2)
  2. Select all the folded parts views on sheet 2
  3. Run the rule
  4. 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