Property | Type | Description | |
---|---|---|---|
desiredVelocity | Vector3d | ||
weightMultiplier | double |
Method | Description | |
---|---|---|
AbstractForceComponent ( string name, string nickname, string description, string subcategory, |
Initializes a new instance of the AbstractAgentRuleComponent class.
|
|
ApplyDesiredVelocity ( ) : Vector3d | ||
CalculateDesiredVelocity ( ) : Vector3d | ||
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 |
protected AbstractForceComponent ( string name, string nickname, string description, string subcategory, |
||
name | string | |
nickname | string | |
description | string | |
subcategory | string | |
icon | ||
componentGuid | string | |
return | System.Drawing |
protected abstract ApplyDesiredVelocity ( ) : Vector3d | ||
return | Vector3d |
protected abstract CalculateDesiredVelocity ( ) : Vector3d | ||
return | Vector3d |
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 |
protected SetOutputs ( IGH_DataAccess da ) : void | ||
da | IGH_DataAccess | |
return | void |