mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
BOPAlgo_PaveFiller::MakeBlocks() - Improve Face/Face post treatment procedure by: * Adding more existing edge for intersection with section edges to resolve all possible intersections. * Using tree for edges selection. * Avoiding intersection of the existing edges among themselves. IntPatch_ImpImpIntersection::CyCyNoGeometric - add more points to wline to make it more smooth.
10 lines
274 B
Plaintext
10 lines
274 B
Plaintext
restore [locate_data_file a102] a
|
|
restore [locate_data_file b60] b
|
|
|
|
bop a b
|
|
bopfuse result
|
|
|
|
checkprops result -s 18750 -v 156250
|
|
checknbshapes result -wire 36 -face 36 -shell 1 -solid 1
|
|
checkview -display result -2d -otherwise { a b } -s -path ${imagedir}/${test_image}.png
|