1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
isn b47bcd7ea7 0025957: nurbsconvert modifies original shape
- Ensure that the subshapes from the original shape will not be changed after nurbsconvert operation.
For that create the new vertexes (NewPoint(..)) as well as new curves (NewCurve(..)) and new surfaces (NewSurface(..)) before calling of Rebuild() method. Make copies of all vertexes impacted by curve or surface modifications. This eliminates necessity of creation of new vertices during recursive rebuilding of the entire shape.

- Compatibility with the old behavior of BRepTools_Modifier has been retained as an option. For that the new flag MutableInput has been added in the interface of the class.

- This patch also impacts other operations based on BRepTools_Modifier, in the sense that they also become safe regarding input shapes.

- Create new test cases. Some test cases with nurbsconvert command are changed to lock input shapes from modifications.

fix regressions
2016-08-18 14:46:13 +03:00

32 lines
576 B
Plaintext

puts "================"
puts "OCC623"
puts "================"
puts ""
####################
## InCorrect Data in PCurve
####################
##cpulimit 4000
pload XDE
stepread [locate_data_file OCC623.step] a *
setflags a_1 locked
dchrono h reset
dchrono h start
nurbsconvert result a_1
dchrono h stop
set TimeList [dchrono h show]
regexp {Elapsed time: +([-0-9.+eE]+)} $TimeList full ElapsedTime
puts "ElapsedTime = ${ElapsedTime}"
fsameparameter result
checkshape result
checkprops result -s 32.1968
checkview -display result -2d -path ${imagedir}/${test_image}.png