parent

書式

meshItemObject.parent

説明

MeshItem(メッシュグラデーション)オブジェクトの親オブジェクトを示します。
var obj=app.activeDocument.meshItems[0].parent;
alert(obj);

目次に戻る