}
//
// Update Tolerance
- TV->Tolerance(aTolMax2);
+ // with a small margin
+ TV->Tolerance(aTolMax2 + aTolMax2*0.0001);
}
//=======================================================================
//function : breducetolerance
return BRepCheck_NoError;
}
-
+#include <BRepBuilderAPI_MakeVertex.hxx>
+#include <BRep_TVertex.hxx>
+#include <DBRep.hxx>
//=======================================================================
//function : CheckTolerance
//purpose : Cheks, if theEdge lies entirely into sphere, center of which
}
}
+ gp_Pnt aPFirst = BACurve.Value(aFirst);
+ gp_Pnt aPLast = BACurve.Value(aLast);
+ double aFirstLastDist = aPFirst.Distance(aPLast);
+ double aV1V2Dist = aPnt1.Distance(aPnt2);
+ TopoDS_Vertex aVFirst = BRepBuilderAPI_MakeVertex(aPFirst);
+ TopoDS_Vertex aVLast = BRepBuilderAPI_MakeVertex(aPLast);
+
+ const Handle(BRep_TEdge)& theTEdge = Handle(BRep_TEdge)::DownCast(theEdge.TShape());
+
+ Standard_Boolean sp1 = theTEdge->SameParameter();
+ Standard_Boolean sr1 = theTEdge->SameRange();
+ Standard_Boolean dg1 = theTEdge->Degenerated();
+ Standard_Boolean ch1 = theTEdge->Checked();
+ Standard_Boolean or1 = theTEdge->Orientable();
+ Standard_Boolean cl1 = theTEdge->Closed();
+ Standard_Boolean in1 = theTEdge->Infinite();
+ Standard_Boolean cv1 = theTEdge->Convex();
+
+ //std::cout << std::endl;
+ //std::cout << (aV1.IsEqual(aV2) ? "Vertexes are equal" : "Vertexes are different") << std::endl;
+ //std::cout << "aPnt1: " << aPnt1.X() << " " << aPnt1.Y() << " " << aPnt1.Z() << std::endl;
+ //std::cout << "aPnt2: " << aPnt2.X() << " " << aPnt2.Y() << " " << aPnt2.Z() << std::endl;
+ //std::cout << (aPnt1.IsEqual(aPFirst, 1E-6) ? "aPnt1 & aPFirst are equal" : "aPnt1 & aPFirst are different") << std::endl;
+ //std::cout << (aPnt2.IsEqual(aPLast, 1E-6) ? "aPnt2 & aPLast are equal" : "aPnt2 & aPLast are different") << std::endl;
+ //std::cout << "aPFirst: " << aPFirst.X() << " " << aPFirst.Y() << " " << aPFirst.Z() << std::endl;
+ //std::cout << "aPLast: " << aPLast.X() << " " << aPLast.Y() << " " << aPLast.Z() << std::endl;
+
+ //std::cout << "aTol1: " << aTol1 << " aTol2: " << aTol2 << std::endl;
+ //std::cout << "aFirstLastDist: " << aFirstLastDist << std::endl;
+ //std::cout << "aV1V2Dist: " << aV1V2Dist << std::endl;
+ //std::cout << "Degenerated: " << theTEdge->Degenerated() << std::endl;
+ //std::cout << "Closed: " << theTEdge->Closed() << std::endl;
+
+ static int num(0);
+ num++;
+ std::cout << "vertex vf" << num << " " << aPnt1.X() << " " << aPnt1.Y() << " " << aPnt1.Z() << std::endl;
+ std::cout << "vertex vl" << num << " " << aPnt2.X() << " " << aPnt2.Y() << " " << aPnt2.Z() << std::endl;
+
+
aStatus = BRepCheck_CollapsedEdge;
return aStatus;
}
//Number of BRepCheck_Statuses in BRepCheck_Status.hxx file
//(BRepCheck_NoError is not considered, i.e. general status
//is smaller by one specified in file)
-static const Standard_Integer NumberOfStatus = 36;
+static const Standard_Integer NumberOfStatus = 37;
static char* checkfaultyname = NULL;
Standard_EXPORT void BRepTest_CheckCommands_SetFaultyName(const char* name)
Standard_Integer par = 0, mess=0;
for ( Standard_Integer i=1; i < argc; i++ )
{
+ const char* ai = argv[i];
if (strlen(argv[i]) == 2 &&
(argv[i][0] == '-' || argv[i][0] == '+' || argv[i][0] == '*'))
{
Standard_Real dist = p1.Distance(p2);
Standard_Real prec = precsmall;//Min ( myPrecision, precsmall );
//Standard_Real prec = Min(BRep_Tool::Tolerance(V1),BRep_Tool::Tolerance(V2)); //skl
- if (dist > prec) return Standard_False; // pas nulle
+ if (dist > prec)
+ return Standard_False; // pas nulle
// La courbe 3D a present : est-elle FERMEE ou DE LONGUEUR NULLE ... ???
// Pour cela on prend le point milieu (y a-t-il mieux)
gp_Pnt Pm;
Standard_Real cf,cl;
Handle(Geom_Curve) c3d;
- if ( sae.Curve3d (E,c3d,cf,cl,Standard_False) ) Pm = c3d->Value ( (cf+cl)/2. );
+ if ( sae.Curve3d (E,c3d,cf,cl,Standard_False) )
+ Pm = c3d->Value ( (cf+cl)/2. );
else {
Handle(Geom2d_Curve) c2d;
if ( ! myFace.IsNull() && sae.PCurve (E,myFace,c2d,cf,cl,Standard_False)) {
//:n2 return Standard_False;
}
}
- if ( Pm.Distance(p1) > prec || Pm.Distance(p2) > prec ) return Standard_False;
+ if ( Pm.Distance(p1) > prec || Pm.Distance(p2) > prec )
+ return Standard_False;
myStatus |= ShapeExtend::EncodeStatus ( V1.IsSame(V2) ? ShapeExtend_DONE1 : ShapeExtend_DONE2 );
return Standard_True;
+puts "TODO CR32185 ALL: Faulty shapes in variables faulty_1 to faulty_1"
ellipse w1 0 0 0 15 10
mkedge w1 w1 0 pi/2
trotate w1 0 0 0 1 0 0 90
## Comment : from original bug PRO4497
## ====================================
+puts "TODO CR32187 ALL: Faulty shapes in variables faulty_1 to faulty_7"
+
restore [locate_data_file CCH_indushep.rle] s
tscale s 0 0 0 1000
explode s e
+puts "TODO CR32185 ALL: Faulty shapes in variables faulty_1 to faulty_1"
ellipse w1 0 0 0 15 10
mkedge w1 w1 0 pi/2
trotate w1 0 0 0 1 0 0 90
restore [locate_data_file cts18078-tool.rle] tool
bcut result part tool
+breducetolerance result
checkprops result -s 147330
checkview -display result -2d -s -otherwise { part tool } -path ${imagedir}/${test_image}.png
bcut result a b
+breducetolerance result
checkshape result
checkprops result -s 192941
bfuse result c d
+breducetolerance result
checkprops result -s 46305.1
checknbshapes result -solid 1 -shell 1 -face 35
checkview -display result -2d -otherwise { c d } -s -path ${imagedir}/${test_image}.png
\ No newline at end of file
# Original bug : cts20176
# Date : 16July98
+# because CTO904_cts20176a.rle has a bad topology vertex
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_1"
+
restore [locate_data_file CTO904_cts20176a.rle] a
restore [locate_data_file cts20176b.rle] b
tclean a
bfuse result a b
-
+breducetolerance result
checkprops result -s 70265.2
checkview -display result -2d -otherwise { a b } -s -path ${imagedir}/${test_image}.png
\ No newline at end of file
+# because b201 has a bad topology vertex
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_1"
restore [locate_data_file a201] a
restore [locate_data_file b201] b
bop sh_1 sh_2
bopcut result
+breducetolerance result
checkprops result -s 29167.3
checkview -display result -2d -otherwise { sh_1 sh_2 } -s -path ${imagedir}/${test_image}.png
bop sh_1 sh_2
bopfuse result
+breducetolerance result
checkprops result -s 35009.9
checkview -display result -2d -otherwise { sh_1 sh_2 } -s -path ${imagedir}/${test_image}.png
bop sh_2 sh_1
bopfuse result
+breducetolerance result
checkprops result -s 35009.9
checkview -display result -2d -otherwise { sh_2 sh_1 } -s -path ${imagedir}/${test_image}.png
# Shape Healing fails to correct a face with missing seam
#############################################
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_1"
+
restore [locate_data_file bug22919_ss.brep] ss
explode ss
puts "========================"
puts "BUC60823"
-puts "========================"
+puts "========================"
+
+# because buc60823.igs has one too small edge with too much tolerance
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_1"
igesbrep [locate_data_file buc60823.igs] a *
tpcompound result
+breducetolerance result
checkshape result
checkshape result r
puts "BUC60850"
puts "==========="
+# because BUC60850.igs has 2 bad faces
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_4"
+
igesbrep [locate_data_file BUC60850.igs] a *
tpcompound result
+breducetolerance result
checkshape result
checkshape result r
puts "OCC131"
puts "========"
puts ""
+# because OCC58a.igs has 6 too small bad edges with too much tolerances
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_6"
igesbrep [locate_data_file OCC131-7.igs] a *
tpcompound result
+breducetolerance result
checkshape result
checkshape result r
##############################################
##Loading phase returns error status (though no exception raised).
##############################################
+# because igsBF5.igs has 6 too small bad edges with too much tolerances
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_6"
igesbrep [locate_data_file igsBF5.igs] a *
tpcompound result
+breducetolerance result
checkshape result
checkshape result r
##############################################
# Exception in reading of attached IGES file
##############################################
+# because file has too small bad edges with too much tolerances
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_8"
igesread [locate_data_file bug16424_s554_tassello_per_punzone_pos09.igs] a *
+breducetolerance a
checkshape a
smallview
##########################################################################
# Problem with reading of attached IGES file
##########################################################################
+# because file has too small bad edges with too much tolerances
+puts "TODO CR32209 ALL: Faulty shapes in variables faulty_1 to faulty_1"
igesbrep [locate_data_file bug22283_Mtwz_Training_Part.iges] a *
tpcompound result
-
+breducetolerance result
checkprops result -s 46235.4
checkshape result
puts "========"
puts "OCC272"
puts "========"
+# because OCC58a.igs has 21 too small bad edges with too much tolerances
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_21"
igesbrep [locate_data_file 919-001-T02-04-CP-VL.igs] a *
tpcompound result
+breducetolerance result
checkshape result
checkshape result r
puts "========"
puts "OCC272"
puts "========"
+# because OCC58a.igs has 2 too small bad edges with too much tolerances
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_2"
igesbrep [locate_data_file 919-001-T02-04-FT-VL.igs] a *
tpcompound result
+breducetolerance result
checkshape result
checkshape result r
puts "OCC283"
puts "========"
puts ""
+# because BUC50030.igs has too small bad edges with too much tolerances
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_10"
igesbrep [locate_data_file BUC50030.igs] a *
tpcompound result
+breducetolerance result
checkshape result
checkshape result r
puts "========"
puts "OCC285"
puts "========"
+# because OCC285.igs has edges with too much tolerances
+puts "TODO CR32209 ALL: Faulty shapes in variables faulty_1 to faulty_35"
igesbrep [locate_data_file OCC285.igs] a *
#############################################################################
##After applying sewing on the model from the file TibTray_Size3.igs (see the attachment) one surface is not shaded.
#############################################################################
+# because TibTray_Size3.igs has 3 too small bad edges with too much tolerances
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_3"
igesbrep [locate_data_file TibTray_Size3.igs] a *
sewing result a
+breducetolerance result
checkshape result
vinit
checktrinfo result -tri 5812 -nod 5809
-checkmaxtol result -ref 0.92213088179312575
+checkmaxtol result -ref 0.37347422132393693
checknbshapes result -shell 1
checkfreebounds result 239
checkview -display result -3d -path ${imagedir}/${test_image}.png
puts "OCC365"
puts "========"
puts ""
+# because file has too small bad edges with too much tolerances
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_2"
igesbrep [locate_data_file BUC61004-2.igs] a *
tpcompound result
+breducetolerance result
checkshape result
checkshape result r
puts "Shape is incorrect after translation"
puts "case 1 (6546a01.igs)"
puts ""
+# because OCC58a.igs has 5 too small bad edges with too much tolerances
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_5"
igesbrep [locate_data_file OCC58a.igs] a *
tpcompound result
+breducetolerance result
checkshape result
checkshape result r
puts "==========="
puts "GER61337"
puts "=================================="
+# because file has too small bad edges with too much tolerances
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_4"
cpulimit 3000
igesbrep [locate_data_file ger61337a.igs] a *
tpcompound result
+breducetolerance result
checkshape result
checkshape result r
puts "========="
puts ""
+puts "TODO CR32223 ALL: Faulty shapes in variables faulty_1 to faulty_1"
+
pload XDE
stepread [locate_data_file bug25628_twr_hull.stp] a *
puts "======="
puts ""
puts "REQUIRED ALL: Meshing statuses: Failure"
+puts "TODO CR32226 ALL: Faulty shapes in variables faulty_1 to faulty_2"
cpulimit 10
puts "TODO OCC27024 ALL: Error : operation bfuse is WRONG because number of SOLID entities in shape"
-
+puts "TODO CR32209 ALL: Faulty shapes in variables faulty_1 to faulty_6"
puts "=========="
puts "BUC60462"
puts "=========="
puts "BUC60585"
puts "========================"
-restore [locate_data_file buc60585b.brep] t
-checkshape t
+restore [locate_data_file buc60585b.brep] a
+fixshape t a
+checkshape t
plane pt 2036.25 -97.5 -1460.499755859375 0.0 -1.0 0.0 1.0 0.0 0.0
psection result t pt
######################################
## Exception ConstructionError in LocOpe_SplitShape.
######################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_1"
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_2"
restore [locate_data_file BUC60930_splitshape.brep] c
explode c
puts "TODO OCC11111 ALL: Error : is WRONG because number of "
+puts "TODO CR32226 ALL: Faulty shapes in variables faulty_1 to faulty_6"
puts "============"
puts "OCC10232"
# Exception "Segmentation violation" in Boolean Operations
#######################################################################
+
set BugNumber OCC10232
puts "Load first shape ..."
#########################################################
## Fillet is created incorrectly on attached shape.
#########################################################
+puts "TODO CR32185 ALL: Faulty shapes in variables faulty_1 to faulty_13"
restore [locate_data_file shading_137.brep] s
checkshape s
## After analyze given face (file ff97.brep) using BRepCheck we receive problem - "Bad Orientation of Subshape".
## But we believe that this shape must be OK or we have to receive more detail another reply from BRepCheck.
###########################################################################
+puts "TODO CR32229 ALL: Faulty shapes in variables faulty_1 to faulty_1"
restore [locate_data_file OCC174.brep] result
puts "TODO OCC11111 ALL: Error : The area of result shape is"
+puts "TODO CR32209 ALL: Faulty shapes in variables faulty_1 to faulty_2"
pload QAcommands
puts "============"
#######################################################################################
# Regression in visualization for b-spline surface
######################################################################################
+puts "TODO CR32209 ALL: Faulty shapes in variables faulty_1 to faulty_63"
set BugNumber OCC22631
puts "TODO OCC11111 ALL: Error : The area of result shape is"
puts "TODO OCC11111 ALL: Error : is WRONG because number of"
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_10"
puts "================"
puts "OCC22641"
#######################################################################################
# Improve command sewing in DRAW
######################################################################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_2"
set BugNumber OCC22770
#######################################################################################
# Improve command sewing in DRAW
######################################################################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_2"
set BugNumber OCC22770
#######################################################################################
# Improve command sewing in DRAW
######################################################################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_2"
set BugNumber OCC22770
#######################################################################################
# Improve command sewing in DRAW
######################################################################################
+puts "TODO CR32226 ALL: Faulty shapes in variables faulty_1 to faulty_2"
set BugNumber OCC22770
#######################################################################################
# Improve command sewing in DRAW
######################################################################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_1"
set BugNumber OCC22770
#######################################################################################
# Improve command sewing in DRAW
######################################################################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_4"
set BugNumber OCC22770
#######################################################################################
# Improve command sewing in DRAW
######################################################################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_1"
set BugNumber OCC22770
#######################################################################################
# Improve command sewing in DRAW
######################################################################################
+puts "TODO CR32226 ALL: Faulty shapes in variables faulty_1 to faulty_2"
set BugNumber OCC22770
#######################################################################################
# Improve command sewing in DRAW
######################################################################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_1"
set BugNumber OCC22770
#######################################################################################
# Improve command sewing in DRAW
######################################################################################
+puts "TODO CR32226 ALL: Faulty shapes in variables faulty_1 to faulty_2"
set BugNumber OCC22770
#######################################################################################
# Improve command sewing in DRAW
######################################################################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_3"
set BugNumber OCC22770
#######################################################################################
# Improve command sewing in DRAW
######################################################################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_2"
set BugNumber OCC22770
#######################################################################
# Sewing increases tolerance of vertices for redundant value.
#######################################################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_1"
set BugNumber OCC22804
#############################################################################
# Possible regression is tessellation algorithm of OCCT 6.5.2
#############################################################################
+puts "TODO CR32209 ALL: Faulty shapes in variables faulty_1 to faulty_75"
set BugNumber OCC22893
puts "TODO OCC12345 ALL: Error : The area of result shape is"
#puts "TODO OCC12345 ALL: Error: Number of triangles"
#puts "TODO OCC12345 ALL: Error: Number of nodes"
+puts "TODO CR32226 ALL: Faulty shapes in variables faulty_1 to faulty_12"
puts "========================"
puts " OCC287 "
#################################################################
## Some triangles of shading mesh are outside of shape boundaries. (See attached shape).
#################################################################
+puts "TODO CR32229 ALL: Faulty shapes in variables faulty_1 to faulty_1"
restore [locate_data_file shading_171.brep] result
checkshape result
## After performing command "checkbrep" to attached face I receive "Bad Orientation of Subshape"
## but I believe that orientation of this face is correct.
#################################################################
+puts "TODO CR32210 ALL: checkbrep works wrongly"
restore [locate_data_file OCC302a.brep] result
## After performing command "checkshape" to attached face I receive "Bad Orientation of Subshape"
## but I believe that orientation of this face is correct.
#################################################################
+puts "TODO CR32229 ALL: checkshape works wrongly"
restore [locate_data_file OCC302c.brep] result
############################################
restore [locate_data_file OCC337_clone1.brep] a
+breducetolerance a
explode a
set che [checkshape a_1]
puts " OCC347 "
puts " (case 1) "
puts "========================"
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_1"
restore [locate_data_file OCC347a.brep] result
checkshape result
puts " OCC347 "
puts " (case 2) "
puts "========================"
+puts "TODO CR32229 ALL: Faulty shapes in variables faulty_1 to faulty_2"
-restore [locate_data_file OCC347b.brep] result
+restore [locate_data_file OCC347b.brep] r1
+fixshape result r1
checkshape result
tclean result
#################################################################
## BndLib_Add3dCurve raised an exception on edges which range is out of the domain of the curve.
#################################################################
+puts "TODO CR32209 ALL: Faulty shapes in variables faulty_1 to faulty_2"
restore [locate_data_file OCC369.brep] result
OCC369 result
puts "========================"
puts " OCC397 "
puts "========================"
-
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_1"
pload QAcommands
restore [locate_data_file OCC397.brep] a
puts "TODO OCC12345 ALL: Faulty OCC406: Command checkshape works wrongly: Source shape looks invalid"
puts "TODO OCC12345 ALL: Error : The area of result shape is"
+puts "TODO CR32226 ALL: Faulty shapes in variables faulty_1 to faulty_3"
puts "========"
puts "OCC406"
puts "TODO OCC25917 ALL: Error : The area of result shape is"
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_1"
puts "========================"
puts " OCC472 "
checkshape a_1
restore [locate_data_file OCC497f.brep] a_2
-checkshape a_2
breducetolerance a_2
+checkshape a_2
bcut result a_1 a_2
######################################################
# Application crashed with "Segmentation Fault" message. Red Hat Linux 8.0
######################################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_1"
set BugNumber OCC6725
####################################################
## After command sew in DRAW on attached shape free wires are disappeared.
####################################################
+puts "TODO CR32209 ALL: Faulty shapes in variables faulty_1 to faulty_2"
restore [locate_data_file OCC714.brep] a
checkshape a
############################################
## Command sameparameter in DRAW hangs on attached edge.
############################################
+puts "TODO CR32209 ALL: Faulty shapes in variables faulty_1 to faulty_1"
restore [locate_data_file OCC767.brep] result
#####################################################
# BUC60875. Pipe is created incorrectly on two wires.
#####################################################
+puts "TODO CR32209 ALL: Faulty shapes in variables faulty_1 to faulty_3"
restore [locate_data_file BUC60875_wire.brep] wire
restore [locate_data_file BUC60875_profile.brep] profile
##########################################################
## The command "section" in Draw gives exception "attempt to access to null object "
##########################################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_1"
restore [locate_data_file BUC60877_lh.brep] sh
checkshape sh
######################################################
# exception is raised during the vprops in DRAW on the attached shape
######################################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_2"
set BugNumber OCC8228
###############################
## BRepFilletAPI_MakeFillet fails on prism
###############################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_2"
if { [ catch { set info_result [OCC828 a1] } ] } {
puts "Faulty : an exception was caught"
}
}
checkprops result -l 8577.24
-checkshape result
-checksection result
- checkview -display result -2d -path ${imagedir}/${test_image}.png
+fixshape r1 result
+checkshape r1
+checksection r1
+ checkview -display r1 -2d -path ${imagedir}/${test_image}.png
}
###################################
## BRepOffsetAPI_MakeOffset fails on given wires
###################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_4"
+
restore [locate_data_file OCC829_w2.brep] a
+breducetolerance a
checkshape a
explode a w
#######################################################################################
# One face is not displayed in shading mode
######################################################################################
+puts "TODO CR32209 ALL: Faulty shapes in variables faulty_1 to faulty_155"
set BugNumber OCC8370
#############################
## Impossible to fuse the shapes.
##############################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_18"
restore [locate_data_file OCC919.brep] a
-
+breducetolerance a
explode a
# See comment in CR23244:
restore [locate_data_file OCC919-PROC.brep] a_1
#
fixshape a_1 a_1
+breducetolerance a_1
checkshape a_1
checkshape a_2
######################################################
# New functionality building reflect lines on a shape
######################################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_1"
smallview
######################################################
# New functionality building reflect lines on a shape
######################################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_1"
smallview
######################################################
# New functionality building reflect lines on a shape
######################################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_2"
smallview
######################################################
# New functionality building reflect lines on a shape
######################################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_4"
smallview
######################################################
# New functionality building reflect lines on a shape
######################################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_3"
smallview
############################################################################
restore [locate_data_file bug23708_invalidface.brep] result
+fixshape result result
checkshape result
checkview -display result -2d -path ${imagedir}/${test_image}.png
fit
splitshape result a_4 a_4 e
+breducetolerance result
set bug_info [checkshape result]
if {[string compare $bug_info "This shape seems to be valid"] != 0} {
##########################################################################################################
# Invalid shape as a result of solid construction in BRepOffset_MakeOffset
##########################################################################################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_2"
restore [locate_data_file bug26440_plate.brep] sh1
##########################################################################################################
# Invalid shape as a result of solid construction in BRepOffset_MakeOffset
##########################################################################################################
+puts "TODO CR32209 ALL: Faulty shapes in variables faulty_1 to faulty_4"
restore [locate_data_file bug26440_plate2.brep] sh1
##########################################################################################################
# Invalid shape as a result of solid construction in BRepOffset_MakeOffset
##########################################################################################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_2"
restore [locate_data_file bug26440_plate3.brep] sh1
#################################################
# Solid becomes invalid after scaling
#################################################
+puts "TODO CR32209 ALL: Faulty shapes in variables faulty_1 to faulty_46"
pload XDE
#################################################
# Incomplete result of offset operation in mode Complete with Join type intersection
#################################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_2"
restore [locate_data_file bug28501_N9_lf.brep] ls
puts "OCC22886: Bug in boolean"
puts "============"
puts ""
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_3"
restore [locate_data_file bug22886_solid1.brep] solid1
restore [locate_data_file bug22886_solid2.brep] solid2
explode t
-thrusections -N r 0 0 t_1 t_2 t_3
+thrusections -N r_1 0 0 t_1 t_2 t_3
+fixshape r r_1
checkshape r
fixshape rr r
#################################################
# Sewing returns result with too high tolerance
#################################################
+puts "TODO CR32226 ALL: Faulty shapes in variables faulty_1 to faulty_3"
set sew_Tol 0.2
puts "# 0028131: BRepOffset_MakeOffset can't create offset with a face which created by filling 3 bsplinecurve"
puts "# ==============================================================="
puts ""
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_3"
puts "# Create face to be offset, by dedicated command"
pload QAcommands
#############################################
# Invalid topology of the general fuse result
#############################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_1"
restore [locate_data_file bug28200_sh.brep] sh
sewing sh sh 1.0
#######################################################################
# Bad result of general fuse
#######################################################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_1"
restore [locate_data_file bug28551_ts_orig.brep] ts0
restore [locate_data_file bug28551_pc_orig.brep] pc
#########################################################################
# BRepBuilderAPI_Sewing produces too small edge covered by its vertices
#########################################################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_2"
restore [locate_data_file OCC714.brep] a
#########################################################################
# BRepBuilderAPI_Sewing produces too small edge covered by its vertices
#########################################################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_1"
restore [locate_data_file OCC22804-sew_bug.brep] a
#########################################################################
# BRepBuilderAPI_Sewing produces too small edge covered by its vertices
#########################################################################
-
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_1"
restore [locate_data_file 22770-tramp.brep] a
restore [locate_data_file 22770-trans.brep] b
#########################################################################
# BRepBuilderAPI_Sewing produces too small edge covered by its vertices
#########################################################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_4"
restore [locate_data_file 22770-tramp.brep] a
restore [locate_data_file 22770-trans.brep] b
#########################################################################
# BRepBuilderAPI_Sewing produces too small edge covered by its vertices
#########################################################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_1"
restore [locate_data_file 22770-tramp.brep] a
restore [locate_data_file 22770-trans.brep] b
########################################
# Refactoring of the Warning/Error reporting system of Boolean Operations Algorithm
########################################
+puts "TODO CR32226 ALL: Faulty shapes in variables faulty_1 to faulty_1"
vertex v 0 0 0
vertex v1 1.e-5 0 0
#################################################
# Avoid inheritance of the BRepAlgoAPI_Check from BRepBuilderAPI_MakeShape
#################################################
+puts "TODO CR32255 ALL: Check on small edges is still enabled"
+puts "TODO CR32255 ALL: The check on types is invalid"
puts "check simple box"
#################################################
# Regression vs 7.2.0: Wrong result of CUT operation
#################################################
+puts "TODO CR32209 ALL: Faulty shapes in variables faulty_1 to faulty_1"
brestore [locate_data_file bug29688_shape.brep] s1
brestore [locate_data_file bug29688_tool.brep] s2
puts "0030490: Modeling Algorithms - Incomplete result of Cut operation"
puts "========"
puts ""
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_17"
restore [locate_data_file bug30490_ar_shape_to_cuts.brep] s1
restore [locate_data_file bug30490_ar_cutting_shapes.brep] s2
puts "0030522: Modeling Algorithms - BRepBuilderAPI_MakeWire produces different wires depending on the order of parameters"
puts "========"
puts ""
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_1"
restore [locate_data_file bug30522_w_line12.brep] w1
restore [locate_data_file bug30522_w_line21.brep] w2
puts "OCC31735: BRepOffset_MakeOffset works slowly and produces wrong result"
puts "======================================================================"
puts ""
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_2"
restore [locate_data_file bug31735_2.brep] a
explode a
#####################################################
puts " Solid_14 will be the face which is unvisible during displaying entire solid."
#####################################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_2"
restore [locate_data_file OCC17.brep] sh
###########################################
## ABug of a symmetry on this specific attached BREP shape.
###########################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_1"
restore [locate_data_file OCC175.brep] result
checkshape result
puts "OCC254"
puts "================"
puts ""
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_6"
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_2"
restore [locate_data_file OCC254-1.brep] shape1
+breducetolerance shape1
checkshape shape1
restore [locate_data_file OCC254-3.brep] shape3
puts " OCC258 "
puts "(case 1)"
puts "========================"
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_1"
-restore [locate_data_file shading_143.brep] result
+restore [locate_data_file shading_143.brep] r1
+fixshape result r1
checkshape result
tclean result
vfit
triangles result
-checktrinfo result -tri 78 -nod 82
+checktrinfo result -tri 77 -nod 81
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
puts "(case 2)"
puts "========================"
-restore [locate_data_file shading_144.brep] result
+restore [locate_data_file shading_144.brep] r1
+fixshape result r1
checkshape result
tclean result
vfit
triangles result
-checktrinfo result -tri 78 -nod 80
+checktrinfo result -tri 74 -nod 76
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
###############################################
## BRepAlgo_Sewing does not sew attached shape with any tolerance.
###############################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_3"
pload XDE
#############################################
## No possibility to make a fillet 13 at the inner edge of the shape
#############################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_9"
restore [locate_data_file OCC601.brep] a
checkshape a
puts "=================================="
puts "It takes visual check for this BUG"
puts "=================================="
+puts "TODO CR32209 ALL: Faulty shapes in variables faulty_1 to faulty_1"
restore [locate_data_file pro20333a.brep] result
checkshape result
#######################################################
## Wire explorer raises exception
#######################################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_2"
restore [locate_data_file bug23982_Cowl_965.brep] result
################################################################
## Two breps cause intersections to loop for too long/infinitely
################################################################
+puts "TODO CR32209 ALL: Faulty shapes in variables faulty_1 to faulty_1"
# The main idea of the test is performance meter.
###################################################
# Operation "splitshape" in the Test Harness give invalid result on the attached case.
###################################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_2"
restore [locate_data_file bug27520_SplitShape10.brep] shape
restore [locate_data_file bug27520_SplitEdges10.brep] edges
###################################################
# Operation "splitshape" in the Test Harness give invalid result on the attached case.
###################################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_1"
restore [locate_data_file bug27520_SplitShape2.brep] shape
restore [locate_data_file bug27520_SplitEdges2.brep] edges
###################################################
# Operation "splitshape" in the Test Harness give invalid result on the attached case.
###################################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_1"
restore [locate_data_file bug27520_SplitShape3.brep] shape
restore [locate_data_file bug27520_SplitEdges3.brep] edges
###################################################
# Operation "splitshape" in the Test Harness give invalid result on the attached case.
###################################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_1"
restore [locate_data_file bug27520_SplitShape4.brep] shape
restore [locate_data_file bug27520_SplitEdges4.brep] edges
###################################################
# Operation "splitshape" in the Test Harness give invalid result on the attached case.
###################################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_1"
restore [locate_data_file bug27520_SplitShape5.brep] shape
restore [locate_data_file bug27520_SplitEdges5.brep] edges
###################################################
# Operation "splitshape" in the Test Harness give invalid result on the attached case.
###################################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_1"
restore [locate_data_file bug27520_SplitShape6.brep] shape
restore [locate_data_file bug27520_SplitEdges6.brep] edges
###################################################
# Operation "splitshape" in the Test Harness give invalid result on the attached case.
###################################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_1"
restore [locate_data_file bug27520_SplitShape7.brep] shape
restore [locate_data_file bug27520_SplitEdges7.brep] edges
###################################################
# Operation "splitshape" in the Test Harness give invalid result on the attached case.
###################################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_2"
restore [locate_data_file bug27520_SplitShape8.brep] shape
restore [locate_data_file bug27520_SplitEdges8.brep] edges
###################################################
# Operation "splitshape" in the Test Harness give invalid result on the attached case.
###################################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_2"
restore [locate_data_file bug27520_SplitShape9.brep] shape
restore [locate_data_file bug27520_SplitEdges9.brep] edges
#######################################################################
# Incorrect cutting BRepMesh_FastDiscretFace
#######################################################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_63"
stepread [locate_data_file OCC22145.stp] a *
##########################################################################
# Crash importing STeP file
##########################################################################
+puts "TODO CR32209 ALL: Faulty shapes in variables faulty_1 to faulty_3"
stepread [locate_data_file bug26451_Test_STEP.stp] a *
tpcompound result
puts "========"
puts "OCC272"
puts "========"
-
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_1"
stepread [locate_data_file test-m020306-v2.stp] a *
###########################################
# Reading STEP file gives an empty result
###########################################
+puts "TODO CR32209 ALL: Faulty shapes in variables faulty_1 to faulty_10"
stepread [locate_data_file bug27575_Outer_Shell.stp] a *
renamevar a_1 result
##########################################################################
# Various problems in SAT export
##########################################################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_3"
stepread [locate_data_file bug28871_cuffie.stp] a *
tpcompound result
puts "# 0029029: E x c e p t i o n Raised with no Result during reading file 2033zsh1_1.stp"
puts "# ====================================================================="
puts ""
-puts "TODO 29029 ALL: Faulty shapes in variables faulty_1 to faulty_2"
+#puts "TODO 29029 ALL: Faulty shapes in variables faulty_1 to faulty_2"
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_5"
set filepath [locate_data_file bug29029_2033zsh1_1.stp]
stepread $filepath a *
puts "========================"
puts "0030052: Data Exchange -"
puts "========================"
+puts "TODO CR32209 ALL: Faulty shapes in variables faulty_1 to faulty_15"
stepread [locate_data_file KM63UTFBHS116.STP] a *
renamevar a_1 result
puts "========================"
puts "0030052: Data Exchange "
puts "========================"
+puts "TODO CR32226 ALL: Faulty shapes in variables faulty_1 to faulty_2"
stepread [locate_data_file TM711MF160X150R2DHA.STP] a *
renamevar a_1 result
puts "========================"
puts "0030052: Data Exchange "
puts "========================"
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_1"
stepread [locate_data_file C11816W.STP] a *
renamevar a_1 result
puts "0031711: Data Exchange - STEPCAFControl_Reader hangs on attached file in an infinite loop"
puts "=========="
puts ""
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_31"
# to prevent loops limit to 2 minute
cpulimit 120
puts "OCC365"
puts "========"
puts ""
+puts "TODO CR32209 ALL: Faulty shapes in variables faulty_1 to faulty_2"
cpulimit 3000
######################################################
# After translation attached file obtained shape is invalid.
######################################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_2"
stepread [locate_data_file OCC5099.stp] a *
tpcompound result
########################################
## After reading from STEP file invalid shape was obtained.
########################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_90"
cpulimit 2000
######################################################
# Exception is raised during mesh preparation for shading mode representation
######################################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_3"
restore [locate_data_file OCC1055.brep] a
checkshape a
puts "ShapeFix_Wireframe does not process separate wires"
puts "================"
puts ""
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_3"
restore [locate_data_file OCC1430-1.brep] a
checkshape a
######################################################
# Problems with IGES file locations
######################################################
-
+puts "TODO CR32226 ALL: Faulty shapes in variables faulty_1 to faulty_1"
igesbrep [locate_data_file OCC15220.igs] result *
puts "========"
puts "Fix missing seam don't add seam "
puts ""
+puts "TODO CR32229 ALL: Faulty shapes in variables faulty_1 to faulty_1"
restore [locate_data_file OCC168.brep] a
if { [string compare $command chamf_sequence] == 0 && [string compare $group dist_dist] == 0 } {
puts "TODO OCC22909 All: compute of chamfer failed"
}
+puts "TODO CR32209 ALL: Faulty shapes in variables faulty_1 to faulty_1"
CHECKSHAPE : Wires = 6 ( 6 ) Faces = 6 ( 6 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 47 ( 47 ) Shell = 47 ( 47 ) Face = 4454 ( 4454 )
STATSHAPE : Solid = 80 ( 80 ) Shell = 80 ( 80 ) Face = 5356 ( 5356 ) FreeWire = 0 ( 0 )
-TOLERANCE : MaxTol = 2.371238233 ( 2.449305641 ) AvgTol = 0.001672277308 ( 0.002589629313 )
+TOLERANCE : MaxTol = 2.371238233 ( 2.449305641 ) AvgTol = 0.002122963695 ( 0.002589629313 )
LABELS : N0Labels = 52 ( 52 ) N1Labels = 86 ( 86 ) N2Labels = 0 ( 0 ) TotalLabels = 138 ( 138 ) NameLabels = 136 ( 136 ) ColorLabels = 47 ( 47 ) LayerLabels = 0 ( 0 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 11 ( 11 )
# Original bug : cts20194
# Date : 23 Nov 98
-puts "TODO OCC22803 All:Faulty shapes in variables faulty_1 to faulty_2"
+#puts "TODO OCC22803 All:Faulty shapes in variables faulty_1 to faulty_2"
+puts "TODO CR32226 ALL: Faulty shapes in variables faulty_1 to faulty_3"
restore [locate_data_file CFE903_cts20ggq.rle] base
puts "TODO OCC23127 ALL: Error : The area of the resulting shape is"
}
if {[string compare $command "SplitAngle"] == 0 } {
- puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_6 "
+# puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_6 "
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_32"
}
+
restore [locate_data_file Hutablage.brep] a
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_36"
+}
restore [locate_data_file Inner.brep] a
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_23"
+}
restore [locate_data_file Radhaus.brep] a
if {[string compare $command "SplitAngle"] == 0 } {
- puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_4 "
+# puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_4 "
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_51"
}
-restore [locate_data_file TEBIS.brep] a
+restore [locate_data_file TEBIS.brep] r1
+fixshape a r1
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_22"
+}
restore [locate_data_file allibert.brep] a
-restore [locate_data_file twingo.brep] a
-
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_30"
+}
+restore [locate_data_file twingo.brep] r1
+fixshape a r1
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_43"
+}
restore [locate_data_file BUC60328.rle] a
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_27"
+}
restore [locate_data_file BUC60391.rle] a
if {[string compare $command "SplitAngle"] == 0 } {
}
-restore [locate_data_file FRA61952.rle] a
-
+restore [locate_data_file FRA61952.rle] r1
+fixshape a r1
+breducetolerance a
if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_1"
}
-restore [locate_data_file FRA61955.rle] a
-
+restore [locate_data_file FRA61955.rle] r1
+fixshape a r1
+breducetolerance a
if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_1"
}
restore [locate_data_file FRA61958.rle] a
if {[string compare $command "SplitAngle"] == 0 } {
- puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_4 "
+# puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_4 "
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_10"
}
-restore [locate_data_file PRO17828.rle] a
+restore [locate_data_file PRO17828.rle] r1
+fixshape a r1
+breducetolerance a
-restore [locate_data_file ma-test3.rle] a
-
+restore [locate_data_file ma-test3.rle] r1
+fixshape a r1
+breducetolerance a
-restore [locate_data_file ma-test5.rle] a
-
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_1"
+}
+restore [locate_data_file ma-test5.rle] r1
+fixshape a r1
+breducetolerance a
-restore [locate_data_file ma-test8.rle] a
-
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_1"
+}
+restore [locate_data_file ma-test8.rle] r1
+fixshape a r1
+breducetolerance a
}
if {[string compare $command "SplitAngle"] == 0 } {
puts "TODO OCC23127 ALL: Status: FAIL2"
- puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_2"
+# puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_2"
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_3"
}
restore [locate_data_file ma-test9.rle] a
}
if {[string compare $command "SplitAngle"] == 0 } {
puts "TODO OCC23127 ALL: Status: FAIL2"
- puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_2"
+# puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_2"
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_3"
}
restore [locate_data_file ma-test10.rle] a
-restore [locate_data_file cts18078-part.rle] a
-
+restore [locate_data_file cts18078-part.rle] r1
+fixshape a r1
+breducetolerance a
\ No newline at end of file
#if { [string compare $command "ShapeConvertRev"] == 0 } {
#puts "TODO OCC23127 ALL: Error : The area of the resulting shape is"
#}
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_3"
+}
restore [locate_data_file CTO901_cts20172_base.rle] a
-restore [locate_data_file CTO904_cts20176a.rle] a
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_3"
+}
+restore [locate_data_file CTO904_cts20176a.rle] r1
+fixshape a r1
+breducetolerance a
#Delete invalid (in terms of bug#25109) triangulation
tclean a
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_58"
+}
restore [locate_data_file CTO904_cts20290a.rle] a
if {[string compare $command "SplitAngle"] == 0 } {
- puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_2 "
+# puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_2 "
+ puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_7"
}
-restore [locate_data_file topo105.brep] a
-
+restore [locate_data_file topo105.brep] r1
+fixshape a r1
+breducetolerance a
if {[string compare $command "SplitAngle"] == 0 } {
puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_2 "
}
-restore [locate_data_file CTO908_topo107-o.brep] a
-
+restore [locate_data_file CTO908_topo107-o.brep] r1
+fixshape a r1
if {[string compare $command "SplitAngle"] == 0 } {
- puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_2 "
+# puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_2 "
+ puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_46"
}
-restore [locate_data_file CTO908_topo108-o.brep] a
+restore [locate_data_file CTO908_topo108-o.brep] r1
+fixshape a r1
+breducetolerance a
-restore [locate_data_file CTO908_topo108.brep] a
-
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_46"
+}
+restore [locate_data_file CTO908_topo108.brep] r1
+fixshape a r1
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_2"
+}
restore [locate_data_file a1] a
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_5"
+}
restore [locate_data_file tool_1.brep] a
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_4"
+}
restore [locate_data_file 866026_M.brep] a
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_25"
+}
restore [locate_data_file 990043_53M.brep] a
# puts "TODO OCC23127 ALL: Error : The area of the resulting shape is"
#}
if {[string compare $command "SplitAngle"] == 0 } {
- puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_3 "
+# puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_3 "
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_91"
}
-restore [locate_data_file ACAR.brep] a
+restore [locate_data_file ACAR.brep] r1
+fixshape a r1
#if { [string compare $command "ShapeConvertRev"] == 0 } {
# puts "TODO OCC23127 ALL: Error : The area of the resulting shape is"
#}
-
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_14"
+}
restore [locate_data_file BORNIER80.brep] a
# puts "TODO OCC23127 ALL: Error : The area of the resulting shape is"
#}
if {[string compare $command "SplitAngle"] == 0 } {
- puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_4 "
+# puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_4 "
+ puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_31"
}
-restore [locate_data_file CAPOT75.brep] a
+restore [locate_data_file CAPOT75.brep] r1
+fixshape a r1
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_12"
+}
restore [locate_data_file CENDRIER.brep] a
if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_41"
}
restore [locate_data_file CONTOUR-VITRE.brep] a
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_13"
+}
restore [locate_data_file COUVERTGUI.brep] a
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_2"
+}
restore [locate_data_file DECKEL2906.brep] a
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_15"
+}
restore [locate_data_file FL-GEH-1.brep] a
if {[string compare $command "SplitAngle"] == 0 } {
- puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_4 "
+# puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_4 "
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_16"
}
-restore [locate_data_file FL21520217.brep] a
+restore [locate_data_file FL21520217.brep] r1
+fixshape a r1
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_93"
+}
restore [locate_data_file GOUVERGUI.brep] a
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_10"
+}
restore [locate_data_file HANDLE.brep] a
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_9"
+}
restore [locate_data_file HOUSING_C.brep] a
if {[string compare $command "SplitAngle"] == 0 } {
- puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_1 "
+# puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_1 "
+ puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_2"
}
-restore [locate_data_file KLOSTER-2.brep] a
+restore [locate_data_file KLOSTER-2.brep] r1
+fixshape a r1
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_8"
+}
restore [locate_data_file LIPSTICK.brep] a
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_1"
+}
restore [locate_data_file LUEFTER-01.brep] a
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_27"
+}
restore [locate_data_file METABO1.brep] a
#if { [string compare $command "ShapeConvertRev"] == 0 } {
# puts "TODO OCC23127 ALL: Error : The area of the resulting shape is"
#}
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_9"
+}
restore [locate_data_file METABO11.brep] a
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_7"
+}
restore [locate_data_file METABO12.brep] a
#if { [string compare $command "ShapeConvertRev"] == 0 } {
# puts "TODO OCC23127 ALL: Error : The area of the resulting shape is"
#}
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_48"
+}
restore [locate_data_file METABO2.brep] a
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_3"
+}
restore [locate_data_file METABO5.brep] a
if {[string compare $command "SplitAngle"] == 0 } {
- puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_2 "
+# puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_2 "
+ puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_10"
}
-restore [locate_data_file METABO6.brep] a
+restore [locate_data_file METABO6.brep] r1
+fixshape a r1
+breducetolerance a
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_9"
+}
restore [locate_data_file METABO8.brep] a
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_89"
+}
restore [locate_data_file P-ROUES.brep] a
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_126"
+}
restore [locate_data_file PAVILLON.brep] a
puts "TODO OCC23127 ALL: Error : The area of the resulting shape is "
}
if {[string compare $command "SplitAngle"] == 0 } {
- puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_40 "
+# puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_40 "
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_69"
}
-restore [locate_data_file pb.brep] a
+restore [locate_data_file pb.brep] r1
+fixshape a r1
+breducetolerance a
if {[string compare $command "SplitAngle"] == 0 } {
- puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_2 "
+# puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_2 "
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_189"
}
restore [locate_data_file PL-AR-OK.brep] a
if {[string compare $command "SplitAngle"] == 0 } {
- puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_2 "
+# puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_2 "
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_100"
}
-restore [locate_data_file PLANCHER-C.brep] a
+restore [locate_data_file PLANCHER-C.brep] r1
+fixshape a r1
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_4"
+}
restore [locate_data_file PROTOGUI.brep] a
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_2"
+}
restore [locate_data_file ROD-MECHA.brep] a
if {[string compare $command "SplitAngle"] == 0 } {
- puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_4 "
+# puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_4 "
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_20"
}
-restore [locate_data_file SEB-1.brep] a
-
+restore [locate_data_file SEB-1.brep] r1
+fixshape a r1
if {[string compare $command "SplitAngle"] == 0 } {
- puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_4 "
+# puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_4 "
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_20"
}
-restore [locate_data_file SEB-1B.brep] a
+restore [locate_data_file SEB-1B.brep] r1
+fixshape a r1
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_53"
+}
restore [locate_data_file sem-ori.brep] a
if {[string compare $command "SplitAngle"] == 0 } {
- puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_2 "
+# puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_2 "
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_14"
}
-restore [locate_data_file SFR1.brep] a
+restore [locate_data_file SFR1.brep] r1
+fixshape a r1
if {[string compare $command "SplitAngle"] == 0 } {
- puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_4 "
+# puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_4 "
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_57"
}
restore [locate_data_file SFR15000.brep] a
#if { [string compare $command "ShapeConvertRev"] == 0 } {
# puts "TODO OCC23127 ALL: Error : The area of the resulting shape is"
#}
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_42"
+}
restore [locate_data_file SFR2.brep] a
if {[string compare $command "SplitAngle"] == 0 } {
- puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_6 "
+# puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_6 "
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_44"
}
restore [locate_data_file SH13_75-AM.brep] a
if {[string compare $command "SplitAngle"] == 0 } {
- puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_4 "
+# puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_4 "
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_28"
}
-restore [locate_data_file TABLIER.brep] a
+restore [locate_data_file TABLIER.brep] r1
+fixshape a r1
if {[string compare $command "SplitAngle"] == 0 } {
- puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_2 "
+# puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_2 "
+ puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_11"
}
restore [locate_data_file ZWERTY.brep] a
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_16"
+}
restore [locate_data_file BUTEE-VOL4.brep] a
if {[string compare $command "SplitAngle"] == 0 } {
- puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_2 "
+# puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_2 "
+ puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_63"
}
restore [locate_data_file CAPOT.brep] a
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_72"
+}
restore [locate_data_file CAROSKI-POIGNEE.brep] a
if {[string compare $command "SplitAngle"] == 0 } {
puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_6 "
+ puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_87"
}
-restore [locate_data_file CONSOLE-SERIE.brep] a
+restore [locate_data_file CONSOLE-SERIE.brep] r1
+fixshape a r1
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_36"
+}
restore [locate_data_file DEF-N6-SOFEDIT.brep] a
if {[string compare $command "SplitAngle"] == 0 } {
- puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_42 "
+# puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_42 "
+ puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_1012"
}
-restore [locate_data_file FILE3.brep] a
+restore [locate_data_file FILE3.brep] r1
+fixshape a r1
+breducetolerance a
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_36"
+}
restore [locate_data_file FORTEST-3015VOL.brep] a
if {[string compare $command "SplitAngle"] == 0 } {
- puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_186 "
+# puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_186 "
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_133"
}
-restore [locate_data_file GER61558.brep] a
+restore [locate_data_file GER61558.brep] r1
+fixshape a r1
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_52"
+}
restore [locate_data_file HELICE.brep] a
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_7"
+}
restore [locate_data_file ICC.brep] a
if {[string compare $command "SplitAngle"] == 0 } {
- puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_1 "
+# puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_1 "
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_465"
}
restore [locate_data_file JLP1.brep] a
if {[string compare $command "SplitAngle"] == 0 } {
- puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_8 "
+# puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_8 "
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_119"
}
restore [locate_data_file MATRICE-SERIE.brep] a
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_112"
+}
restore [locate_data_file MOBILC.brep] a
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_112"
+}
restore [locate_data_file MOBILC.brep] a
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_36"
+}
restore [locate_data_file POINCON-SERIE.brep] a
if {[string compare $command "SplitAngle"] == 0 } {
- puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_8 "
+# puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_8 "
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_718"
}
restore [locate_data_file PORTE-TELCO.brep] a
if {[string compare $command "SplitAngle"] == 0 } {
- puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_11 "
+# puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_11 "
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_918"
}
restore [locate_data_file ROVER.brep] a
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_529"
+}
restore [locate_data_file lwrshoe.brep] a
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_1559"
+}
restore [locate_data_file uprshoe.brep] a
-restore [locate_data_file arx.rle] a
+restore [locate_data_file arx.rle] r1
+fixshape a r1
set rel_tol 0.015
if { [string compare $command "ShapeConvertRev"] == 0 } {
puts "TODO OCC23127 ALL: Error : The area of the resulting shape is"
}
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_2"
+}
restore [locate_data_file BUC60035-bspl-2053.rle] a
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_5"
+}
restore [locate_data_file BUC60035-revol-105.rle] a
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_8"
+}
restore [locate_data_file buc60127-part.rle] a
-restore [locate_data_file cts20736b.rle] a
+restore [locate_data_file cts20736b.rle] r1
+fixshape a r1
+breducetolerance a
+if {[string compare $command "SplitAngle"] == 0 } {
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_5"
+}
restore [locate_data_file pro14240d.rle] a
puts "TODO OCC23127 ALL: Error : The area of the resulting shape is"
}
if {[string compare $command "SplitAngle"] == 0 } {
- puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_4 "
+# puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_4 "
+ puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_1"
}
-restore [locate_data_file CTO900_pro5363c.rle] a
+restore [locate_data_file CTO900_pro5363c.rle] r1
+fixshape a r1
+breducetolerance a
-restore [locate_data_file CTO900_buc60127-part.rle] a
+puts "TODO CR32209 ALL: Faulty shapes in variables faulty_1 to faulty_4"
+restore [locate_data_file CTO900_buc60127-part.rle] r
puts "TODO OCC24156 MacOS: Faulty shapes in variables faulty_1 to faulty_"
-restore [locate_data_file CTO900_pro5363c.rle] a
+restore [locate_data_file CTO900_pro5363c.rle] r
+fixshape a r
\ No newline at end of file
-restore [locate_data_file aaa.rle] a
+puts "TODO CR32209 ALL: Faulty shapes in variables faulty_1 to faulty_4"
+
+restore [locate_data_file aaa.rle] r
+fixshape a r
+breducetolerance a
\ No newline at end of file
-restore [locate_data_file face.rle] a
+puts "TODO CR32209 ALL: Faulty shapes in variables faulty_1 to faulty_1"
+
+restore [locate_data_file face.rle] r
+fixshape a r
+breducetolerance a
\ No newline at end of file
puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_2"
}
puts "TODO OCC24156 MacOS: Faulty shapes in variables faulty_1 to faulty_"
+puts "TODO CR32209 ALL: Faulty shapes in variables faulty_1 to faulty_11"
restore [locate_data_file rrr.rle] a
+
-restore [locate_data_file sh.rle] a
+puts "TODO CR32209 ALL: Faulty shapes in variables faulty_1 to faulty_1"
+
+restore [locate_data_file sh.rle] r
+fixshape a r
+breducetolerance a
\ No newline at end of file
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_1"
+
restore [locate_data_file RevolutionFG.rle] a
-puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_1"
+#puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_1"
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_2"
+
restore [locate_data_file aaa.rle] a
+puts "TODO CR32209 ALL: Faulty shapes in variables faulty_1 to faulty_2"
restore [locate_data_file CTO900_buc60127-part.rle] a
+puts "TODO CR32209 ALL: Faulty shapes in variables faulty_1 to faulty_4"
+
restore [locate_data_file CTO900_cts18078-part.rle] a
+puts "TODO CR32209 ALL: Faulty shapes in variables faulty_1 to faulty_3"
restore [locate_data_file face.rle] a
-puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_1"
+#puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_1"
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_3"
restore [locate_data_file rrr.rle] a
+puts "TODO CR32209 ALL: Faulty shapes in variables faulty_1 to faulty_1"
restore [locate_data_file sh.rle] a
+breducetolerance a
\ No newline at end of file
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_2"
restore [locate_data_file newFS.rle] a
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_4"
restore [locate_data_file shell_orient.rle] result
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_4"
restore [locate_data_file shell_orient.rle] s
+puts "TODO CR32209 ALL: Faulty shapes in variables faulty_1 to faulty_2"
restore [locate_data_file CFI_o12__fix.rle] a
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_8"
restore [locate_data_file CTO900_buc60127-part.rle] a
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_4"
restore [locate_data_file CTO900_cts18078-part.rle] a
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_4"
restore [locate_data_file sh.rle] a
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_1"
restore [locate_data_file aaa.rle] a
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_4"
+
restore [locate_data_file CTO900_buc60127-part.rle] a
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_4"
+
restore [locate_data_file CTO900_cts18078-part.rle] a
-puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_2"
+#puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_2"
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_3"
+
restore [locate_data_file DSE3.rle] a
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_2"
restore [locate_data_file DSEwithTol1.rle] a
-restore [locate_data_file face.rle] a
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_1"
+
+restore [locate_data_file face.rle] r1
+fixshape a r1
+breducetolerance a
+puts "TODO CR32226 ALL: Faulty shapes in variables faulty_1 to faulty_1"
+
restore [locate_data_file RevolutionFG.rle] a
+puts "TODO CR32226 ALL: Faulty shapes in variables faulty_1 to faulty_12"
+
restore [locate_data_file ForDSE.rle] a
+puts "TODO CR32226 ALL: Faulty shapes in variables faulty_1 to faulty_2"
+
restore [locate_data_file newFS.rle] a
+puts "TODO CR32226 ALL: Faulty shapes in variables faulty_1 to faulty_1"
+
restore [locate_data_file RevolutionFG.rle] a
-restore [locate_data_file sh.rle] a
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_1"
+
+restore [locate_data_file sh.rle] r1
+fixshape a r1
+breducetolerance a
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_4"
+
restore [locate_data_file shell_orient.rle] a
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_16"
restore [locate_data_file bottle.brep] a
-restore [locate_data_file Fourche7corrige.brep] a
+restore [locate_data_file Fourche7corrige.brep] r1
+fixshape a r1
+breducetolerance a
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_3"
+
restore [locate_data_file sew1.brep] a
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_3"
+
restore [locate_data_file sew2.brep] a
-puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_2"
+#puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_2"
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_3"
restore [locate_data_file aaa.rle] a
-puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_1"
+#puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_1"
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_4"
restore [locate_data_file cc.rle] a
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_2"
restore [locate_data_file CTO900_buc60127-part.rle] a
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_4"
restore [locate_data_file CTO900_cts18078-part.rle] a
-puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_2"
+#puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_2"
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_1"
-restore [locate_data_file DSE3.rle] a
+restore [locate_data_file DSE3.rle] r1
+fixshape a r1
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_2"
restore [locate_data_file DSEwithTol1.rle] a
-restore [locate_data_file face.rle] a
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_1"
+
+restore [locate_data_file face.rle] r1
+fixshape a r1
+breducetolerance a
+
+puts "TODO CR32226 ALL: Faulty shapes in variables faulty_1 to faulty_1"
restore [locate_data_file RevolutionFG.rle] a
+puts "TODO CR32226 ALL: Faulty shapes in variables faulty_1 to faulty_12"
+
restore [locate_data_file ForDSE.rle] a
+puts "TODO CR32226 ALL: Faulty shapes in variables faulty_1 to faulty_2"
restore [locate_data_file newFS.rle] a
+puts "TODO CR32226 ALL: Faulty shapes in variables faulty_1 to faulty_1"
restore [locate_data_file RevolutionFG.rle] a
-puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_2"
+#puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_2"
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_6"
restore [locate_data_file rrr.rle] a
-restore [locate_data_file sh.rle] a
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_1"
+
+restore [locate_data_file sh.rle] r1
+fixshape a r1
+breducetolerance a
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_4"
restore [locate_data_file shell_orient.rle] a
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_16"
restore [locate_data_file bottle.brep] a
-restore [locate_data_file Fourche7corrige.brep] a
+restore [locate_data_file Fourche7corrige.brep] r1
+fixshape a r1
+breducetolerance a
###############################################
# Access violation in BRepOffset_MakeOffset
###############################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_6"
restore [locate_data_file OCC26464-extracted_Plate5520contour.brep] sh
###############################################
# Access violation in BRepOffset_MakeOffset
###############################################
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_6"
restore [locate_data_file OCC26464-extracted_Plate5520contour.brep] sh
#old file filtercb
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_14"
restore [locate_data_file CHE_filter.rle] s
OFFSETSHAPE -.0015 {s_26 s_27 s_28 s_29} $calcul $type
puts "TODO OCC25406 ALL: Error: bsection of the result and s is not equal to zero"
puts "TODO OCC23068 ALL:Error\\s*:\\s*.*The volume"
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_1"
+
ellipse w1 0 0 0 15 10
mkedge w1 w1 0 pi/2
trotate w1 0 0 0 1 0 0 90
OFFSETSHAPE 1 {} $calcul $type
+fixshape result result
+breducetolerance result
checkprops result -v 0
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_2"
+
# Test data:
puts "USER GUID: N/A"
restore [locate_data_file bug26663_test_offset_J8.brep] s
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_2"
+
# Test data:
puts "USER GUID: N/A"
restore [locate_data_file bug26663_test_offset_K4.brep] s
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_1"
+
# Test data:
puts "USER GUID: N/A"
restore [locate_data_file bug26663_test_offset_K7.brep] s
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_1"
+
# Test data:
puts "USER GUID: N/A"
restore [locate_data_file bug26663_test_offset_J9.brep] s
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_1"
+
# Test data:
puts "USER GUID: 04A16521-038C-4639-851C-A7933BDDE511"
restore [locate_data_file bug27954_E06.brep] s
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_2"
+
# Test data:
puts "USER GUID: 1F354708-BED2-49BE-9EFC-CFB80F35B632"
restore [locate_data_file bug27954_E15.brep] s
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_2"
+
# Test data:
puts "USER GUID: HA-2502"
restore [locate_data_file bug27954_E20.brep] s
+puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_3"
+
# Test data:
puts "USER GUID: HA-3623a"
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_1"
+
# Test data:
puts "USER GUID: HA-3623b"
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_1"
+
# Test data:
puts "USER GUID: HA-3623c"
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_1"
+
# Test data:
puts "USER GUID: HA-3781"
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_1"
+
# Test data:
puts "USER GUID: HA-3781"
+puts "TODO CR32287 ALL: Faulty shapes in variables faulty_1 to faulty_1"
restore [locate_data_file offset_wire_015.brep] s
set length 768.162
+puts "TODO CR32287 ALL: Faulty shapes in variables faulty_1 to faulty_2"
+
restore [locate_data_file offset_wire_078.brep] s
set length 452.32
+puts "TODO CR32287 ALL: Faulty shapes in variables faulty_1 to faulty_3"
+
restore [locate_data_file offset_wire_081.brep] s
set length 376.906
+puts "TODO CR32287 ALL: Faulty shapes in variables faulty_1 to faulty_5"
+
puts "TODO OCC24156 MacOS: Error : The resulting shape is WRONG"
restore [locate_data_file offset_wire_103.brep] s
puts "TODO OCC24156 MacOS: Error : The resulting shape is WRONG"
+puts "TODO CR32287 ALL: Faulty shapes in variables faulty_1 to faulty_1"
restore [locate_data_file offset_wire_103.brep] s
+puts "TODO CR32287 ALL: Faulty shapes in variables faulty_1 to faulty_1"
+
restore [locate_data_file offset_wire_015.brep] s
set length 830.837
-puts "TODO OCC23068 ALL: Faulty shapes in variables faulty_1 to faulty_2"
+#puts "TODO OCC23068 ALL: Faulty shapes in variables faulty_1 to faulty_2"
+puts "TODO CR32287 ALL: Faulty shapes in variables faulty_1 to faulty_1"
+puts "TODO CR32287 ALL: Faulty shapes in variables faulty_1 to faulty_3"
restore [locate_data_file offset_wire_037.brep] s
+puts "TODO CR32287 ALL: Faulty shapes in variables faulty_1 to faulty_1"
+
restore [locate_data_file offset_wire_044.brep] s
set length 33.0816
+puts "TODO CR32287 ALL: Faulty shapes in variables faulty_1 to faulty_1"
+
restore [locate_data_file offset_wire_079.brep] s
set length 111.739
+puts "TODO CR32287 ALL: Faulty shapes in variables faulty_1 to faulty_2"
+
restore [locate_data_file offset_wire_081.brep] s
set length 401.356
puts "TODO OCC23068 ALL: Error : The resulting shape is WRONG"
+puts "TODO CR32287 ALL: Faulty shapes in variables faulty_1 to faulty_3"
restore [locate_data_file offset_wire_001.brep] s
set length 8.78837
+puts "TODO CR32287 ALL: Faulty shapes in variables faulty_1 to faulty_6"
restore [locate_data_file offset_wire_075.brep] s
+puts "TODO CR32287 ALL: Faulty shapes in variables faulty_1 to faulty_2"
+
restore [locate_data_file offset_wire_001.brep] s
set length 9.26702
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_1"
+
restore [locate_data_file bug26663_test_offset_J3.brep] s
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
checknbshapes result -ref [lrange [nbshapes s] 8 19]
puts "TODO OCC26577 All: Error : is WRONG because number of EDGE entities in shape"
puts "TODO OCC26577 All: Error : is WRONG because number of SHELL entities in shape"
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_2"
+
restore [locate_data_file bug26663_test_offset_J9.brep] s
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
checknbshapes result -ref [lrange [nbshapes s] 8 19]
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_1"
+
restore [locate_data_file bug26663_test_offset_K8.brep] s
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
checknbshapes result -ref [lrange [nbshapes s] 8 19]
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_1"
+
restore [locate_data_file bug26663_test_offset_M2.brep] s
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
checknbshapes result -ref [lrange [nbshapes s] 8 19]
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_1"
+
restore [locate_data_file bug26663_test_offset_G4.brep] s
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
checknbshapes result -ref [lrange [nbshapes s] 8 19]
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_1"
+
restore [locate_data_file bug26663_test_offset_J3.brep] s
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
checknbshapes result -ref [lrange [nbshapes s] 8 19]
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_1"
+
restore [locate_data_file bug26663_test_offset_K8.brep] s
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
checknbshapes result -ref [lrange [nbshapes s] 8 19]
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_1"
+
restore [locate_data_file bug26663_test_offset_M2.brep] s
OFFSETSHAPE ${off_param} {} ${calcul} ${type}
checknbshapes result -ref [lrange [nbshapes s] 8 19]
+puts "TODO CR32287 ALL: Faulty shapes in variables faulty_1 to faulty_2"
+
+
cpulimit 600
puts "========"
puts "(case 2)"
puts "========"
puts ""
+puts "TODO CR32287 ALL: Faulty shapes in variables faulty_1 to faulty_16"
dchrono h2 restart
####################
##cpulimit 4000
+puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_3"
+
pload XDE
+puts "TODO CR32272 ALL: Error : Number of faults is 2"
+
restore [locate_data_file CCH_indushej.rle] a
sewing result $tol a
#puts "TODO OCC24592 ALL: Error : Number of free edges is"
+puts "TODO CR32272 ALL: Error : Number of faults is 20"
+
restore [locate_data_file CCH_indusheq.rle] a
sewing result $tol a
+puts "TODO CR32226 ALL: Error : Number of faults is 7"
+
restore [locate_data_file 4_O1(hlacg06).draw] a
sewing result $tol a
+puts "TODO CR32226 ALL: Error : Number of faults is 7"
+
restore [locate_data_file CFI_pro11907.rle] a
sewing result $tol a
+puts "TODO CR32226 ALL: Error : Number of faults is 46"
+
+
puts "TODO OCC24592 ALL: Error: Max tolerance"
restore [locate_data_file CIN902_intcqhmq.rle] a
#puts "TODO OCC24592 ALL: Error : Number of free edges is"
+puts "TODO CR32226 ALL: Error : Number of faults is 41"
+
restore [locate_data_file CIN902_intcqhmr.rle] a
sewing result $tol a
-puts "TODO OCC24592 ALL: Error : Number of free edges is"
+#puts "TODO OCC24592 ALL: Error : Number of free edges is"
#puts "TODO OCC24592 ALL: Error : Number of faults is"
+puts "TODO CR32272 ALL: Error : Number of faults is 24"
+
restore [locate_data_file CNP002_projoiep.rle] a
sewing result $tol a
+puts "TODO CR32272 ALL: Error : Number of faults is 2"
+
restore [locate_data_file CTO900_cts40185_ailette.rle] a
sewing result $tol a
+puts "TODO CR32272 ALL: Error : Number of faults is 6"
+
restore [locate_data_file ma-test3.rle] a
sewing result $tol a
+puts "TODO CR32272 ALL: Error : Number of faults is 2"
+
restore [locate_data_file CTO904_pro10095b.rle] a
sewing result $tol a
restore [locate_data_file buc60281_2.rle] w2
restore [locate_data_file buc60281_3.rle] w3
thrusections result 0 0 w1 w2 w3
+fixshape result result
+breducetolerance result
checkprops result -s 476995
restore [locate_data_file cts21570_1.rle] w1
restore [locate_data_file cts21570_2.rle] w2
thrusections result 1 0 w1 w2
+fixshape result result
+breducetolerance result
checkprops result -s 29817.5
restore [locate_data_file cts21570_1.rle] w1
restore [locate_data_file cts21570_2.rle] w2
thrusections result 1 0 w2 w1
+fixshape result result
+breducetolerance result
checkprops result -s 29817.5
restore [locate_data_file cts21570_2.rle] w2
orientation w1 F
thrusections result 1 0 w1 w2
+fixshape result result
+breducetolerance result
checkprops result -s 29817.5
restore [locate_data_file cts21570_2.rle] w2
orientation w1 F
thrusections result 1 0 w2 w1
+fixshape result result
+breducetolerance result
checkprops result -s 29817.5
orientation w1 F
orientation w2 R
thrusections result 1 0 w1 w2
+fixshape result result
+breducetolerance result
checkprops result -s 29817.5
orientation w1 F
orientation w2 R
thrusections result 1 0 w2 w1
+fixshape result result
+breducetolerance result
checkprops result -s 29817.5
orientation w2 R
orientation w1 R
thrusections result 1 0 w1 w2
+fixshape result result
+breducetolerance result
checkprops result -s 29817.5
orientation w2 R
orientation w1 R
thrusections result 1 0 w2 w1
+fixshape result result
+breducetolerance result
checkprops result -s 29817.5