- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, Fusion Community!
So, I'm CAM engineer and have little practical experience with programming. I'm trying to automate one of the CAM operations our team is doing very often. So basicaly there is a sketch with circles (as in picture), the holes have to be drilled in the centre points of those circles. Currently there is a template file for the operations (Spot drilling->Drilling D1->Drilling D2), but all the points must be sellected manually, which is troublesome when there are over 100 point.
Currently, with script I'm able to import operations from template to the active setup and add points from sketch to lists, but I'm struggling to assign the list of points to this parameter selected in blue and also I'm not sure if I'm accessing it correctly, as in code section below.
Where 'operat' is an "Operation object". However, it shows that this parameter is not editable.
Does it mean tha this parameter is not allowed to be edited from script and what I want to do is imposible to achieve? Or there is some logic problem?
P.S. I'll add the full code in comment
Solved! Go to Solution.