mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Add new option to convert input contours into ones consisting of 2D circular arcs and 2D linear segments only. Update documentation
25 lines
478 B
Plaintext
25 lines
478 B
Plaintext
puts "========================================="
|
|
puts "OCC32214: 2d Offset produces wrong result"
|
|
puts "========================================="
|
|
puts ""
|
|
|
|
restore [locate_data_file bug31992.brep] a
|
|
wire a a
|
|
mkplane a a
|
|
|
|
arclinconvert result a
|
|
build3d result
|
|
|
|
checkshape result
|
|
|
|
checknbshapes result -t -vertex 187 -edge 187 -wire 1 -face 1
|
|
|
|
set tolres [checkmaxtol result]
|
|
|
|
if { ${tolres} > 1.001e-7} {
|
|
puts "Error: bad tolerance of result"
|
|
}
|
|
|
|
checkprops result -s 3.13603
|
|
|