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.
from @GÖÖÖ, thx...
' 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
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/
Hope you find it interesting.
Gavin Bath
MFG / CAM Technical Specialist
Design and Motion Blog
Facebook | Twitter | LinkedIn | YouTube
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.
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.
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? 🙂
Gavin Bath
MFG / CAM Technical Specialist
Design and Motion Blog
Facebook | Twitter | LinkedIn | YouTube
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.