mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
New folder "hlr" with subfolders "exact_hlr" and "poly_hlr" has been created. Draw command "vcomputehlr" has been corrected. QA command "OCC27341" has been deleted as "vcomputehlr" does its job.
13 lines
384 B
Plaintext
13 lines
384 B
Plaintext
puts "TODO OCC30286 ALL: Error : The length of result shape is 0.836937, expected 0.841234"
|
|
|
|
puts "============================================"
|
|
puts "OCC27720: HLRBrep_Algo BSpline missing edges"
|
|
puts "============================================"
|
|
puts ""
|
|
|
|
set viewname "vright"
|
|
set length 0.841234
|
|
|
|
restore [locate_data_file bug27720_BSpline.brep] a
|
|
COMPUTE_HLR $viewname $algotype
|