Hello together,
Collection of ilogic models for beginner.
Without liability, and the models are not all of me (collection of AUTODESK and internet).
Please expand......
So that all can learn in everyday life
So that everyone can see what you can do with inventor.
Solved! Go to Solution.
Solved by JMGunnar. Go to Solution.
Solved by S_May. Go to Solution.
Solved by S_May. Go to Solution.
Solved by S_May. Go to Solution.
Solved by S_May. Go to Solution.
Solved by S_May. Go to Solution.
Solved by S_May. Go to Solution.
Solved by gavbath. Go to Solution.
Solved by S_May. Go to Solution.
Solved by S_May. Go to Solution.
Solved by S_May. Go to Solution.
Solved by S_May. Go to Solution.
Solved by S_May. Go to Solution.
Solved by S_May. Go to Solution.
Solved by S_May. Go to Solution.
Solved by S_May. Go to Solution.
Solved by S_May. Go to Solution.
Solved by S_May. Go to Solution.
Solved by S_May. Go to Solution.
Solved by S_May. Go to Solution.
Solved by S_May. Go to Solution.
Solved by S_May. Go to Solution.
Solved by S_May. Go to Solution.
Solved by S_May. Go to Solution.
Solved by S_May. Go to Solution.
The first example is exactly what I want to do with the product line at my work because we sell this! While the company does have an online selection tool, having this on Inventor would be even better! I just now have to learn how this was done.
Thank you for posting this!
@gavbath wrote:
Hi Paul. That’s odd. I don’t remember including any external dlls. There shouldn’t have been a need as it was all core iLogic. Can you post a screenshot or the name of the dll it’s looking for?
Gavin
Apologies Gavin, my reply was for the Hole Pattern in a profile example. Forgot to hit quote!
scale all views on the sheet the same
On Error Resume Next Dim oDrawDoc As DrawingDocument oDrawDoc = ThisApplication.ActiveDocument Dim Massstab As New ArrayList Massstab.Add("1 : 50") 'Maßstäbe eintragen Massstab.Add("1 : 25") Massstab.Add("1 : 12,5") Massstab.Add("1 : 10") Massstab.Add("1 : 7,5") Massstab.Add("1 : 5") Massstab.Add("1 : 3") Massstab.Add("1 : 2,5") Massstab.Add("1 : 2") Massstab.Add("1 : 1") Auswahl_Masstab = InputListBox("Bitte Maßstab wählen:", Massstab, ActiveSheet.Border = "Ränder", Title := "Zuweisung", ListName := "Verfügbare Maßstäbe") Dim oView As DrawingView For Each oView In oDrawDoc.ActiveSheet.DrawingViews oView.[ScaleString] = Auswahl_Masstab Next
Gavin,
Great job. I saw this demo several years ago and just found it here! Thanks for sharing.
I work at a tank manufacturing company and I've been automating tank design for years and iLogic has been one of the key tools to help simplify the design.
Rodney
In the "PatternFitExample", I can not find the .dll file associated with the Rule. Running the script yields an "AddReference PatternWithinProfile.dll" alert.
More specifically, The error Dialog reads;
Rule Compile Errors in Fit Hole Pattern to Sketch Boundary, in PatternFitExample.ipt
Error on Line 0 : could not find library 'PatternWithinProfile.dll'
Error on Line 0 : compiler initialization failed unexpectedly: The system cannot find the file specified.
Is there any chance that this file could be uploaded into the thread? PLEASE! 🙂
Check this modthemachine
its one ilogic rule you can use
There is an amazing sample of interactive Cubic-Rubic-Game (for AI2023) and some other including iLogic-Vault integration at official Inventor Samples page.
Can't find what you're looking for? Ask the community or share your knowledge.