インタフェース: SecurityTools

SecurityTools インタフェースは、3ds Max セキュリティ ツール プラグインのスクリプト機能を公開します。このプラグインは 3ds Max に含まれていますが、Autodesk App Store から入手することもできます。また、より新しいバージョンをインストールすることで、より多くの異なるメソッドを使用できます。一部のバージョンのセキュリティ ツールでは、このインタフェースはまったく表示されません。

プロパティ:

なし

メソッド:

<boolean>GetDisplayUpdateNotification()
    GetDisplayUpdateNotification - no automatic redraw after invoked

新しいバージョンをダウンロードできる場合に、セキュリティ ツールから通知されるかどうかを取得します。これは、[基本設定] (Preferences)ダイアログ ボックスの[セキュリティ] (Security)タブにある[更新情報を通知](Notify me about updates)設定に対応しています。

<boolean>SetDisplayUpdateNotification <boolean>display
    SetDisplayUpdateNotification - no automatic redraw after invoked

新しいバージョンをダウンロードできる場合に、セキュリティ ツールから通知されるかどうかを設定します。これは、[基本設定] (Preferences)ダイアログ ボックスの[セキュリティ] (Security)タブにある[更新情報を通知](Notify me about updates)設定に対応しています。

<integer>GetProblemFoundCount()
    GetProblemFoundCount - no automatic redraw after invoked

見つかった潜在的なマルウェア感染の数を返します。

<integer>GetProblemFixedCount()
    GetProblemFixedCount - no automatic redraw after invoked

修正された潜在的なマルウェア感染の数を返します。

<void>LogEventById <enum>eventId <enum>eventValue
    LogEventById - no automatic redraw after invoked
    eventId enums: {#EnvironmentALC|#SceneLoadALC|#SceneSaveALC|#EnvironmentALC2|#SceneLoadALC2|#SceneSaveALC2|#EnvironmentCRP|#SceneLoadCRP|#SceneSaveCRP|#EnvironmentADSL|#SceneLoadADSL|#SceneSaveADSL|#EnvironmentPhysXPluginMfx|#SceneLoadPhysXPluginMfx|#SceneSavePhysXPluginMfx|#EnvironmentPhysXPluginMfx2|#SceneLoadPhysXPluginMfx2|#SceneSavePhysXPluginMfx2|#SecurityToolsStatus}
    eventValue enums: {#CleanupSucceeded|#CleanupDeclined|#CleanupFailed|#Disabled|#Enabled}

内部でのみ使用されます。

<boolean>ShowProductHelpForTopic <value>helpContextId
    ShowProductHelpForTopic - no automatic redraw after invoked

内部でのみ使用されます。