mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Add new option to convert input contours into ones consisting of 2D circular arcs and 2D linear segments only. Update documentation
24 lines
458 B
Plaintext
24 lines
458 B
Plaintext
puts "========================================="
|
|
puts "OCC32214: 2d Offset produces wrong result"
|
|
puts "========================================="
|
|
puts ""
|
|
|
|
restore [locate_data_file bug32214.brep] a
|
|
wire ww a
|
|
|
|
arclinconvert result ww
|
|
build3d result
|
|
|
|
checkshape result
|
|
|
|
checknbshapes result -t -vertex 50 -edge 49 -wire 1
|
|
|
|
set tolres [checkmaxtol result]
|
|
|
|
if { ${tolres} > 1.001e-7} {
|
|
puts "Error: bad tolerance of result"
|
|
}
|
|
|
|
checkprops result -l 1.88301
|
|
|