PluginManager

Visualizza obsoleti
non costruibile

A singleton class used to create Plugins. This has been superseded by the Plugins but it can be used to create plugins with the command bar.

The PluginManager object can be retrieved using the deprecated PluginManager() function.

Sommario

Metodi

  • ExportPlace(filePath : string):void
    sicurezza plugin

    Exports the place to an .OBJ file that is saved to the path chosen by the user in a file save dialogue (the filePath argument is ignored).

  • ExportSelection(filePath : string):void
    sicurezza plugin

    Exports the current Selection to an .OBJ file that is saved to the path chosen by the user in a file save dialogue (the filePath argument is ignored).

Proprietà

Metodi

ExportPlace

void
sicurezza plugin

ExportPlace will export all geometry in the place to an .OBJ file. The file is saved to the path chosen by the user in a file save dialogue (the filePath argument is ignored). This function does the same thing as the File > Advanced > Export as Obj menu option.

Parametri

filePath: string
Valore predefinito: ""

Restituzioni

void

ExportSelection

void
sicurezza plugin

ExportSelection will export all geometry in the current Selection to an .OBJ file. The file is saved to the path chosen by the user in a file save dialogue (the filePath argument is ignored). This function does the same thing as the Export Selection... right-click menu option in the Explorer.

Parametri

filePath: string
Valore predefinito: ""

Restituzioni

void

Eventi