mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-06 18:26:22 +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.
14 lines
371 B
Plaintext
14 lines
371 B
Plaintext
puts "================"
|
|
puts "OCC24759"
|
|
puts "================"
|
|
puts ""
|
|
##########################################################################
|
|
# Crash on STEP import, when reading a file exported is non-"C" locale
|
|
##########################################################################
|
|
|
|
decho off
|
|
stepread [locate_data_file bug24759_FissionMeter.step] aaa f *
|
|
|
|
|
|
|