mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
The following classes have been removed as obsolete: - BRepAlgo_BooleanOperation - BRepAlgo_Fuse - BRepAlgo_Cut - BRepAlgo_Common - BRepAlgo_Section The corresponding classes from BRepAlgoAPI package have to be used instead. Draw commands: - fuse - cut - common - section/psection have also been removed as obsolete. The corresponding commands for modern Boolean operations algorithm (bfuse/bcut/bcommon/bsection) have to be used instead. Adjustment of the test cases to use the commands for modern algorithm.
21 lines
362 B
Plaintext
21 lines
362 B
Plaintext
puts "================"
|
|
puts "OCC331: Dark spot on a sphere after nurbsconvert"
|
|
puts "================"
|
|
puts ""
|
|
|
|
pload MODELING VISUALIZATION
|
|
box b -5 -5 -5 10 10 10
|
|
psphere s 6
|
|
bfuse res2 s b
|
|
nurbsconvert result res2
|
|
|
|
vinit View1
|
|
tclean result
|
|
vsetdispmode 1
|
|
vdisplay result
|
|
vfit
|
|
|
|
checkprops result -s 619.595
|
|
checkshape result
|
|
vdump $imagedir/${casename}.png
|