mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-03 14:10:33 +03:00
Normalization has been eliminated. Additionally, 1. Some methods of AppDef_Compute and ApproxInt_MultiLine classes have become inline (for speeding up performance). 2. Interfaces of AppDef_Compute::Parametrization(...) and BRepAlgo_BooleanOperations::SetApproxParameters() methods have been changed. 3. Overloaded methods for ApproxInt_Approx::SetParameters(...), TopOpeBRepTool_GeomTool::GetTolerances(...) and TopOpeBRepTool_GeomTool::SetTolerances(...) have been removed (because some fields of these classes are not used more). 4. Lost comments have been added in BRepApprox_TheMultiLineOfApprox.hxx and GeomInt_TheMultiLineOfWLApprox.hxx files. 5. Some fields have been deleted from ApproxInt_MultiLine class. Kept members have become constant. 6. Interface of ksection DRAW-command has been changed. 7. Some code fragments have been rewritten to make them easier. 8. Function CleanWline(...) has been added in IntPatch_Intersection.cxx file. See comments in code for detail description. Adjusting some test case according to their new behavior. Creation test case for this issue.
26 lines
697 B
Plaintext
Executable File
26 lines
697 B
Plaintext
Executable File
puts "TODO OCC00000 ALL: Faulty OCC602: function BLEND works wrongly"
|
|
puts "TODO OCC00000 ALL: Tcl Exception: result is not a topological shape!!!"
|
|
puts "TODO OCC00000 ALL: TEST INCOMPLETE"
|
|
|
|
puts "========================"
|
|
puts " OCC602 "
|
|
puts "========================"
|
|
puts ""
|
|
###########################################
|
|
## Exception during filet creation if it cross samedge of cylinder.
|
|
###########################################
|
|
|
|
restore [locate_data_file OCC602.brep] a
|
|
checkshape a
|
|
|
|
explode a e
|
|
|
|
if [catch {blend result a 20 a_9 } catch_result] {
|
|
puts "Faulty OCC602: function BLEND works wrongly"
|
|
} else {
|
|
puts "OCC602 OK: function BLEND works OK"
|
|
}
|
|
|
|
set square 0
|
|
set 2dviewer 0
|