PluginManager

사용되지 않는 항목 표시
만들 수 없음

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.

요약

메서드

  • ExportPlace(filePath : string):void
    플러그인 보안

    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
    플러그인 보안

    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).

속성

메서드

ExportPlace

void
플러그인 보안

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.

매개 변수

filePath: string
기본값: ""

반환

void

ExportSelection

void
플러그인 보안

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.

매개 변수

filePath: string
기본값: ""

반환

void

이벤트