Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Collection of iLogic Models For Beginners

54 REPLIES 54
SOLVED
Reply
Message 1 of 55
S_May
26070 Views, 54 Replies

Collection of iLogic Models For Beginners

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

 

 

54 REPLIES 54
Message 41 of 55
Diequa
in reply to: S_May

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!

Message 42 of 55
S_May
in reply to: Diequa

here I have something to work with the frame generator,

thank you Carthik and ....

 

Ilogic-Frame.png

Message 43 of 55
Anonymous
in reply to: gavbath


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

Message 44 of 55
S_May
in reply to: S_May

funnel over ilogic control...

 

 

Message 46 of 55
S_May
in reply to: S_May

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
Message 47 of 55
S_May
in reply to: S_May

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
Message 48 of 55
S_May
in reply to: S_May

Metal funnel with ilogic...

 

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

 

 

Message 49 of 55
rkeller
in reply to: gavbath

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

Message 50 of 55
jeff
in reply to: S_May

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

Message 51 of 55
JMGunnar
in reply to: jeff

Message 52 of 55
jeff
in reply to: JMGunnar

Thank you very much for the link!

Message 53 of 55
YUGANATHAN23
in reply to: S_May

THANK BRO 

Message 54 of 55
Eide.N
in reply to: S_May

Amazing resource!
Message 55 of 55
Maxim-CADman77
in reply to: S_May

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.

Post to forums  

Autodesk Design & Make Report