C# Класс SampleCsObjectProperties.SampleCsObjectPropertiesPlugIn

SampleCsObjectPropertiesPlugIn plug-in
Наследование: Rhino.PlugIns.PlugIn
Показать файл Открыть проект

Открытые методы

Метод Описание
AddPagesToObjectPropertiesDialog ( List pages ) : void

Called when the Rhino is about display the Object Properties window

OnLoadPlugIn ( ) : int

Called after the plug-in is loaded and the constructor has been run. This is a good place to perform any significant initialization, license checking, and so on. This function must return 1 for the plug-in to continue to load.

OnUnloadPlugIn ( ) : void

Called when the plug-in is about to be unloaded. After this function is called, the plug-in will be disposed.

PlugInID ( ) : System.Guid

Rhino tracks plug-ins by their unique ID. Every plug-in must have a unique id. The Guid created by the project wizard is unique. You can create more Guids using the "Create Guid" tool in the Tools menu.

PlugInName ( ) : string
PlugInVersion ( ) : string
SampleCsObjectPropertiesPlugIn ( ) : System

Public constructor

Описание методов

AddPagesToObjectPropertiesDialog() публичный Метод

Called when the Rhino is about display the Object Properties window
public AddPagesToObjectPropertiesDialog ( List pages ) : void
pages List
Результат void

OnLoadPlugIn() публичный Метод

Called after the plug-in is loaded and the constructor has been run. This is a good place to perform any significant initialization, license checking, and so on. This function must return 1 for the plug-in to continue to load.
public OnLoadPlugIn ( ) : int
Результат int

OnUnloadPlugIn() публичный Метод

Called when the plug-in is about to be unloaded. After this function is called, the plug-in will be disposed.
public OnUnloadPlugIn ( ) : void
Результат void

PlugInID() публичный Метод

Rhino tracks plug-ins by their unique ID. Every plug-in must have a unique id. The Guid created by the project wizard is unique. You can create more Guids using the "Create Guid" tool in the Tools menu.
public PlugInID ( ) : System.Guid
Результат System.Guid

PlugInName() публичный Метод

public PlugInName ( ) : string
Результат string

PlugInVersion() публичный Метод

public PlugInVersion ( ) : string
Результат string

SampleCsObjectPropertiesPlugIn() публичный Метод

Public constructor
public SampleCsObjectPropertiesPlugIn ( ) : System
Результат System