1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/xde/bug6805
atereshi 51329afcef 0028024: Data Exchange - create a convenient mechanism for managing shape healing options when reading STEP or IGES file
Problem: There is no possibility to change shape healing options from DRAW without rewriting resource file.
Change: Shape healing parameters from STEP and IGES resource files were duplicated to InterfaceStatic. Resource manager initialize from InterfaceStatic if resource file name is empty.
Result: User can operationally change shape healing parameters from DRAW command using "param" command.
2022-10-31 18:06:02 +03:00

18 lines
450 B
Plaintext

puts "============"
puts "OCC6805"
puts "============"
puts ""
######################################################
# Operation BSplineRestriction produced shape with null pcurves
######################################################
set BugNumber OCC6805
restore [locate_data_file OCC6805.brep] s1
checkshape s1
DT_ApplySeq result s1 ${imagedir}/OCC6805.res
checkshape result
checkview -display result -2d -path ${imagedir}/${test_image}.png