removeAll
書式
meshItems.removeAll()
説明
すべてのMeshItemオブジェクトを削除します。指定できるパラメーターはありません。戻り値もありません。
?
1
app.activeDocument.meshItems.removeAll();
目次に戻る