mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Fixed incorrect array allocation within GeomEvaluator_OffsetSurface::CalculateDN() and protection against assigning out-of-range values in case of non-square number of U and V derivatives on surface.
22 lines
495 B
Plaintext
22 lines
495 B
Plaintext
puts "============"
|
|
puts "0023838: Modeling Data - Standard_Out Of Range in Geom_OffsetSurface::LocalDN (called by BRepFill_PipeShell)"
|
|
puts "============"
|
|
puts ""
|
|
|
|
restore [locate_data_file bug23838_profile.brep] prof
|
|
restore [locate_data_file bug23838_SpineAndSupport.brep] comp
|
|
|
|
explode comp
|
|
renamevar comp_1 supp
|
|
renamevar comp_2 spine
|
|
|
|
mksweep spine
|
|
setsweep -DX supp
|
|
addsweep prof
|
|
|
|
buildsweep result -R
|
|
|
|
checkshape result
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|