Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
About the filter function.
I use the filter function to get toolpaths which is set rest.active.
ENTITY LIST EntityToolpaths = filter(folder('Toolpath'), 'AreaClearance.Rest.Active==1')
But when I use filter to the toolpath which where use specify tool, it raise error infor.
Can somebody tell me why.
ENTITY LIST UseToolToolpaths = filter(folder('Toolpath'), "Tool.Name=='1'")How can I to get the toolpath list which was use the tool 1.
Solved! Go to Solution.