Object Hierarchy | 関連する C++クラス:PassContainer
PassContainer
v6.0
PassContainer オブジェクトは、シーンに表示されるパスコンテナオブジェクトを表します。このオブジェクトには、シーン内のすべてのレンダ Pass とすべてのグローバルレンダオプションが保持されます。
' ' This example demonstrates how to access the PassContainer for the current scene ' dim passContainer set passContainer = ActiveProject.ActiveScene.PassContainer Application.LogMessage "Number of passes in the scene: " & passContainer.Passes.Count |