mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
1. DRAW-commands for curve/surface continuity returning were changed. 2. Output of "distmini" DRAW-command is amended. 3. Function MinMax() was moved from Standard_Real to IntPatch_ImpImpIntersection_4.gxx. 4. Incorrect computing of nbcurveC1 in Geom2dConvert::C0BSplineToC1BSplineCurve(...) function was liquidated. Test cases were changed.
23 lines
475 B
Plaintext
23 lines
475 B
Plaintext
puts "========================"
|
|
puts " OCC599"
|
|
puts "========================"
|
|
puts ""
|
|
#########################################################
|
|
## Result of BOPFUSE operation is unclosed shape inspite of source solids are valid
|
|
#########################################################
|
|
|
|
cpulimit 1000
|
|
|
|
restore [locate_data_file OCC600_1.brep] a
|
|
checkshape a
|
|
restore [locate_data_file OCC600_2.brep] b
|
|
checkshape b
|
|
|
|
bop b a
|
|
bopfuse result
|
|
|
|
set square 679784
|
|
set 2dviewer 0
|
|
|
|
|