mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-26 10:19:45 +03:00
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
21 lines
560 B
Plaintext
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
|