Skip to main content
1-Visitor
August 11, 2020
Question

Sketch is constrained or not

  • August 11, 2020
  • 2 replies
  • 1809 views

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

2 replies

14-Alexandrite
August 12, 2020

Hav you tried using ProSectionSolve ? This may return errors if sketch is not constrained.

 

Thanks,

Suresh

1-Visitor
August 12, 2020

I thought it might not help... Still I tried and found that sketch has two weak dimension and it does not return any error. 

18-Opal
August 17, 2020

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.

1-Visitor
July 11, 2025

Did you found any way to find Sketch is fully constrained or not?