end section view in assembly

end section view in assembly

Darkforce_the_ilogic_guy
Advisor Advisor
248 Views
2 Replies
Message 1 of 3

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
Accepted solutions (1)
249 Views
2 Replies
Replies (2)
Message 2 of 3

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
Message 3 of 3

Darkforce_the_ilogic_guy
Advisor
Advisor
Thanks that works
0 Likes