1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

0026245: Unable to write SAT file by default

XSAlgo_AlgoContainer is corrected to return original shape if Shape Processing fails.
Handling of situation of absence of defined operator sequence is corrected to apply DirectFaces operator by default on writing, regardless of target format.
ShapeProcess is corrected to output warning if operator sequence is not defined in resource file, and to continue if one operator in sequence has failed.
Message names are made more meaningful.
This commit is contained in:
abv
2015-08-31 07:00:57 +03:00
committed by bugmaster
parent 00de4faf11
commit 881536e20e
4 changed files with 31 additions and 29 deletions

View File

@@ -25,19 +25,19 @@
! ------------------------------------------------------------------------------
! Messages for sequence of operators
!
.Sequence.MSG0
.SP.Sequence.Info.Seq
Sequence d'operateurs: %s
!
.Sequence.MSG5
.SP.Sequence.Info.Operator
Operateur %d/%d: %s
!
.Sequence.MSG1
.SP.Sequence.Error.NoOp
Error: Operator %s is not found
!
.Sequence.MSG2
.SP.Sequence.Error.Except
Error: Operator %s failed with exception %s
!
.Sequence.MSG3
.SP.Sequence.Warn.NoSeq
Warning: Shape Processing: sequence not defined for %s
!
! ------------------------------------------------------------------------------

View File

@@ -26,20 +26,20 @@
! ------------------------------------------------------------------------------
! Messages for sequence of operators
!
.Sequence.MSG0
Info: Sequence of operators: %s
.SP.Sequence.Info.Seq
Info: Shape Processing: Sequence of operators: %s
!
.Sequence.MSG5
Error: Operator %d/%d: %s
.SP.Sequence.Info.Operator
Info: Shape Processing: Operator %d/%d: %s
!
.Sequence.MSG1
Error: Operator %s is not found
.SP.Sequence.Error.NoOp
Error: Shape Processing: Operator %s is not found
!
.Sequence.MSG2
Error: Operator %s failed with exception %s
.SP.Sequence.Error.Except
Error: Shape Processing: Operator %s failed with exception %s
!
.Sequence.MSG3
Warning: Shape Processing: sequence not defined for %s
.SP.Sequence.Warn.NoSeq
Warning: Shape Processing: Sequence not defined for %s, nothing to do
!
! ------------------------------------------------------------------------------
! Messages for printing results of shape processing