mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
15 lines
477 B
Plaintext
15 lines
477 B
Plaintext
#############################################################
|
|
## Fix wire algo
|
|
## moves a curve of invalid wire to make it valid
|
|
#############################################################
|
|
|
|
bsplinecurve c1 3 2 -1.0 4 1.0 4 0 0 0 1 1 4 0 1 2 4 0 1 3 0 0 1
|
|
bsplinecurve c2 3 2 -1.0 4 1.0 4 0 0 0 1 1 -4 0 1 2 -4 0 1 3 0 0 1
|
|
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
|