mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Extend the Offset operation (Join Type "Intersection", mode "Complete") to allow different offset values on adjacent co-planar faces. The gap between adjacent faces is closed by creating artificial face perpendicular to the face. Adding test cases.
18 lines
368 B
Plaintext
18 lines
368 B
Plaintext
puts "TODO OCC27912 ALL: Error : The area of result shape is"
|
|
|
|
puts "========"
|
|
puts "OCC27912"
|
|
puts "========"
|
|
puts ""
|
|
#######################################
|
|
# Exception during offset computation
|
|
#######################################
|
|
|
|
restore [locate_data_file bug27912.brep] s
|
|
|
|
offsetparameter 1e-7 p i
|
|
offsetload s 10
|
|
|
|
offsetperform result
|
|
|
|
checkprops result -s 0 |