|
Menyplacering |
---|
Draft → Text |
Arbetsbänk(ar) |
Skiss, Arch |
Standard genväg |
T E |
Se även |
None |
Detta verktyg ber användaren om en placeringspunkt, sedan kan text matas in i en textlåda.
The Text tool can by used in macros and from the python console by using the following function:
makeText (string or list, [Vector], [screenmode])
Example:
import FreeCAD,Draft Draft.makeText("This is a sample text",FreeCAD.Vector(1,1,0))