Rhino auto setup not functioning properly- Printable Version +- RoboDK Forum (//www.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN) + - - -论坛:通用RoboDK问题(//www.sinclairbody.com/forum/Forum-General-questions-about-RoboDK) +--- Thread: Rhino auto setup not functioning properly (/Thread-Rhino-auto-setup-not-functioning-properly) |
Rhino auto setup not functioning properly-msk998-11-19-2021 Hello all, I have been having issues with RoboDK recently where I try to import curves from Rhino 7 on a windows 10 computer into RoboDK thru the Auto Setup function. However, it will import all the curves but only automatically place the tool path for one or a few of the curves instead of all placing tool paths on all the lines. Manually setting the tool paths thru utilities and "curve follow project" has been arduous and more work than it is worth, but has been the method to overcome this issue. Any help is greatly appreciated! RE: Rhino auto setup not functioning properly-Jeremy-11-19-2021 If the lines aren't connected, this will happen. One way to mitigate that is through the API. You can write a very quick and small script that will pick all the lines from an object and select them in the Curve Follow Project. Here's the 3 lines macro you need. You just need to change the name of the object and curve follow project to fit your need. 希望it helps. Jeremy RE: Rhino auto setup not functioning properly-msk998-11-19-2021 (11-19-2021, 03:16 PM)Jeremy Wrote:If the lines aren't connected, this will happen. RE: Rhino auto setup not functioning properly-Jeremy-11-19-2021 There's nothing attached. RE: Rhino auto setup not functioning properly-Jeremy-11-20-2021 I was exploring some functionality of RoboDK while I was preparing a new set of training video and I discovered a feature that could solve your issue. If you go to "Select curve", right-click any selected curve, and press "Select next" it will select all curves of the same object. I feel like the naming is misleading, but it should do the trick. You can also use the "auto select all curves", but this one behaves differently and will be linked to the "Settings" button you see on the left. Jeremy |