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:
@@ -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
|
||||
!
|
||||
! ------------------------------------------------------------------------------
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user