What is the easiest way to do Copying or Tiling in RoboDK, or should I just continue to duplicate in inventor like I have been, for my welding parts?
Thank you
Clint
Thank you
Clint
Copy/Duplicate |
What is the easiest way to do Copying or Tiling in RoboDK, or should I just continue to duplicate in inventor like I have been, for my welding parts?
Thank you Clint
06-05-2023, 07:39 AM
The best method depends on the specific task itself. By the way, the Inventor plug-in should be useful:
https://robodk.com/doc/en/Plugin-Invento...inInventor
06-05-2023, 10:34 PM
(06-05-2023, 07:39 AM)Sergei Wrote: The best method depends on the specific task itself. By the way, the Inventor plug-in should be useful: Yup, ty I've been using it.
06-07-2023, 06:33 AM
By copying or tiling do you mean you would like to automatically create an array of parts and replicate your welding tool-path in multiple locations?
06-20-2023, 01:13 AM
06-20-2023, 08:24 AM
In this case you can automate this using the RoboDK API.
For example, a sample script in Python would look like this: Code: part = RDK.Item("Part with curves", ITEM_TYPE_OBJECT) |
Users browsing this thread: |
1 Guest(s) |