Object Hierarchy | 関連する C++クラス:Desktop
Desktop
v4.0
このオブジェクトは、Softimage においてUI オブジェクトを作成およびアクセスするためのサービスを提供します。
ActiveLayout | Application | Categories | FullName |
Help | Layouts | Name | NestedObjects |
Origin | OriginPath | Parent | Type |
// Display the name of the active layout var desktop = Application.Desktop; var layout = desktop.ActiveLayout; Application.LogMessage( layout.Name ); |