1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/vis/bug23886_1
osa 4c5133866b 0023200: Visualization - prevent multiple triangulating of a shape that already has been triangulated
Add new flag IsAutoTriangulated to Prs3d_Drawer. It is True by default.
If this flag is True automatic re-triangulation with deflection-check logic will be applied.
Else this feature will be disable and triangulation is expected to be computed by application itself.

Change the syntax of vdefalts command.
Add new parameter -autoTriang for check of AutoTriangulated functionality.

Adjust camera position in test case bugs/xde/bug23969
2015-03-05 14:49:32 +03:00

25 lines
595 B
Plaintext
Executable File

puts "============"
puts "CR23886"
puts "============"
puts ""
########################################################################################
# Visualizing planar faces with "notches" depends heavily on the deflection coefficient
########################################################################################
restore [locate_data_file bug23886_face_01.brep] s
vinit
vdisplay s
vfit
vdefaults -angDefl 1
vsetdispmode s 1
vdump ${imagedir}/${casename}_1.png
vsetshading s 0.00001
vdump ${imagedir}/${casename}_2.png
vsetshading s 0.01
vdump ${imagedir}/${casename}_3.png