C# Class Quelea.PolysurfaceEnvironmentComponent

Inheritance: AbstractEnvironmentComponent
Mostrar archivo Open project: lxfschr/Quelea

Public Methods

Method Description
PolysurfaceEnvironmentComponent ( ) : Grasshopper

Initializes a new instance of the WorldBoxEnvironmentComponent class.

Protected Methods

Method 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

Private Methods

Method Description
BrepArray2DToDatatree ( Brep array ) : DataTree

Method Details

GetInputs() protected method

protected GetInputs ( IGH_DataAccess da ) : bool
da IGH_DataAccess
return bool

PolysurfaceEnvironmentComponent() public method

Initializes a new instance of the WorldBoxEnvironmentComponent class.
public PolysurfaceEnvironmentComponent ( ) : Grasshopper
return Grasshopper

RegisterInputParams() protected method

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

RegisterOutputParams() protected method

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

SetOutputs() protected method

protected SetOutputs ( IGH_DataAccess da ) : void
da IGH_DataAccess
return void