mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
22 lines
405 B
Plaintext
22 lines
405 B
Plaintext
## MFA's collection of bugs
|
|
|
|
pcylinder cyl 9 3
|
|
pcone kone 7 6 4
|
|
|
|
bfuse body cyl kone
|
|
|
|
pcylinder pcyl 1 9
|
|
|
|
## translate in y direction and there is no problem
|
|
## ttranslate pcyl 0 5 -2
|
|
|
|
## translate in x direction and it doesn't work
|
|
ttranslate pcyl 5 0 -2
|
|
|
|
## the problem is clearly asscoaiated with the seam
|
|
## edge of the cylinder meeting the seam of the cone
|
|
|
|
bcut result body pcyl
|
|
|
|
set square 727.481
|