THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 11/06/2012 at 13:49, xxxxxxxx wrote:
Hi all,
I'm trying to execute the modeling command "Axis Center" and invoke the "Execute" button automatically passing the subid of the command.
The question is how do I figure out what is the subid of the Execute button?
CallCommand(1010819, ??? );
I have tried CallCommand(1010819, 1); which executes silently but nothing happens to the object.
The object is selected when this executes.
I'm using the C++ SDK R11
Thanks