
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am writing code that inserts a part from the content center, then patterns it along the x-axis and along a custom work axis that I need to define in iLogic. I've read through the help files and the single forum post I could find relating to this topic of creating a work axis in an assembly but I have not managed to get anything to work.
I understand that most of the workaxis setby methods outlined in the programming/API help do not work within an assembly. I would appreciate it if someone could put up a code snippet that creates a work axis in an assembly environment that passes through the origin and a point.
This is the other relevant forum post I found:
As far as I can tell, the workflow necessary is thus:
Create origin work point.
Create second work point at specified X, Y coordinates.
Create work axis.
Constrain work axis to the origin point.
Constrain work axis to the second work point.
Any help or direction that could be provided to me would be greatly appreciated.
Solved! Go to Solution.