ジャンプ先: 概要. 戻り値. キーワード. フラグ. MEL 例.
polyCacheMonitor [-cacheValue boolean] [-nodeName string]
polyCacheMonitor は、取り消し不可能、照会不可能、および編集不可能です。
cacheInput アトリビュートが正の値を持つ場合、midModifier ノードは出力メッシュをキャッシュして、下流ノードの計算を改善します。カウンタの値がゼロの場合、midModifier はキャシュされたデータをリリースします。なし
| ロング ネーム(ショート ネーム) | 引数タイプ | プロパティ | ||
|---|---|---|---|---|
-nodeName(-nm)
|
string
|
|
||
|
||||
-cacheValue(-chv)
|
boolean
|
|
||
|
||||
// increment cache counter on polyExtrudeFace1 node polyCacheMonitor -nodeName "polyExtrudeFace1"; // update/edit manipulate nodes which are present downstream // with respect to polyExtrudeFace1 // decrement cache counter on polyExtrudeFace1 node // so that the cache is set free polyCacheMonitor -nodeName "polyExtrudeFace1" -cacheValue false;