08-29-2022
07:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
08-29-2022
07:52 AM
Many years ago I made standalone application for creating the config string for DWG/DXF export of flat pattern. It contains all possible options. It was based on this help article.
But it was a lot of code and I used WinForms PropertyGrid control to edit the values (not available in iLogic).
I don't know, if it is possible to do the similar (complex) solution using iLogic forms.
You need to implement your own object which describes the options and config string builder which converts that object to string form that you can use later in your code.