|
Sorry.I’m not good at English.
Hope you help.
////////////////first code
window;
paneLayout;
string $selcon = `selectionConnection -mdl`;
string $comedi = `componentEditor -ot 6 -li false -mlc $selcon`;
showWindow;
////////////////first code end
////////////////second code
string $comstr[];
$comstr = `componentEditor -q -sl $comedi`;
print $comstr[0];
////////////////second code end
-STEP-
1.first code write.
2.vertexX all select from componentEditor.
3.second code write.
Error in this action.
To retrieve the selection from the componentEditor?
|
|
|