mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Multiple changes in BRepOffset_MakeOffset algorithm: - correct fusing vertices; - correct building intersection edges; - correct intersecting new edges in 2D; - correct building wire on a new face; - correct building history.
21 lines
449 B
Plaintext
21 lines
449 B
Plaintext
puts "TODO OCC26030 ALL: Error : The offset cannot be built"
|
|
|
|
puts "========"
|
|
puts "OCC26288"
|
|
puts "========"
|
|
puts ""
|
|
#############################################
|
|
# Offset on faces with opposite orientation
|
|
#############################################
|
|
|
|
smallview
|
|
|
|
restore [locate_data_file OCC26288-plate.brep] plate
|
|
|
|
offsetparameter 1e-7 p i
|
|
offsetload plate 160
|
|
offsetperform r
|
|
fit
|
|
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|