Sketcher_Dimension: If radius of arc is not DoF, then offer arc angle first.
This commit is contained in:
@@ -191,6 +191,10 @@ public:
|
||||
{
|
||||
return pstatus[0];
|
||||
}
|
||||
bool isRadiusDoF() const
|
||||
{
|
||||
return pstatus[0] == Dependent;
|
||||
}
|
||||
ParameterStatus getStartParameter() const
|
||||
{
|
||||
return pstatus[1];
|
||||
|
||||
Reference in New Issue
Block a user