01-16-2020
06:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
01-16-2020
06:47 PM
iLogic "build" tool for IDE users
I've made a simple script that collects vb files within a directory and merges them into a single iLogicVB file to be run in inventor. It's called iLogic Collector, and you can find it here: https://github.com/jordanrobot/iLogicCollector
I made it to help with testing an add-in I'm working on and to help me organize my more complicated ilogic scripts.
I've started using visual studio in the past year and find it hard to go back to the inventor ilogic editor. One thing that's come out of it, I've been putting my code into file-per-class format for more strict oop code. This tool lets me bind those single files together into a single file to run from ilogic. I can drop the "compiled" file onto our shared ilogic folder on the network and everyone can access the script, while the source stays in a backed up git repo. That way I can also keep my sugary VS and R# goodness.
Hopefully someone else finds it useful.
01-20-2020
12:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
01-20-2020
12:56 AM
That's pretty cool, thanks for sharing.
----------------------------------------------------------------
Alex Fielder
Inventor Expert
https://github.com/alexfielder/
LinkedIn - Github Inventor Extension Server - Bonkers polygon iLogic thing
Top ten iLogic Tips - API Shortcut In Google Chrome - Assembly Extrusion Example
Alex Fielder
Inventor Expert
https://github.com/alexfielder/
LinkedIn - Github Inventor Extension Server - Bonkers polygon iLogic thing
Top ten iLogic Tips - API Shortcut In Google Chrome - Assembly Extrusion Example