Robot Structural Analysis Forum
Welcome to Autodesk’s Robot Structural Analysis Forums. Share your knowledge, ask questions, and explore popular Robot Structural Analysis topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Robot OpenExtFile slow

2 REPLIES 2
Reply
Message 1 of 3
Anonymous
204 Views, 2 Replies

Robot OpenExtFile slow

Hi,

 

when I import STR directly in Robot User interface it works fine and quick

 

when I use OpenExtFile  to import STR it's ten time slowly

how can I do it faster with API ?

2 REPLIES 2
Message 2 of 3
Rafal.Gaweda
in reply to: Anonymous

Try this:

 

Set RobApp = New RobotApplication
RobApp.Visible = True
RobApp.Interactive = False

RobApp.Project.OpenExtFile "c:\RG\CC.str", I_EFF_STR, 1

 



Rafal Gaweda
Message 3 of 3
Anonymous
in reply to: Rafal.Gaweda

thx,

but it's not better

17sec with this code

0.5 sec without API

 

(142 bars

12 cases)

 

 

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report