mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
Add one more pre-defined Z-layer Graphic3d_ZLayerId_BotOSD. Define new Transformation Persistence flags Graphic3d_TMF_2d and Graphic3d_TMF_2d_IsTopDown for displaying objects in screen coordinates. Anchor point defines angle of the screen to display the object in similar way as for Graphic3d_TMF_TriedronPers. Extend Draw Harness command vdisplay with new options: -overlay as alias for -toposd. -underlay and -botosd. -noselect to prevent automatic selection activation. -dispMode and -highMode to define displaying and highlighting modes. -2d, -2dtopdown and -3d to manage displaying in screen coordinates. -trsfPers and -trsfPersPos for Transformation Persistence options. Drop command vsettransmode, replaced by vdisplay. Correction of test-case bugs vis bug641
28 lines
700 B
Plaintext
Executable File
28 lines
700 B
Plaintext
Executable File
puts "TODO OCC11111 ALL: An exception was caught"
|
|
puts "TODO OCC11111 ALL: \\*\\* Exception"
|
|
puts "TODO OCC11111 ALL: Faulty OCC22910"
|
|
|
|
puts "================"
|
|
puts "OCC22910"
|
|
puts "================"
|
|
puts ""
|
|
#######################################################################################
|
|
# Failure to compute iso-line for NURBS surface
|
|
######################################################################################
|
|
|
|
set BugNumber OCC22910
|
|
|
|
catch { pload MODELING }
|
|
|
|
restore [locate_data_file s.rle] res
|
|
set exception_status [ catch { uiso u res 0.5 } ]
|
|
|
|
if { ${exception_status} == 0 } {
|
|
puts "OK ${BugNumber}"
|
|
} else {
|
|
puts "Faulty ${BugNumber}"
|
|
}
|
|
|
|
set sqaure 0
|
|
set 3dviewer 0
|