Your Ad Here

Go to: Synopsis. Return value. MEL examples.

Synopsis

string plugNode(string $plug)

This procedure returns the node name portion of the specified plug.

Arguments

Variable Name Variable type Description
$plugstringThe plug name from which to extract the node name portion.

Return value

None

MEL examples

  	// Find the node name portion of checker1.color1
		plugNode "checker1.color1";
		// Result: checker1 //

Return to Autodesk Index


Your Ad Here