Go to: Synopsis. Return value. Keywords. Related. Flags. MEL examples.

Synopsis

vnnCopy [-sourceNode string] string string

vnnCopy is NOT undoable, NOT queryable, and NOT editable.

Copy a set of VNN nodes to clipper board. The first parameter is the full name of the DG node that contains the VNN graph. The second parameter is the full path of the parent VNN compound. The source VNN nodes must be set by the flag "-sourceNode".

Return value

None

Keywords

Bifrost

Related

vnnPaste

Flags

sourceNode
Long name (short name) Argument types Properties
-sourceNode(-src) string createmultiuse
Set the source node to copy. This node should be a child of the specified parent compound. This command should be used with "vnnPaste" command.

Flag can appear in Create mode of command Flag can appear in Edit mode of command
Flag can appear in Query mode of command Flag can be used more than once in a command.

MEL examples

vnnCopy "|bifrostLiquid1|bifrostLiquidContainer1" "liquid" -sourceNode "YourNodeName";