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

Hi @jatin.devaiya.

Here is a link to one of my contribution posts in which I list a lot of links to information about most of the events available.

I don't think you will be able to modify the right-click menu to add something like this to it.

You could very likely create an iLogic rule that will change the default text style for you.  Then you would either need to manually run the rule when needed, or use some other event available to us to trigger the rule to run automatically.  One option might be to create either a custom iProperty or a user parameter named something like SheetSize, with a value equivalent to the current sheet size.  Then when you want to change the sheet size, first change this parameter or iProperty's value.  Then the iLogic rule could change the sheet size for you, and change the text style too, and that rule could be triggered by the iProperty change or user parameter change event listed in the Event Triggers dialog.  The potential problem with this idea though is that it is possible to have multiple different sized sheets in one drawing, but only one iProperty or parameter trying to keep track of it.  There is no event for when you switch from viewing one sheet to viewing another sheet in a drawing, so we couldn't update the value every time that event happens.  But if all sheets are always the same size within one drawing, there shouldn't be any problem.

Wesley Crihfield

EESignature

(Not an Autodesk Employee)