mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-29 14:00:49 +03:00
0023205: Patch for Naming improvement
1). Added persistence. 2) Removed not supported evolution - Replace. QADraw commands were fixed . Added TKBO to EXTERNLIB. Modified test case: caf named_shape F6
This commit is contained in:
@@ -73,6 +73,9 @@ static TNaming_NameType IntegerToNameType (const Standard_Integer I)
|
||||
case 6 : return TNaming_SUBSTRACTION;
|
||||
case 7 : return TNaming_CONSTSHAPE;
|
||||
case 8 : return TNaming_FILTERBYNEIGHBOURGS;
|
||||
case 9 : return TNaming_ORIENTATION;
|
||||
case 10: return TNaming_WIREIN;
|
||||
case 11: return TNaming_SHELLIN;
|
||||
default :
|
||||
Standard_DomainError::Raise("TNaming_NameType; enum term unknown ");
|
||||
}
|
||||
|
Reference in New Issue
Block a user