mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Added test cases in group bugs/modalg_5 Test cases were put to corresponding regular grid fillet2d
18 lines
254 B
Plaintext
18 lines
254 B
Plaintext
# Edge 1
|
|
circle c1 150 0 0 0 0 1 50
|
|
mkedge e1 c1 0 3.14159265358979323846
|
|
|
|
# Edge 2
|
|
circle c2 50 0 0 0 0 1 50
|
|
mkedge e2 c2 0 3.14159265358979323846
|
|
|
|
# Make wire
|
|
wire w e1 e2
|
|
|
|
# Fillet (analytical)
|
|
fillet2d result w 10
|
|
|
|
set length 275.293
|
|
|
|
set 2dviewer 1
|