- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm struggling to get the relationship between BoundaryPatchFeature and input sketch in API.
In the Inventor model tree, sketches show up as direct inputs to boundary patches. In API it seems cumbersome to get this relation. I cannot find any "parent" property, that would return an input sketch for a boundary patch.
The other way around, I can try to get the dependents of the sketches. This works so so, if you only have one loop per sketch.
Then the boundary patch is a direct dependent of the planar sketch.
If there is more than one loop per sketch, the sketch will have a "ProfileObject" as dependent.
I'm I missing something or is there a magic property to get this easier, instead of iterating through multiple levels of dependents?
Solved! Go to Solution.