mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-06-05 11:24:17 +03:00
Tolerance of map building changed. Added possibility to work 0.0 offset value. Added test cases bugs/modalg_6/bug26473_1 bug26473_2
18 lines
361 B
Plaintext
18 lines
361 B
Plaintext
puts "=========="
|
|
puts "OCC26473"
|
|
puts "=========="
|
|
puts ""
|
|
################################################
|
|
# Offset API fails to create offset shape
|
|
################################################
|
|
|
|
box b1 0.0 0.0 0.0 1.0 1.0 1.0
|
|
explode b1 F
|
|
offsetparameter 1e-7 c i
|
|
offsetload b1 0.0
|
|
offsetonface b1_1 1.0
|
|
offsetperform result
|
|
|
|
set square 10
|
|
set 2dviewer 1
|