mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-06-05 11:24:17 +03:00
class BOPAlgo_PaveFiller method void BOPAlgo_PaveFiller::PutPaveOnCurve (const Standard_Integer nV, const Standard_Real aTolR3D, BOPDS_Curve& aNC, const BOPCol_MapOfInteger& aMI, BOPCol_DataMapOfIntegerReal& aMVTol, const Standard_Integer iCheckExtend) Do not put the pave on the curve in case if there is already one with the same parameter. Update tolerance of the existing vertex to reach the new one. Added test case bugs/modalg_6/bug26444. Test boolean/volumemaker/G1 is stable now (deleted TODOs), test offset/faces_type_i/C9 is bad (offset is done with wrong result).
18 lines
608 B
Plaintext
18 lines
608 B
Plaintext
puts "========"
|
|
puts "OCC26444"
|
|
puts "========"
|
|
puts ""
|
|
####################################################################################
|
|
# Boolean operation "bcut" gives invalid result between solid and halfspace solid.
|
|
####################################################################################
|
|
|
|
restore [locate_data_file bug26444_cutting_shape.brep] a
|
|
restore [locate_data_file bug26444_shape_to_cut.brep] b
|
|
restore [locate_data_file bug26444_ref_out.brep] p2
|
|
dump p2
|
|
halfspace s1 a -0.541421905726473 0.200000002980232 0.00899999961256981
|
|
bcut result b s1
|
|
|
|
set square 0.106547
|
|
set 2dviewer 1
|