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

end section view in assembly

Darkforce_the_ilogic_guy
Advisor

end section view in assembly

Darkforce_the_ilogic_guy
Advisor
Advisor

I would to make a ilogic code that End Section View before save.  So I need to make a ilogic code that try to end Section View.

 

 

I want this code because I offen forget to end the Section view in the assambly before I save ...so I want to not have to think about it

bt_0-1670569179918.png

 

 

0 Likes
Reply
Accepted solutions (1)
209 Views
2 Replies
Replies (2)

Cadkunde.nl
Collaborator
Collaborator
Accepted solution

https://spiderinnet2.typepad.com/blog/2012/07/inventor-net-find-all-the-control-definitions-1.html

End Section View - AssemblyEndSectionViewCmd

 

Dim oApp As Inventor.Application = ThisApplication

oApp.CommandManager.ControlDefinitions("AssemblyEndSectionViewCmd").Execute

Darkforce_the_ilogic_guy
Advisor
Advisor
Thanks that works
0 Likes