Draft Label

Draft Label.png Draft Label

Menu location
Draft → Label
Workbenches
Draft, Arch
Default shortcut
D L
See also
None


Description

This tool inserts a label, which is a piece of text with a 2-segment line and an arrow, in the active document. If an object or a sub-element (face, edge or vertex) is selected when starting the command, the Label can be made to automatically display a certain attribute of the selected element.

Draft Label example.jpg

How to use

  1. Optionally, select an object or a subelement of an object (Vertex, edge or face)
  2. Press the Draft Label.png Draft Label button, or press D then L keys
  3. Click a first point on the 3D view, or type a coordinate, to indicate the target point (arrow position). This can be anywhere, it doesn't need to be exactly on the selected element
  4. Click a second point on the 3D view, or type a coordinate, to indicate the middle point that is the start of the straight segment.
  5. Click a third point on the 3D view, or type a coordinate, to indicate the position of the text.

Options

Properties

Label types

Scripting

The Text tool can by used in macros and from the python console by using the following function:

makeLabel(targetpoint=None,target=None,direction=None,distance=None,labeltype=None,placement=None) 

Example:

import FreeCAD,Draft
selection = FreeCADGui.Selection.getSelectionEx()[0]
Draft.makeLabel(FreeCAD.Vector(10,-10,0),selection,"Horizontal",20,"Label") 
Online version: "http://www.freecadweb.org/wiki/index.php?title=Draft_Label&oldid=243267"

Navigation menu