Property | Type | Description | |
---|---|---|---|
continuousFlow | bool | ||
creationRate | int | ||
numAgents | int | ||
velocityMin | Vector3d |
Method | Description | |
---|---|---|
AbstractEmitterComponent ( string name, string nickname, string description, |
Each implementation of GH_Component must provide a public constructor without any arguments. Category represents the Tab in which the component will appear, Subcategory the panel. If you use non-existing tab or panel names, new tabs/panels will automatically be created.
|
|
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.
|
protected AbstractEmitterComponent ( string name, string nickname, string description, |
||
name | string | |
nickname | string | |
description | string | |
icon | ||
componentGuid | string | |
return | System.Drawing |
protected GetInputs ( IGH_DataAccess da ) : bool | ||
da | IGH_DataAccess | |
return | bool |
protected RegisterInputParams ( GH_InputParamManager pManager ) : void | ||
pManager | GH_InputParamManager | |
return | void |
protected RegisterOutputParams ( GH_OutputParamManager pManager ) : void | ||
pManager | GH_OutputParamManager | |
return | void |