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.
26 lines
553 B
Plaintext
26 lines
553 B
Plaintext
pload QAcommands
|
|
|
|
puts "======="
|
|
puts "OCC24"
|
|
puts "======="
|
|
puts ""
|
|
###########################################################################
|
|
## Recorded modifications are lost when converting from ShapeBuild_ReShape into ShapeProcess_ShapeContext
|
|
## and back
|
|
###########################################################################
|
|
|
|
restore [locate_data_file OCC24.brep] s
|
|
checkshape s
|
|
|
|
explode s f
|
|
|
|
compound s_1 c
|
|
if [catch { OCC24 result s c OCC24 Seq } ] {
|
|
puts "OCC24 ERROR"
|
|
} else {
|
|
puts "OCC24 OK"
|
|
}
|
|
|
|
set square 37.6991
|
|
set 2dviewer 2
|