mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
16 lines
490 B
Plaintext
16 lines
490 B
Plaintext
puts "========"
|
|
puts "OCC25477"
|
|
puts "========"
|
|
puts ""
|
|
############################################################################
|
|
# Boolean Operations with additional tolerance - Fuzzy Boolean operations
|
|
############################################################################
|
|
|
|
box b1 10 10 10
|
|
box b2 10.00001 0 0 10 10 10
|
|
|
|
bfuzzyvalue 0.00002
|
|
bop b1 b2
|
|
bopfuse result
|
|
|
|
checknbshapes result -vertex 12 -edge 20 -wire 10 -face 10 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 55 |