mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
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.
18 lines
450 B
Plaintext
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
|