mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
BRepLib_MakeWire.cxx: in method BRepLib_BndBoxVertexSelector::Accept() accepting tolerance criterion is changed BRepLib_MakeWire.hxx: correctionof class field name bug31611: test case added
14 lines
517 B
Plaintext
14 lines
517 B
Plaintext
puts "============================================================================================="
|
|
puts "OCC31611: BRepOffsetAPI_NormalProjection - can't build wire in 720 but it was possible in 691"
|
|
puts "============================================================================================="
|
|
|
|
restore [locate_data_file bug31611.brep] d
|
|
|
|
plane p 0 0 0 1 1 1 0
|
|
mkface f p -200 200 -200 200
|
|
nproject r d f
|
|
eval wire w -unsorted [explode r]
|
|
|
|
checknbshapes w -vertex 20 -edge 20 -wire 1
|
|
checkprops w -l 342.576
|