Custom table creator in *idw using iLogic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I am fresh into iLogic, but I hope you can help me in my case.
I got assembly of big tank and in this assembly I got multiple pairs of user parameters defined (height of the component and angle of the component).
I want to have a solution that after running the rule, simple table is pasted in the drawing - location of pasting not specified, it will be dragged and dropped after paste.
The table should contain 3 columns and as many rows, as many pair of parameters I have defined.
(COMPONENT | HEIGHT | ANGLE)
'Component' column should consists part names (with occurrence ID, as I got multiple instances of the same part in assembly)
'Height' and 'angle' columns should consist the nominal values of parameters.
Can anybody help me with the code for the first rows that I can develop further?