mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-16 14:45:07 +08: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
|