mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-29 14:00:49 +03:00
0024181: Text to BRep functionality
Introduce new class Font_BRepFont for conversion of font glyph in vector format into BRep representation. New text2brep Draw Harness command. bottle.tcl - draw text on the bottle side using new functionality. ViewerTest - process Delete key in 3D-Viewer to delete selected presentations. Font_FontMgr::FindFont - return correct font when font alias and not default aspect is requested. bottle.tcl - use prism instead of pipe TKViewerTest - add required FreeType dependency verase - display the list of erase objects TKViewerTest - add required FreeType dependency for projects generation
This commit is contained in:
@@ -92,7 +92,16 @@ mkedgecurve tw2 1.e-5
|
||||
thrusections -N thread 1 0 tw1 tw2
|
||||
|
||||
# add threading to the body
|
||||
compound body thread bottle
|
||||
compound body thread bottle1
|
||||
|
||||
# define text
|
||||
text2brep text2d OpenCASCADE Times-Roman 8 bold composite=0
|
||||
prism text text2d 0 0 2
|
||||
trotate text 0 0 0 0 1 0 90
|
||||
ttranslate text 24.75 -2 65
|
||||
|
||||
# cut operation
|
||||
bcut bottle bottle1 text
|
||||
|
||||
# display result
|
||||
vdisplay bottle
|
||||
|
Reference in New Issue
Block a user