I am trying to run macro that can call Isometric View in Catia
I run this bellow line to execute the ISO view, but not working
CATIA.StartCommand "Isometric View"
or
CATIA.StartCommand "*iso"
I am trying to run macro that can call Isometric View in Catia
I run this bellow line to execute the ISO view, but not working
CATIA.StartCommand "Isometric View"
or
CATIA.StartCommand "*iso"
Copyright © 2021 Jogjafile Inc.
You can use the predefined cameras for that:
I recommend to avoid StartCommands as much as possible.
Also I recommend you to get used to: recording macros, analyse them with the object resolution/object browser and the V5Automation.chm to get an entry in the available objects and methods.