mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
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
14 lines
354 B
Plaintext
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
|