Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hi
Is there any API or some approach to verify whether sketch is fully constrained or not?
I can get section from sketched feature using Toolkit. From section, I can verify number of dimension and number of constrains... But there is no such thing whether sketch is fully constrained or not.
Any thought?
Thanks and REgards
KEtan
Hav you tried using ProSectionSolve ? This may return errors if sketch is not constrained.
Thanks,
Suresh
I thought it might not help... Still I tried and found that sketch has two weak dimension and it does not return any error.
Can you count the number of Weak, Strong and Locked Dimensions?
If the total of weak dimensions == 0, then you can assume that the sketch is fully constrained.