mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Test for 0025930: thickness of spherical cap is invalid Test for 0025939: SIGSEGV in MakeThickSolid Test for 0025940: MakeThickSolid creates C0 continuous edges Test for 0026604: GeomFill_Pipe doesn't fit given bounds Test for 0026655: ChFi3d_Builder algorithm fails to build fillets if some input edges connect with seam edges Test for 0026697: BRepFeat_MakePrism returns empty compound Test for 0026716: Mesher cannot create a mesh of brep model due to ShapeFix_Wire::FixShifted() Test for 0026735: Adjacent perpendicular edges are detected as overlapped by DRAW command checkoverlap. Test for 0026793: General Fuse algorithm produces incorrect result Test for 0026795: Unable to perform General Fuse operation on the attached faces Test for 0026842: bopsection result does not contain any edges. Test for 0026882: Edge/Edge intersection algorithm produces incorrect result Test for 0026883: Wrong result of Boolean Operation Test for 0026889: Very poor mesh result from shape Test for 0026928: Edges are meshed too coarsly Test for 0026933: Section works unstably due to incorrect work of the method IsExistingPaveBlock Test for 0026943: Wrong projection of helix on cylinder by ShapeConstruct_ProjectCurveOnSurface Test for 0026957: Unify same domain operation is slow for multiple shells Test for 0026978: Interactive selection is insensitive to swept shell Test for 0027004: ShapeUpgrade_UnifySameDomain produces invalid result Test for 0026280: Mechanism 'ShapeFix' is unable to heal a shape Test for 0026282: Mechanism 'ShapeFix' has errors revealed by wire tool 'FixTails' Test for 0026291: BRepMesh produces mesh with gap on the attached shape Test for 0026382: BRepMesh produces internal nodes outside the face interior Test for 0027453: Wrongly meshed surface Test for 0027524: The command checkshape does not find the maximal deviation between curves representations Test for 0026225: Wrong result of chamfer in case of coinciding bound of chamfer's surface with bound of a face Test for 0026295: Sweep fails with BRepFill_ContactOnBorder Test for 0026374: GeomFill_Profiler fails to unify BSplines if one has knot distance less than PConf Test for 0026558: Failing to build isoline for offset surface Test for 0026563: Boolean cut operation in new API multi-tool mode performs fuse instead of cut Test for 0026568: Exception when creating pipe Test for 0027419: Incorrect result of Edge/Face intersection Test for 0027469: Regression vs 6.9.1: Wrong result of Edge/Face intersection Test for 0027471: Wrong result of pipe Test for 0027472: Wrong result of cut Test for 0027614: Sewing returns result with too high tolerance Test for 0026154: Visualization - v3d viewer grid disappears due to automatic z-fit Test for 0026174: Loss of color after the second write of file (iges).
97 lines
2.6 KiB
Plaintext
97 lines
2.6 KiB
Plaintext
puts "TODO CR26928 All: Error: Edges are meshed too coarsly"
|
|
puts "REQUIRED CR26928 All: Error : Colors are not equal in default coordinate and in the near coordinates too"
|
|
|
|
puts "========="
|
|
puts "CR26928"
|
|
puts "========="
|
|
puts ""
|
|
###############################
|
|
# Edges are meshed too coarsly
|
|
###############################
|
|
|
|
restore [locate_data_file bug27356_comp.brep] c
|
|
|
|
set x 168
|
|
set y 298
|
|
|
|
vinit
|
|
vdisplay c
|
|
vviewparams -scale 17.2151 -proj 0.68553 -0.268225 -0.676834 -up -0.664339 0.149845 -0.732257 -at 33.3169 24.0699 29.5546
|
|
vsetdispmode c 1
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}-vdisplay.png
|
|
if { [checkcolor $x $y 1 0 0] == 1 } {
|
|
puts ""
|
|
puts "vdisplay.png"
|
|
puts "Error: Edges are meshed too coarsly"
|
|
puts ""
|
|
} else {
|
|
puts ""
|
|
puts "vdisplay.png"
|
|
puts "OK: Edges are meshed good"
|
|
puts ""
|
|
}
|
|
|
|
incmesh c 0.715 -a 11.459
|
|
vdisplay -redisplay c
|
|
vviewparams -scale 17.2151 -proj 0.68553 -0.268225 -0.676834 -up -0.664339 0.149845 -0.732257 -at 33.3169 24.0699 29.5546
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}-0715.png
|
|
if { [checkcolor $x $y 1 0 0] == 1 } {
|
|
puts ""
|
|
puts "0715.png"
|
|
puts "Error: Edges are meshed too coarsly"
|
|
puts ""
|
|
} else {
|
|
puts ""
|
|
puts "0715.png"
|
|
puts "OK: Edges are meshed good"
|
|
puts ""
|
|
}
|
|
|
|
incmesh c 0.5 -a 11.459
|
|
vdisplay -redisplay c
|
|
vviewparams -scale 17.2151 -proj 0.68553 -0.268225 -0.676834 -up -0.664339 0.149845 -0.732257 -at 33.3169 24.0699 29.5546
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}-05.png
|
|
if { [checkcolor $x $y 1 0 0] == 1 } {
|
|
puts ""
|
|
puts "05.png"
|
|
puts "Error: Edges are meshed too coarsly"
|
|
puts ""
|
|
} else {
|
|
puts ""
|
|
puts "05.png"
|
|
puts "OK: Edges are meshed good"
|
|
puts ""
|
|
}
|
|
|
|
incmesh c 0.3 -a 11.459
|
|
vdisplay -redisplay c
|
|
vviewparams -scale 17.2151 -proj 0.68553 -0.268225 -0.676834 -up -0.664339 0.149845 -0.732257 -at 33.3169 24.0699 29.5546
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}-03.png
|
|
if { [checkcolor $x $y 1 0 0] == 1 } {
|
|
puts ""
|
|
puts "03.png"
|
|
puts "Error: Edges are meshed too coarsly"
|
|
puts ""
|
|
} else {
|
|
puts ""
|
|
puts "03.png"
|
|
puts "OK: Edges are meshed good"
|
|
puts ""
|
|
}
|
|
|
|
incmesh c 0.1 -a 11.459
|
|
vdisplay -redisplay c
|
|
vviewparams -scale 17.2151 -proj 0.68553 -0.268225 -0.676834 -up -0.664339 0.149845 -0.732257 -at 33.3169 24.0699 29.5546
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}-01.png
|
|
if { [checkcolor $x $y 1 0 0] == 1 } {
|
|
puts ""
|
|
puts "01.png"
|
|
puts "Error: Edges are meshed too coarsly"
|
|
puts ""
|
|
} else {
|
|
puts ""
|
|
puts "01.png"
|
|
puts "OK: Edges are meshed good"
|
|
puts ""
|
|
}
|