移動先: 概要 戻り値 MEL 例.
string longNameOf(string $object)
なし
// Create a sphere. // string $spheres[] = `polySphere -name "sphere1"`; string $sphere = $spheres[0]; longNameOf($sphere); // Result: |sphere1 //