1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/mesh/bug26382
mkrylova d45edf248c 0031226: Foundation Classes - TCollection_AsciiString::IsRealValue() returns true if a string contains a non-real value
- Added comment to the method
- Added Boolean argument indicating the need for a strict
- Extended OCC11758 command in QABugs_19.cxx to verify IsRealValue()
- Updated existing places of IsRealValue() usage in ViewerTest to use new flag
2020-12-21 20:30:06 +03:00

29 lines
720 B
Plaintext

puts "========"
puts "OCC26382"
puts "========"
puts ""
###############################################################
# BRepMesh produces internal nodes outside the face interior
###############################################################
restore [locate_data_file bug26382_test.brep] result
tclean result
vinit
vsetdispmode 1
vdisplay result
set scale 455.627
set proj_x 0.521827
set proj_y -0.641161
set proj_z 0.56268
set up_x -0.400279
set up_y 0.398446
set up_z 0.825238
set at_x 146.11
set at_y -109.936
set at_z 60.2014
vviewparams -scale ${scale} -proj ${proj_x} ${proj_y} ${proj_z} -up ${up_x} ${up_y} ${up_z} -at ${at_x} ${at_y} ${at_z}
checkview -screenshot -3d -path ${imagedir}/${test_image}.png