mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
17 lines
404 B
Plaintext
17 lines
404 B
Plaintext
#############################################################
|
|
## Fix wire algo
|
|
## moves a curve of invalid wire to make it valid
|
|
#############################################################
|
|
|
|
circle c1 0 0 0 15
|
|
circle c2 0 0 0 15
|
|
trim c1 c1 0 pi
|
|
trim c2 c2 pi 2*pi
|
|
translate c1 0 0 0.00000005
|
|
translate c2 0 0 -0.00000005
|
|
mkedge c1 c1
|
|
mkedge c2 c2
|
|
strongwire result c1 c2
|
|
checkshape result
|
|
whatis result
|