01-10-2025, 01:41 PM (This post was last modified: 01-10-2025, 01:43 PM by Albert.)
I am using the RoboDK Python API.
When the Python program is running, RoboDK slows down a lot because of the robot cell. I do not want to hide the cell completely. What I want is to get a view like the one in the image with Python.
This development does not work. The robot cell is visible while the robot is moving. If it is open, the program continues to slow down. Can you suggest a method for me to make the robot cell semi-visible?
01-10-2025, 02:38 PM (This post was last modified: 01-10-2025, 02:38 PM by Albert.)
Does it work better if you minimise the RoboDK window?
Can you send us your RoboDK project and the script so we can test the performance drop you are experiencing?
Unfortunately, I cannot send you my project because it is a special work. How can I get a semi-realistic form as I indicated in the image? Is there a method for this?
(01-13-2025, 07:46 AM)yunuskr__ Wrote: Unfortunately, I cannot send you my project because it is a special work. How can I get a semi-realistic form as I indicated in the image? Is there a method for this?
In Robodk, when you turn off the visibility of an object and select that object while its visibility is off, you get a semi-transparent view. What I mean is that
You can change the color of objects in RoboDK by selecting Tools-Change color, and when you change the color you can also set the transparency for that object.
(01-13-2025, 07:46 AM)yunuskr__ Wrote: Unfortunately, I cannot send you my project because it is a special work. How can I get a semi-realistic form as I indicated in the image? Is there a method for this?
In Robodk, when you turn off the visibility of an object and select that object while its visibility is off, you get a semi-transparent view. What I mean is that
I want to make the surfaces of my object with the ITEM_TYPE_OBJECT type different colors with the RoboDK API, is it possible?