mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0025520: To provide info on what has been done by Shape Process and Shape Fix
Messages are registered in ShapeExtend_MsgRegistrator added to ShapeCutom and ShapeUpgrade packages All operators of ShapeProcess_OperLibrary are instrumented with MsgRegistrator 0025520: To provide info on what has been done by Shape Process and Shape Fix Update SHAPE.fr Fix some messages (minor change)
This commit is contained in:
@@ -31,7 +31,14 @@ Sequence d'operateurs: %s
|
||||
.Sequence.MSG5
|
||||
Operateur %d/%d: %s
|
||||
!
|
||||
.Sequence.MSG
|
||||
.Sequence.MSG1
|
||||
Error: Operator %s is not found
|
||||
!
|
||||
.Sequence.MSG2
|
||||
Error: Operator %s failed with exception %s
|
||||
!
|
||||
.Sequence.MSG3
|
||||
Warning: Shape Processing: sequence not defined for %s
|
||||
!
|
||||
! ------------------------------------------------------------------------------
|
||||
! Messages for printing results of shape processing
|
||||
@@ -76,6 +83,9 @@ Detection d'Arete(s) degeneree(s)
|
||||
.FixWire.FixDegenerated.MSG5
|
||||
L'Arete n0 %d est degeneree
|
||||
!
|
||||
.FixWire.FixCurve3d.Removed
|
||||
Incomplete edge (with no pcurves or 3d curve) removed
|
||||
!
|
||||
.FixAdvWire.FixSmall.MSG0
|
||||
Petite(s) arete(s) supprimee(s)
|
||||
!
|
||||
@@ -121,6 +131,26 @@ Contour sur face inverse
|
||||
.FixAdvFace.FixOrientation.MSG11
|
||||
Impossible d'orienter le contour
|
||||
!
|
||||
! ------------------------------------------------------------------------------
|
||||
! Messages for ShapeFix_Wireframe
|
||||
!
|
||||
.FixWireframe.FixSmallEdges.MSG0
|
||||
Small edge removed
|
||||
!
|
||||
.FixWireframe.FixSmallEdges.MSG1
|
||||
Small wire removed
|
||||
!
|
||||
.FixWireframe.FixSmallEdges.MSG2
|
||||
Small face removed
|
||||
!
|
||||
.FixWireframe.FixFixWireGaps.MSG0
|
||||
Gaps in a wire fixed
|
||||
!
|
||||
!
|
||||
.Fix.SplitCommonVertex.MSG0
|
||||
Wires with common vertex fixed
|
||||
!
|
||||
!
|
||||
.FixAdvShell.FixOrientation.MSG20
|
||||
Impossible d'orienter les faces dans le shell, creation de plusieurs shells
|
||||
!
|
||||
@@ -136,12 +166,25 @@ L'Orientation du/des shell(s) dans le solida ete corrigee
|
||||
.FixAdvSolid.FixOrientation.MSG30
|
||||
Solide avec connexions incorrectes, divise en plusieurs parties
|
||||
!
|
||||
.FixAdvFace..MSG0
|
||||
.FixAdvFace.FixLoopWire.MSG0
|
||||
Wire was splitted on several wires
|
||||
!
|
||||
.FixAdvFace..MSG5
|
||||
!
|
||||
.FixAdvFace..MSG10
|
||||
!
|
||||
.FixEdge.SameParameter.MSG0
|
||||
Not same parameter edge fixed
|
||||
!
|
||||
! ------------------------------------------------------------------------------
|
||||
! Messages for ShapeFix_FixSmallFace
|
||||
!
|
||||
.FixAdvFace.FixSpotFace.MSG0
|
||||
Spot face removed
|
||||
!
|
||||
.FixAdvFace.FixStripFace.MSG0
|
||||
Strip face removed
|
||||
!
|
||||
! ------------------------------------------------------------------------------
|
||||
! Messages for ShapeFix_Shell
|
||||
!
|
||||
@@ -151,9 +194,65 @@ Faces mal orientees dans le shell, corrigees
|
||||
.FixAdvShell.FixOrientation.MSG5
|
||||
Faces mal orientees dans le shell, non corrigees
|
||||
!
|
||||
.FixAdvShell..MSG0
|
||||
.FixAdvShell.FixClosedFlag.MSG0
|
||||
Shell has incorrect flag isClosed
|
||||
!
|
||||
.FixAdvShell..MSG5
|
||||
!
|
||||
.FixAdvShell..MSG10
|
||||
!
|
||||
! ------------------------------------------------------------------------------
|
||||
! Messages for ShapeUpgrade
|
||||
!
|
||||
.ShapeDivide.FaceDivide.MSG0
|
||||
Face divided
|
||||
!
|
||||
.ShapeDivide.WireDivide.MSG0
|
||||
Wire divided
|
||||
!
|
||||
.ShapeDivide.EdgeDivide.MSG0
|
||||
Edge divided
|
||||
!
|
||||
.ShapeDivide.FaceConvertToBezier.MSG0
|
||||
Face converted to Bezier
|
||||
!
|
||||
.ShapeDivide.WireConvertToBezier.MSG0
|
||||
Wire converted to Bezier
|
||||
!
|
||||
.ShapeDivide.EdgeConvertToBezier.MSG0
|
||||
Edge converted to Bezier
|
||||
!
|
||||
! ------------------------------------------------------------------------------
|
||||
! Messages for ShapeCustom
|
||||
!
|
||||
.BSplineRestriction.NewSurface.MSG0
|
||||
Face converted to BSpline
|
||||
!
|
||||
.BSplineRestriction.NewSurface.MSG1
|
||||
BSpline Face re-approximated
|
||||
!
|
||||
.BSplineRestriction.NewCurve.MSG0
|
||||
Edge converted to BSpline
|
||||
!
|
||||
.BSplineRestriction.NewCurve.MSG1
|
||||
BSpline Edge re-approximated
|
||||
!
|
||||
!
|
||||
.ConvertToBSpline.NewSurface.MSG0
|
||||
Face converted to BSpline
|
||||
!
|
||||
.ConvertToBSpline.NewCurve.MSG0
|
||||
Edge converted to BSpline
|
||||
!
|
||||
!
|
||||
.ConvertToRevolution.NewSurface.MSG0
|
||||
Face converted to surface of revolution
|
||||
!
|
||||
!
|
||||
.DirectModification.NewSurface.MSG0
|
||||
Direction of Face of revolution corrected
|
||||
!
|
||||
!
|
||||
.SweptToElementary.NewSurface.MSG0
|
||||
Swept Face converted to elementary
|
||||
!
|
||||
|
@@ -38,8 +38,7 @@ Error: Operator %s is not found
|
||||
.Sequence.MSG2
|
||||
Error: Operator %s failed with exception %s
|
||||
!
|
||||
.Sequence.MSG2
|
||||
Operator %s failed with exception %s
|
||||
.Sequence.MSG3
|
||||
Warning: Shape Processing: sequence not defined for %s
|
||||
!
|
||||
! ------------------------------------------------------------------------------
|
||||
@@ -84,6 +83,9 @@ Degenerated edge(s) detected
|
||||
.FixWire.FixDegenerated.MSG5
|
||||
Degenerated edge %d detected
|
||||
!
|
||||
.FixWire.FixCurve3d.Removed
|
||||
Incomplete edge (with no pcurves or 3d curve) removed
|
||||
!
|
||||
.FixAdvWire.FixSmall.MSG0
|
||||
Small edge(s) removed
|
||||
!
|
||||
@@ -129,6 +131,26 @@ Wire on face was reversed
|
||||
.FixAdvFace.FixOrientation.MSG11
|
||||
Cannot orient wire
|
||||
!
|
||||
! ------------------------------------------------------------------------------
|
||||
! Messages for ShapeFix_Wireframe
|
||||
!
|
||||
.FixWireframe.FixSmallEdges.MSG0
|
||||
Small edge removed
|
||||
!
|
||||
.FixWireframe.FixSmallEdges.MSG1
|
||||
Small wire removed
|
||||
!
|
||||
.FixWireframe.FixSmallEdges.MSG2
|
||||
Small face removed
|
||||
!
|
||||
.FixWireframe.FixFixWireGaps.MSG0
|
||||
Gaps in a wire fixed
|
||||
!
|
||||
!
|
||||
.Fix.SplitCommonVertex.MSG0
|
||||
Wires with common vertex fixed
|
||||
!
|
||||
!
|
||||
.FixAdvShell.FixOrientation.MSG20
|
||||
Impossible to orient faces in shell, several shells created
|
||||
!
|
||||
@@ -151,6 +173,18 @@ Wire was splitted on several wires
|
||||
!
|
||||
.FixAdvFace..MSG10
|
||||
!
|
||||
.FixEdge.SameParameter.MSG0
|
||||
Not same parameter edge fixed
|
||||
!
|
||||
! ------------------------------------------------------------------------------
|
||||
! Messages for ShapeFix_FixSmallFace
|
||||
!
|
||||
.FixAdvFace.FixSpotFace.MSG0
|
||||
Spot face removed
|
||||
!
|
||||
.FixAdvFace.FixStripFace.MSG0
|
||||
Strip face removed
|
||||
!
|
||||
! ------------------------------------------------------------------------------
|
||||
! Messages for ShapeFix_Shell
|
||||
!
|
||||
@@ -167,3 +201,58 @@ Shell has incorrect flag isClosed
|
||||
!
|
||||
.FixAdvShell..MSG10
|
||||
!
|
||||
! ------------------------------------------------------------------------------
|
||||
! Messages for ShapeUpgrade
|
||||
!
|
||||
.ShapeDivide.FaceDivide.MSG0
|
||||
Face divided
|
||||
!
|
||||
.ShapeDivide.WireDivide.MSG0
|
||||
Wire divided
|
||||
!
|
||||
.ShapeDivide.EdgeDivide.MSG0
|
||||
Edge divided
|
||||
!
|
||||
.ShapeDivide.FaceConvertToBezier.MSG0
|
||||
Face converted to Bezier
|
||||
!
|
||||
.ShapeDivide.WireConvertToBezier.MSG0
|
||||
Wire converted to Bezier
|
||||
!
|
||||
.ShapeDivide.EdgeConvertToBezier.MSG0
|
||||
Edge converted to Bezier
|
||||
!
|
||||
! ------------------------------------------------------------------------------
|
||||
! Messages for ShapeCustom
|
||||
!
|
||||
.BSplineRestriction.NewSurface.MSG0
|
||||
Face converted to BSpline
|
||||
!
|
||||
.BSplineRestriction.NewSurface.MSG1
|
||||
BSpline Face re-approximated
|
||||
!
|
||||
.BSplineRestriction.NewCurve.MSG0
|
||||
Edge converted to BSpline
|
||||
!
|
||||
.BSplineRestriction.NewCurve.MSG1
|
||||
BSpline Edge re-approximated
|
||||
!
|
||||
!
|
||||
.ConvertToBSpline.NewSurface.MSG0
|
||||
Face converted to BSpline
|
||||
!
|
||||
.ConvertToBSpline.NewCurve.MSG0
|
||||
Edge converted to BSpline
|
||||
!
|
||||
!
|
||||
.ConvertToRevolution.NewSurface.MSG0
|
||||
Face converted to surface of revolution
|
||||
!
|
||||
!
|
||||
.DirectModification.NewSurface.MSG0
|
||||
Direction of Face of revolution corrected
|
||||
!
|
||||
!
|
||||
.SweptToElementary.NewSurface.MSG0
|
||||
Swept Face converted to elementary
|
||||
!
|
||||
|
Reference in New Issue
Block a user