1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/vis/bug30907
ifv e774a5534c 0030907: Visualization Algorithms - failure on attempt to compute iso-lines for an offset face made by a face of linear extrusion
The visualization code drawing iso-lines has been protected against getting iso-lines of infinite offset surface. In such case the surface is trimmed by UV bounds of the face.
Test case added
2019-09-24 13:18:28 +03:00

14 lines
354 B
Plaintext

puts "============="
puts "0030907: Visualization Algorithms - impossible to compute iso-lines for an offset face made by a face of linear extrusion"
puts "============="
pload MODELING VISUALIZATION
restore [locate_data_file bug30907.brep] f
offsetshape r f 20
vdisplay r
vfit
puts [vaspects -isoontriangulation 1]
vdump ${imagedir}/${casename}.png