第 1 条消息(共 8 条)
UserInputEvents_OnTerminateCommand no Commandname and Context provided
Hello together,
I'm trying to implement the OnTerminateCommand event from UserInputEvents object
public void UserInputEvents_OnTerminateCommand(string CommandName, NameValueMap Context)
The event fires correctly BUT not for all commands the CommandName and Context are provided.
I recognized PartSwitchRepresentationCmd is not returned in the CommandName string from parameters. This is essential to my code I try to implement.
This command runs when swithing between folded sheetmetal and the flatpattern.
Hope you can help me. Thankks in advance.
BG