
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I have already used the Robot API through VBA and I am not trying to replicate some work with Python (I am relatively new to Python). I followed the methodology suggested here:
https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-amp-ironpython/m-p/7221364
and it works perfectly in terms of establishing the connection to Robot.
However, I was wondering what is the syntax for a new project creation as where I try to set up a new Project using the I_PT_SHELL example in the SDK documentation I cannot seem to get the syntax right.
I defined Robot as in the post above and tried the following syntax structures:
Robot.Project.New('I_PT_SHELL')
Robot.Project.New("I_PT_SHELL")
May I ask you if you could advise in this regard?
Thank you!
Solved! Go to Solution.