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.
18 lines
421 B
Plaintext
18 lines
421 B
Plaintext
puts "========="
|
|
puts "OCC26442"
|
|
puts "========="
|
|
puts ""
|
|
###############################################
|
|
# Access violation in BRepOffset_MakeOffset
|
|
###############################################
|
|
|
|
restore [locate_data_file OCC26464-extracted_Plate5520contour.brep] sh
|
|
|
|
offsetparameter 1.e-7 p i
|
|
offsetload sh 60
|
|
offsetperform result
|
|
|
|
checkshape result
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|