mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0022165: IGES transaltor does not produce any shape
This commit is contained in:
parent
82192477b1
commit
d164636550
@ -3602,7 +3602,7 @@ void IFSelect_WorkSession::PrintCheckList
|
||||
Interface_CheckIterator chks = checklist;
|
||||
Handle(IFSelect_CheckCounter) counter =
|
||||
new IFSelect_CheckCounter (mode>1 && mode != IFSelect_CountSummary);
|
||||
counter->Analyse (chks,themodel,Standard_False,failsonly);
|
||||
counter->Analyse (chks,themodel,Standard_True,failsonly);
|
||||
counter->PrintList (sout,themodel,mode);
|
||||
}
|
||||
}
|
||||
|
@ -13,7 +13,7 @@ L'Entete et le Contenu du fichier IGES sont charges.
|
||||
Erreur de syntaxe dans le fichier IGES à la ligne %d de la section %s.
|
||||
!
|
||||
.19
|
||||
Erreur de syntaxe dans le fichier IGES à la ligne %d de la section %s.(le numero ligne est incorrect).
|
||||
Erreur de syntaxe dans le fichier IGES à la ligne %d de la section %s (numero de ligne peut etre incorrecte).
|
||||
!
|
||||
.20
|
||||
Il n'y a pas de Terminate Section, veuillez verifier la fin du fichier. Le processus continue.
|
||||
|
@ -13,7 +13,7 @@ Header and Content of IGES file are loaded.
|
||||
Syntax error in the IGES file at line %d of the section %s.
|
||||
!
|
||||
.19
|
||||
Syntax error in the IGES file at line %d of the section %s.(The line number is incorrect).
|
||||
Syntax error in the IGES file at line %d of the section %s (line number may be incorrect).
|
||||
!
|
||||
.20
|
||||
There is no Terminate Section, please check the end of the IGES file. The process continues.
|
||||
|
@ -55,7 +55,7 @@ Entete et contenu du fichier IGES ont ete charges.
|
||||
Erreur de syntaxe dans le fichier IGES a la ligne %d de la section %s.
|
||||
!
|
||||
.XSTEP_19
|
||||
Erreur de syntaxe dans le fichier IGES a la ligne %d de la section %s.(Le numero de ligne est incorrect)
|
||||
Erreur de syntaxe dans le fichier IGES a la ligne %d de la section %s (numero de ligne peut etre incorrecte).
|
||||
!
|
||||
.XSTEP_20
|
||||
Il n'y a pas de Terminate Section : le processus continue.
|
||||
|
@ -55,7 +55,7 @@ End of model loading.
|
||||
Syntax error in IGES file at line %d in section %s.
|
||||
!
|
||||
.XSTEP_19
|
||||
Syntax error in IGES file at line %d in section %s.(line number is incorrect).
|
||||
Syntax error in IGES file at line %d in section %s (line number may be incorrect).
|
||||
!
|
||||
.XSTEP_20
|
||||
There is no Terminate Section, please check end of IGES file. Process continues.
|
||||
|
Loading…
x
Reference in New Issue
Block a user