Sketcher_Dimension: If radius of arc is not DoF, then offer arc angle first.

This commit is contained in:
Paddle
2023-10-26 16:20:26 +02:00
committed by Chris Hennes
parent 08d9d4a069
commit a7e1cba6b0
2 changed files with 62 additions and 19 deletions

View File

@@ -191,6 +191,10 @@ public:
{
return pstatus[0];
}
bool isRadiusDoF() const
{
return pstatus[0] == Dependent;
}
ParameterStatus getStartParameter() const
{
return pstatus[1];