C# Класс Quelea.GetOrientationComponent

Наследование: AbstractDeconstructTypeComponent
Показать файл Открыть проект

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

Метод Описание
GetOrientationComponent ( ) : Grasshopper.Kernel

Initializes a new instance of the DeconstructParticleComponent class.

Защищенные методы

Метод Описание
GetInputs ( IGH_DataAccess da ) : bool
RegisterInputParams ( GH_InputParamManager pManager ) : void

Registers all the input parameters for this component.

RegisterOutputParams ( GH_OutputParamManager pManager ) : void

Registers all the output parameters for this component.

SetOutputs ( IGH_DataAccess da ) : void

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

GetInputs() защищенный Метод

protected GetInputs ( IGH_DataAccess da ) : bool
da IGH_DataAccess
Результат bool

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

Initializes a new instance of the DeconstructParticleComponent class.
public GetOrientationComponent ( ) : Grasshopper.Kernel
Результат Grasshopper.Kernel

RegisterInputParams() защищенный Метод

Registers all the input parameters for this component.
protected RegisterInputParams ( GH_InputParamManager pManager ) : void
pManager GH_InputParamManager
Результат void

RegisterOutputParams() защищенный Метод

Registers all the output parameters for this component.
protected RegisterOutputParams ( GH_OutputParamManager pManager ) : void
pManager GH_OutputParamManager
Результат void

SetOutputs() защищенный Метод

protected SetOutputs ( IGH_DataAccess da ) : void
da IGH_DataAccess
Результат void