Announcements

Starting in December, we will archive content from the community that is 10 years and older. This FAQ provides more information.

Collection of iLogic Models For Beginners

S_May
Mentor
Mentor

Collection of iLogic Models For Beginners

S_May
Mentor
Mentor

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 Smiley Happy

So that everyone can see what you can do with inventor.

 

2017-08-09 09_42_51-Autodesk Inventor 2016 - [LP2 Disc Pack Coupling.iam].png

 

 

Replies (54)

Diequa
Advocate
Advocate

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!

0 Likes

S_May
Mentor
Mentor
Accepted solution

here I have something to work with the frame generator,

thank you Carthik and ....

 

Ilogic-Frame.png

Anonymous
Not applicable

@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!

0 Likes

S_May
Mentor
Mentor
Accepted solution

funnel over ilogic control...

 

 

S_May
Mentor
Mentor
Accepted solution

pipe as a flat sheet steel, adaptation via ilogic

 

step 1step 1 step 1

 

step 2step 2 step 2

 

step 3 DXF to laser cutterstep 3 DXF to laser cutter step 3 DXF to laser cutter

Anhang

S_May
Mentor
Mentor
Accepted solution

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

S_May
Mentor
Mentor
Accepted solution

Metal funnel with ilogic...

 

2018-10-19 08_18_48-Autodesk Inventor 2016 - [Bauteil1].png

 

 

rkeller
Enthusiast
Enthusiast

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

0 Likes

jeff
Participant
Participant

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!   🙂

0 Likes

JMGunnar
Advocate
Advocate
Accepted solution

jeff
Participant
Participant

Thank you very much for the link!

YUGANATHAN23
Participant
Participant

THANK BRO 

Eide.N
Advocate
Advocate
Amazing resource!

Maxim-CADman77
Advisor
Advisor

There is an amazing sample of interactive Cubic-Rubic-Game (for AI2023) and some other including iLogic-Vault integration at official Inventor Samples page.