Checking Constraint health in ilogic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a program with a dynamic assembly that either checks for pre existing parts and inserts them in, or else inserts a dynamic part, feeds it the geometry necessary, and then saves it as a new part and reinserts the new part. The problem is some of the older parts were generated differently, meaning the faces on them are different from the faces on newer parts.
Until now I've been using a work around with regards to constraints, basically telling the program to check distances to see if they're breaking. I'm hoping that there is a more effective way to check the health status of constraints in an assembly, or possibly even have it fix the constraints on its own, though I think that might be much more difficult (sorry I'm very new at this). Could someone possibly help me with some code for constraint check? I'm not using the visual basic only code right now, I've just been using the built in inventor stuff.
Thank you all for your help.