mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Modify method IsPlanar of BRepOffset_MakeOffset: try to make planar all possible faces to simplify the input shape.
21 lines
365 B
Plaintext
Executable File
21 lines
365 B
Plaintext
Executable File
puts "========"
|
|
puts "OCC28656"
|
|
puts "========"
|
|
puts ""
|
|
#####################################
|
|
## 3d offset modifies the input shape
|
|
#####################################
|
|
|
|
pcylinder s 5 15
|
|
|
|
setflags s locked
|
|
|
|
explode s f
|
|
|
|
offsetparameter 1e-7 c i
|
|
offsetload s 1 s_2
|
|
|
|
catch {offsetperform result}
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}-2d.png
|