---
GuiCommand:
Name: Draft ShapeString
Name/tr: Şekil dizesi
MenuLocation: Taslak , Şekil dizesi
Workbenches: Draft_Workbench/tr, Arch_Workbench/tr
Shortcut: **S** **S**
Version: 0.14
SeeAlso: Draft Text/tr, Part Extrude/tr,<br /> Macro_Fonts_Win10_PYMP/tr Image:Macro_Fonts_Win10_PYMP.png
---
Şekil dizesi aracı, bir metin dizesini temsil eden bir bileşik şekil ekler. Metin yüksekliği, ara boşluk ve yazı tipi belirtilebilir. Ortaya çıkan şekil, 3D harfler oluşturmak için Parça çıkarma aracıyla kullanılabilir.
Kapalı bir şekil olmadan daha basit bir metin elemanı eklemek için Taslak Metin kullanın. Bir yönlendirici ve bir ok içeren bir metin etiketi oluşturmak için Taslak Etiket kullanın.
{{Caption | Şekil dizesini konumlandırmak için tek nokta gerekli}}
For Windows users: please read the Font file selection on Windows paragraph first.
- There are several ways to invoke the command:
- Press the Shape from text button.
- Draft: Select the Drafting → Shape from text option from the menu.
- BIM: Select the Annotation → Shape from text option from the menu.
- The ShapeString task panel opens.
- Click a point in the 3D view, or type coordinates.
- Optionally press the Reset Point button to reset the point to the origin.
- Enter a String.
- Specify the Height.
- To select a font do one of the following:
- Enter a file path in the Font file input box.
- Press the ... button and select a file.
- Press the OK button to finish the command.
- Optionally change the Justification of the ShapeString. See Properties.
- Koordinatları manuel olarak girmek için sayıları girin, ardından her bir X, Y ve Z bileşeni arasında {{KEY | Enter}} tuşuna basın. Noktayı eklemek istediğiniz değerlere sahipseniz {{Button | Nokta ekle}} düğmesine basabilirsiniz.
- Geçerli komutu iptal etmek için {{KEY | Esc}} veya {{Button | Close}} düğmesine basınız.
(v1.1)
It is possible to specify a relative path for the font file. For this the FreeCAD document must have been saved at least once.
Some examples:
-
./SomeFont.ttf: The font file is in the same directory as the document.
-
./MyDirectory/SomeFont.ttf: The font file is in the MyDirectory sub-directory of the document directory.
-
../SomeFont.ttf: The font file is in the parent directory of the document directory.
On Windows access to the default font folder is restricted. This affects the font file selection for ShapeStrings. There are three cases in FreeCAD where a font file for ShapeStrings can be specified: in the ShapeString task panel, when changing the Font File property of a ShapeString, and when specifying the default font file in the Draft Preferences.
Pressing the ... button and then selecting a file from the default Windows font folder is not possible when using the native file dialog. There are a number of workarounds:
- Make sure DontUseNativeFontDialog is set to {{True}}, which is the default value for this preference. This will only call a different, non-native, file dialog when pressing the ... button in the ShapeString task panel. With this file dialog the default Windows font folder can be accessed.
- Change DontUseNativeDialog to {{True}}. This instructs FreeCAD to always use the non-native file dialog.
- Specify the font file in the input box. You can of course type the full path or copy-paste the path from the Windows File Explorer. But there is also another way to enter the path. If you enter {{Value|C:}} a dropdown list will appear. Select {{Value|Windows}} from that list and add {{Value|\F}}. Select {{Value|Fonts}} from the new dropdown list. Finally add {{Value|}} and the first letter(s) of the font file, and then select it from the dropdown list.
- Create a custom folder for your font files.
See the Preferences paragraph below for the location of the mentioned preferences.
- Çok küçük metin yükseklikleri, ölçeklemede ayrıntı kaybı nedeniyle deforme karakter şekillerine neden olabilir.
- Mevcut sürüm, soldan sağa yazma ile sınırlıdır.
- Dairesel biçimde düzenlenmiş metin oluşturmak için Macro FCCircularText kullanın.
- Taslak Şekil dizesi kılavuzu: Bir Şekil dizesi'i çıkarın, 3D alanda yerleştirin ve başka bir gövdede bir gravür oluşturun.
- Draft ShapeString tutorial: extrude a ShapeString, position it in 3D space, and create an engraving in another body.
- How to use ShapeStrings in PartDesign
See also: Preferences Editor, Draft Preferences and Std DlgParameter.
- The default font file can be changed in the preferences: Edit → Preferences... → Draft → Texts and dimensions → Default ShapeString font file.
- For Windows users:
- Set Tools → Edit parameters... → BaseApp → Preferences → Dialog → DontUseNativeFontDialog to {{True}} to use the non-native file dialog when selecting a font file from the ShapeString task panel.
- Alternatively, set Tools → Edit parameters... → BaseApp → Preferences → Dialog → DontUseNativeDialog to {{True}} to always use the non-native file dialog.
See also: Property editor.
A Draft ShapeString object is derived from a Part Part2DObject and inherits all its properties. It also has the following additional properties:
{{TitleProperty|Draft}}
-
{{PropertyData | Position}}: bileşik şeklin taban noktasının konumunu belirtir.
-
{{PropertyData | Angle}}: şeklin taban çizgisinin dönüşünü belirtir.
-
{{PropertyData | Axis}}: döndürme için kullanılacak ekseni belirtir.
-
{{PropertyData | String}}: görüntülenecek metin dizesini belirtir; Taslak Metin aracından farklı olarak, Taslak Şekil dizesi yalnızca tek bir satır görüntüleyebilir.
-
{{PropertyData | Size}}: harflerin genel yüksekliğini belirtir.
-
{{PropertyData | Tracking}}: dizedeki karakterler arası ek boşluğu belirtir.
-
{{PropertyData | Font File}}: dizeyi çizmek için kullanılan font dosyasının tam yolunu belirtir.
The height of the green rectangle (dashed line) is equal to the shape height.
The corners, the midpoints of the edges, and the center of the rectangles
match the 9 justification options: Top-Left to Bottom-Right.*
shapestring = make_shapestring(String, FontFile, Size=100, Tracking=0)
-
Belirtilen {{incode | String}} ve desteklenen bir {{incode | FontFile}} tam yolunu kullanarak bir {{incode | ShapeString}} bileşik şekli oluşturur.
-
{{incode | Size}}sonuçta elde edilen metnin milimetre cinsinden yüksekliğidir.
-
{{incode | Tracking}}milimetre cinsinden karakterler arası ek boşluktır.
Şekil dizesi'in yerleşimi, {{incode | Placement}} özniteliğinin üzerine yazarak veya {{incode | Placement.Base}} ve {{incode | Placement.Rotation}} özniteliklerinin üzerine yazılarak değiştirilebilir.
Örnek:
import FreeCAD as App
import Draft
doc = App.newDocument()
font1 = "/usr/share/fonts/truetype/msttcorefonts/Arial.ttf"
font2 = "/usr/share/fonts/truetype/dejavu/DejaVuSerif.ttf"
font3 = "/usr/share/fonts/truetype/freefont/FreeSerifItalic.ttf"
S1 = Draft.make_shapestring("This is a sample text", font1, 200)
S2 = Draft.make_shapestring("Inclined text", font2, 200, 10)
zaxis = App.Vector(0, 0, 1)
p2 = App.Vector(-1000, 500, 0)
place2 = App.Placement(p2, App.Rotation(zaxis, 45))
S2.Placement = place2
S3 = Draft.make_shapestring("Upside-down text", font3, 200, 10)
S3.Placement.Base = App.Vector(0, -1000, 0)
S3.Placement.Rotation = App.Rotation(zaxis, 180)
doc.recompute()
{{Draft Tools navi/tr}}
{{Userdocnavi/tr}}
⏵ documentation index > Draft > Draft ShapeString/tr