mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
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
25 lines
595 B
Plaintext
Executable File
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_03.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
|