Message 1 of 9
Ilogic - create an insert constraint
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello World
i have a simple problem yet the solution seems to elude me.
i have an inventor Assembly, and i need to create an ilogic to constrain it in another assembly.
i did figure how to use the
Components.Add()
command but the problem is that i need to create a insert constrain whit:
Constraints.AddInsert()
my problem at the moment is that i need the first half of the AddInsert to be always i geometry defined on the assembli i'm placing down, and the second one needs to be picked by the user.
i've also found the command:
ThisApplication.CommandManager.Pick(SelectionFilterEnum.XXXX)
but even with the guide i canno figure out what to put in place of XXXX to have the same pick filter as the insert constrain.
anyone can help me?