Can the built-in command be customize?

Can the built-in command be customize?

Anonymous
Not applicable
333 Views
3 Replies
Message 1 of 4

Can the built-in command be customize?

Anonymous
Not applicable
Hi! I am wondering whether it can be done or not? My requirement is that whenever a built-in command of Inventor is run(e.g. Creating a new sketch), some task should be performed automatically either before executing the command or after executing the command. Is it possible to do? If I am not wrong when I ware working with Inventor API in Inventor 4. All the commands were accessible by command ID and in that case the customization of the built-in command was possible. But what about in Inventor 7.0. If possible then how?
0 Likes
334 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
Yes you can monitor for commands and then perform some action based on those
commands. I did this once but don;t know if I still have the code. I'll
check. This will also probably be moved to the customization NG.

--
Sean Dotson, PE
http://www.sdotson.com
Check the Inventor FAQ for most common questions
www.sdotson.com/faq.html
-----------------------------------------------------------------------
"manoj_vest" wrote in message
news:f1845fa.-1@WebX.maYIadrTaRb...
> Hi! I am wondering whether it can be done or not? My requirement is that
whenever a built-in command of Inventor is run(e.g. Creating a new sketch),
some task should be performed automatically either before executing the
command or after executing the command. Is it possible to do? If I am not
wrong when I ware working with Inventor API in Inventor 4. All the commands
were accessible by command ID and in that case the customization of the
built-in command was possible. But what about in Inventor 7.0. If possible
then how?
0 Likes
Message 3 of 4

Anonymous
Not applicable
Hi Dotson,

Sorry for being too late. ould you provide me some sample code.

Thanks in Advance
0 Likes
Message 4 of 4

Anonymous
Not applicable
Search under User Interaction in the online programming help.

--
Sean Dotson, PE
http://www.sdotson.com
Check the Inventor FAQ for most common questions
www.sdotson.com/faq.html
-----------------------------------------------------------------------
"manoj_vest" wrote in message
news:f1845fa.1@WebX.maYIadrTaRb...
> Hi Dotson,
> Sorry for being too late. ould you provide me some sample code.
>
> Thanks in Advance
>
0 Likes