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: 

STR File opening through API goes WAY too slow.

1 REPLY 1
Reply
Message 1 of 2
Anonymous
355 Views, 1 Reply

STR File opening through API goes WAY too slow.

I am currently working with RSA Structures stored in .str files through API. I open them using :


Project.OpenExtFile(filePath, IRobotExternalFileFormat.I_EFF_STR, 1);

 

or


Project.New(IRobotProjectType.I_PT_SHELL);
Project.ReadExtFileParams(filePath, IRobotExternalFileFormat.I_EFF_STR);
Project.InsertExtFile(filePath, IRobotExternalFileFormat.I_EFF_STR, true, false);

 

For smaller structures it performs quite fine , but when it comes to bigger structures ( circa 20000 nodes and 30000 bars ) it takes more than 45 minutes, when opening of the same str file by RSA application takes 2-3 minutes ! Is there any way to make opening through API as fast (or faster) then doing same thin in application ? Does RSA have command line switches or arguments for opening STR files ?

 

Many Thanks,

Paweł

1 REPLY 1
Message 2 of 2
Rafal.Gaweda
in reply to: Anonymous

Your str file please.


Rafal Gaweda

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

Post to forums  

Autodesk Design & Make Report