C# 클래스 SampleCsObjectProperties.SampleCsObjectPropertiesPlugIn

SampleCsObjectPropertiesPlugIn plug-in
상속: Rhino.PlugIns.PlugIn
파일 보기 프로젝트 열기: mcneel/Rhino4Samples_DotNet

공개 메소드들

메소드 설명
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