Posts: 10
Threads: 5
Joined: Sep 2020
Reputation:
0
Hello,
I'm having a problem with importing large CAD files. I have a .iges file. A fully designed workstation (screw machine, conveyor, table etc) and I want to import this in RoboDK to add the robot and start programming. The file size of the .iges is 500mb. After a while the file is imported in RoboDK but e.g. rotating takes forever. i have a pretty good laptop assembled for professional use (I7, 8gb ram etc.). Is there workarround or am I doing something wrong?
Kind regards,
Stijn.
Posts: 10
Threads: 5
Joined: Sep 2020
Reputation:
0
Hello Albert,
thank you for your explanation. I've tried the "fast import settings". Still a very large and slow file.
I'll PB you the download link for the files.
Kind regards,
Stijn.
Posts: 1,832
Threads: 2
Joined: Oct 2018
Reputation:
72
09-23-2020, 03:39 PM
(This post was last modified: 09-23-2020, 03:40 PM byJeremy.)
Hi StijnM,
What's the file size?
Here's what you can do. Open a new station.
"Tools"->"Options"->"Display"->"Display text on screen" -> Enable "Render time"
You will see the FPS count bottom left of your screen. (This is just to see improvements)
Import the file with the fast-import settings.
Try to move the object/view and look at the frame count. (FPS)
Double-click the part.
"Object panel" to your right.
"More Option" -> "Change color"
The numbers on the colors represent the number of polygons that need rendering.
The hight the number, the bigger the wait.
Sometimes you will find one color (generally grey) that has more polygons than the rest.
This is often because surfaces were imported twice.
I recommend clicking the color and dropping the Alpha channel to 0.
You will see if this removes or reveals details.
If those surfaces were not needed you can go back to the "Change colors" window, right-click the color and "Delete mesh".
Get rid of any unnecessary color/polygons.
Close this window and see if it made a difference to the frame count (FPS).
If it's still heavy,
"Tools"->"Options"->"Display"
Enable "Don't display object smaller than" and try with a value below 1.5%.
If it's still heavy,
"Tools"->"Options"->"Display"
"Display performance" -> "Simplify Objects" -> "Select the object".
Let me know if it helped.
Jeremy
Posts: 10
Threads: 5
Joined: Sep 2020
Reputation:
0
Hi Jeremy,
The size is 512mb. I already exported the separate elements as .ply files and imported them separately. This already helped.
I'll check the settings tomorrow at work. Today I did the following which also already helped a little:
right mouseclick on the desktop -> NVIDIA control panel -> Manage 3D settings -> Program settings -> select program to customise -> add -> RoboDK
Select the preferred graphic processor:
High performance NVIDIA processor
应用本身ttings.
Regards,
Stijn.
Posts: 10
Threads: 5
Joined: Sep 2020
Reputation:
0
Hi Jeremy,
I've tried your options, The effect is minimal. However If I set all the imported 3D objects to invisible except the one I'm working on it can be done.
Thank you for your explanation.
Regards,
Stijn