Autodesk Inventor
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
using a VB.net form with iLogic (Tutorial)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hello All.
I have been using ilogic and Inventor VBA for a few months now, but I still consider myself fairly new to VB.Net
My objective is to create a form in VB.net (using Visual Studio) (As the dynamic nature of the form I need for this project exceeds the capability of the form generation tool provided with iLogic)
With Inventor install (2012) came bundled a few iLogic samples. I took a few hints from the "Railing iLogic Sample Advanced.iam" but I am still trying to figure out how does the VB.net-form communicate with (iLogic) parameters of the inventor file. (I don't know what contents does a .dll carry over from a VB.net project)
Should use:
Dim oUserParameters as UserParameters
Set oUserParameters = invApp.ActiveDocument.ComponentDefinition.Parame
...to change the parameters' values (embedded within the code of the form) or if anyone could explain (or point me towards a blog/tutorial) on how iLogic can read from the form.
I can use the trick explained in this post ("My first plug-in)
... but I think I would like this projects applicaion restricted to a single Assembly (.iam file) only.
Both short and long responses will be helpful;
and is appreciated. Thanking you,
Wajih
Re: using a VB.net form with iLogic (Tutorial)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
hi, it may be quicker if you post in the customisation area of the inventor forum... just one click away from here.
if i knew a bit about iLogic i would to help but unfortunately i can't. the inventor VBA may help if you want to look into that as well.
Inventor 2014 Pro on Windows 7, 64bit
(please give Kudos or Tag as Solved if your issue is resolved)
Re: using a VB.net form with iLogic (Tutorial)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Will do that Thanks Mark,
Wajih
