Jump to content

Std Expressions

From FreeCAD Documentation

Std Expressions

Menu location
None
Workbenches
All
Default shortcut
None
Introduced in version
-
See also
None

Description[edit | edit source]

The Std Expressions command copies expression data to and from the Clipboard. The data references the names of objects and documents and can only be used in that context.

##@@ Height Unnamed#Cylinder.ExpressionEngine (Cylinder)
##@@
Box.Width

##@@ Radius Unnamed#Cylinder.ExpressionEngine (Cylinder)
##@@
Box.Length

Example Clipboard data

Usage[edit | edit source]

Copy Selected[edit | edit source]

  1. Select one or more objects.
  2. Select the Expression Actions → Copy Selected option from the Tree View context menu.
  3. Expression data from the objects is copied to the Clipboard.

Copy Active Document[edit | edit source]

  1. Select the Expression Actions → Copy Active Document option from the Tree View context menu.
  2. Expression data from all objects in the active document is copied to the Clipboard.

Copy All Documents[edit | edit source]

  1. Select the Expression Actions → Copy All Documents option from the Tree View context menu.
  2. Expression data from all objects in all opened documents is copied to the Clipboard.

Paste[edit | edit source]

  1. Make sure appropriate Clipboard data is available by using one of the previous options first.
  2. Select the Expression Actions → Paste option from the Tree View context menu.
  3. Expression data from the Clipboard is pasted.
  4. The data is removed from the Clipboard.