Autodesk Inventor
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
iLogic component add
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
85 Views, 1 Replies
01-16-2013 09:45 AM
Hi,
I know this is probably a very simple problem but so far I have not been able to find a solution.
What I am trying to do is insert a part into an assembly file using iLogic. I basically want to mimic Inventor’s “Place” command using ilogic, maybe something like this:
oPath = ThisDoc.Path & "\"
oFile = "File.ipt"
Component.Place(oPath & oFile, False)
Any help would be appreciated
Fred S.
Please do not reply with links to Facebook or any other social sights as my employer has all these sights blocked
Re: iLogic component add
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-25-2013 11:33 PM in reply to:
fshoales
Check out the link below
http://forums.autodesk.com/t5/Autodesk-Inventor/il ogic-part-insertion/td-p/3666746
http://forums.autodesk.com/t5/Autodesk-Inventor/il

