mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
Updated script so it creates bottle using fuse operation between body and thread.
This commit is contained in:
parent
08f906ff37
commit
7cb899171d
@ -95,9 +95,6 @@ thrusections -N thread 1 0 tw1 tw2
|
|||||||
|
|
||||||
puts "Putting together and writing \"Open CASCADE\"..."
|
puts "Putting together and writing \"Open CASCADE\"..."
|
||||||
|
|
||||||
# add threading to the body
|
|
||||||
compound body thread bottle
|
|
||||||
|
|
||||||
# define text
|
# define text
|
||||||
text2brep text2d OpenCASCADE Times-Roman 8 bold composite=0
|
text2brep text2d OpenCASCADE Times-Roman 8 bold composite=0
|
||||||
prism text text2d 0 0 2
|
prism text text2d 0 0 2
|
||||||
@ -106,7 +103,8 @@ ttranslate text 24.75 -2 65
|
|||||||
|
|
||||||
# cut operation
|
# cut operation
|
||||||
bcut bodytext body text
|
bcut bodytext body text
|
||||||
compound bodytext thread bottle
|
bop bodytext thread
|
||||||
|
bopfuse bottle
|
||||||
|
|
||||||
puts "Showing result..."
|
puts "Showing result..."
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user