1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-26 10:19:45 +03:00
duv 6bc6a6fc07 0024996: Visualization - newly displayed objects are clipped until first
camera movement

AutoZFit operation now may be applied on Visual3d_View level.
Visual3d_View tracks Graphic3d_Structure updates and call AutoZFit within
Visual3d_View::Redraw if necessary.
In order to get AutoZFit functionality on Visual3d_View level ZfitAll
method moved from V3d_View into Graphic3d_Camera. AutoZFit method and
AutoZFitMode flag now part of Visual3d_View.

Test case for issue CR24996
2014-07-17 13:47:38 +04:00

21 lines
560 B
Plaintext

puts "TODO ?OCC12345 ALL: Error : The feat grid is not valid. The area is 0."
puts "TODO ?OCC12345 ALL: Error : The area of the resulting shape is 0"
restore [locate_data_file cylindre.rle] cyl
restore [locate_data_file contour.rle] cont
mkplane cont cont
nexplode cyl F
ttranslate cont 0 0 -100
#
# flo : 25/06/1998 : Arguments 3 et 4 featperform -> face et non surface
#
mksurface surf cyl_3
mkface face surf
featprism cyl cont cont 0 1 0 0 1
if { [catch { featperform prism result face face } ] != 0 } {
puts "Error in featperform"
}
set square 103218