
Simple ilogic tutorials with example files - Autodesk Community
Dec 16, 2020 · Hi all For many years I have been threatening to learn ilogic. Can anyone point me in the direction of, or send me some decent simple beginners tutorials with the working files, …
Edit subassembly part parameters from main assembly with iLogic
Mar 27, 2025 · at iLogic.RuleEvalContainer.ExecRuleEval(String execRule) I've seen stuff about how model state parameters don't like being changed, so my question is this: how do I work …
How to create a drawing using iLogic (simple instructions)
Nov 20, 2019 · I have been searching around for a tutorial that identifies all the steps for automating a drawing file using iLogic and I can't seem to find anything, what I do find is …
Inventor Programming Forum - Autodesk Community
Feb 1, 2025 · Welcome to the Inventor Programming Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, …
Stop an iLogic rule while it's running - Autodesk Community
Oct 13, 2023 · The ilogic program of the inventor process I worked on today has been running non-stop, and the program debugging information has been constantly output, not that the …
Replace Styles and Standards in a drawing using iLogic
Feb 9, 2022 · Using iLogic. The idea is to use an old drawing that was made for an old customer and run a code that will 'REPLACE' all the old styles with new styles that will meet the new …
Solved: iLogic for an entire assembly? - Autodesk Community
Oct 16, 2024 · Hi guys, I'm new to using iLogic but I' have implemented it on single parts in the past, for parts that are overall the same but have different parameters for things like hole …
Solved: iLogic: Save As - Autodesk Community
Jul 22, 2015 · Does anyone know how to make a rule that automatically performs a "Save As" to a specific directory AND a specific name? Ideally, the rule is run from the part document. The …
Solved: HELP! Copy a part using iLogic - Autodesk Community
Jun 24, 2020 · Try this iLogic rule. Since your file name always has an Integer type number at the end of it, and that Integer may be 2 or 3 digits long, I created a Function to extract that …
Creating a table in a drawing using ilogic - Autodesk Community
Oct 19, 2020 · Good day, I'm completely confused when creating a table in a drawing using ilogic. Here's what I wanted to do: 1. When you run the rules to select the view in the drawing.; 2. If …