Std Expressions: Difference between revisions

From LabRPS Documentation
Jump to navigation Jump to search
(Created page with "{{Docnav |VarSet |SelectFilter |Std Base |IconL=Std_VarSet.svg |IconR=Part_SelectFilter.svg |IconC=Labrps.svg }} {{GuiCommand |Name=Std Expressions |Phenomena=All }} == Description == 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. {{Code|lang=text|code= ##@@ Height Unnamed#Cylinder.Express...")
 
 
Line 18: Line 18:


{{Code|lang=text|code=
{{Code|lang=text|code=
##@@ Height Unnamed#Cylinder.ExpressionEngine (Cylinder)
##@@ Variance Unnamed#Simulation.ExpressionEngine (simulation)
##@@
##@@
Box.Width
Modulation.Authors


##@@ Radius Unnamed#Cylinder.ExpressionEngine (Cylinder)
##@@ Coherence Unnamed#Simulation.ExpressionEngine (simulation)
##@@
##@@
Box.Length
Correlation.PublicationLink
}}
}}



Latest revision as of 08:41, 28 October 2024

Std Expressions

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

Description

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.

##@@ Variance Unnamed#Simulation.ExpressionEngine (simulation)
##@@
Modulation.Authors

##@@ Coherence Unnamed#Simulation.ExpressionEngine (simulation)
##@@
Correlation.PublicationLink

Example Clipboard data

Usage

Copy selected

  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

  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

  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

  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.