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
23971 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 21 of 55
S_May
in reply to: S_May

Message 22 of 55
S_May
in reply to: S_May

Message 23 of 55
S_May
in reply to: S_May

Message 24 of 55
S_May
in reply to: S_May

Message 25 of 55
S_May
in reply to: S_May

Message 26 of 55
S_May
in reply to: S_May

Message 27 of 55
S_May
in reply to: S_May

Message 28 of 55
S_May
in reply to: S_May

Message 29 of 55
S_May
in reply to: S_May

Message 30 of 55
S_May
in reply to: S_May

Message 31 of 55
S_May
in reply to: S_May

Message 32 of 55
S_May
in reply to: S_May

from @GÖÖÖ, thx...Smiley Happy

 

' set a reference to the assembly component definintion.
Dim oAsmCompDef As AssemblyComponentDefinition
oAsmCompDef = ThisApplication.ActiveDocument.ComponentDefinition

'Iterate through all of the occurrences
Dim oOccurrence As ComponentOccurrence
For Each oOccurrence In oAsmCompDef.Occurrences
	'check occurence BOM Structure and component definition BOM Structure
	If oOccurrence.BOMStructure = BOMStructureEnum.kReferenceBOMStructure Or _
	oOccurrence.Definition.BOMStructure = BOMStructureEnum.kReferenceBOMStructure Then
		'set color 
		Component.Color(oOccurrence.Name) = "Red"		
	End If
Next

 

Message 33 of 55
Anonymous
in reply to: S_May

Hi S_May,

 

Nice collection, thanks for sharing Smiley Happy

Message 34 of 55
JMGunnar
in reply to: S_May

Thank that you like it......

The Stair

 

Johan

Message 35 of 55
gavbath
in reply to: JMGunnar

Here's one I created for a blog post a few years ago. The model is attached, and the information about it is here:

https://designandmotion.net/autodesk/inventor-excel/

 

iLogic-Engineering.png

 

Hope you find it interesting.

Gavin Bath
MFG / CAM Technical Specialist
Design and Motion Blog
Facebook | Twitter | LinkedIn | YouTube


   

Tags (1)
Message 36 of 55
admaiora
in reply to: gavbath

Amazing work Gavin!

Admaiora
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

_____________________________________________________________________________
Facebook | Twitter | Youtube

Message 37 of 55
admaiora
in reply to: gavbath

just a question       @gavbath

 

You are assuming in this study that the tank and the fluid and the have the same density (ipt) , and so you can calculate the COG.

 

Is it correct?

 

 

Admaiora
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

_____________________________________________________________________________
Facebook | Twitter | Youtube

Message 38 of 55
Anonymous
in reply to: S_May

Hi,

 

This is a really powerful example, however, I can't get it to work due to the missing DLL reference. Would it be possible to get a copy of this please? 🙂

Message 39 of 55
gavbath
in reply to: S_May

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

Gavin Bath
MFG / CAM Technical Specialist
Design and Motion Blog
Facebook | Twitter | LinkedIn | YouTube


   

Message 40 of 55
gavbath
in reply to: S_May

Hi admaiora, this is just a really simple example, so the model is only the fluid volume. To make it more accurate, you’d need to do it as an assembly I guess.

Gavin Bath
MFG / CAM Technical Specialist
Design and Motion Blog
Facebook | Twitter | LinkedIn | YouTube


   

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Technology Administrators


Autodesk Design & Make Report