C# Class Quelea.GetPositionComponent

Inheritance: AbstractDeconstructTypeComponent
Afficher le fichier Open project: lxfschr/Quelea

Méthodes publiques

Méthode Description
GetPositionComponent ( ) : Grasshopper.Kernel

Initializes a new instance of the DeconstructParticleComponent class.

Méthodes protégées

Méthode Description
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

Method Details

GetInputs() protected méthode

protected GetInputs ( IGH_DataAccess da ) : bool
da IGH_DataAccess
Résultat bool

GetPositionComponent() public méthode

Initializes a new instance of the DeconstructParticleComponent class.
public GetPositionComponent ( ) : Grasshopper.Kernel
Résultat Grasshopper.Kernel

RegisterInputParams() protected méthode

Registers all the input parameters for this component.
protected RegisterInputParams ( GH_InputParamManager pManager ) : void
pManager GH_InputParamManager
Résultat void

RegisterOutputParams() protected méthode

Registers all the output parameters for this component.
protected RegisterOutputParams ( GH_OutputParamManager pManager ) : void
pManager GH_OutputParamManager
Résultat void

SetOutputs() protected méthode

protected SetOutputs ( IGH_DataAccess da ) : void
da IGH_DataAccess
Résultat void