Control Break Style via iLogic/VB.NET

Control Break Style via iLogic/VB.NET

ngdnam88
Advocate Advocate
321 Views
2 Replies
Message 1 of 3

Control Break Style via iLogic/VB.NET

ngdnam88
Advocate
Advocate

Dears,

I'm trying setting the default style for Break View. Could you please help me the iLogic/VB.NET or key to control it?
ngnam1988_0-1684942073792.png

Thank you very much!

0 Likes
322 Views
2 Replies
Replies (2)
Message 2 of 3

WCrihfield
Mentor
Mentor

Hi @ngdnam88.  I don't think you can change the 'default' setting there.  You can certainly choose one of the two options when creating one, either manually, or by code, but I believe the default is hard coded by Inventor right now.  You can see this hint in the online help documentation for the method (BreakOperations.Add ) used to add a new BreakOperation to a DrawingView.  It uses the BreakStyleEnum to set which one you want to use, and tells us that the variation with the value of 84481 (kRectangularBreakStyle) is the default.

Wesley Crihfield

EESignature

(Not an Autodesk Employee)

Message 3 of 3

ngdnam88
Advocate
Advocate
Thanks for your help!
0 Likes