Property | Type | Description | |
---|---|---|---|
targetPt | Point3d |
Method | Description | |
---|---|---|
AbstractAttractionForceComponent ( string name, string nickname, string description, |
Initializes a new instance of the ViewForceComponent class.
|
|
GetInputs ( IGH_DataAccess da ) : bool |
This is the method that actually does the work.
|
|
RegisterInputParams ( GH_InputParamManager pManager ) : void |
Registers all the input parameters for this component.
|
protected AbstractAttractionForceComponent ( string name, string nickname, string description, |
||
name | string | |
nickname | string | |
description | string | |
icon | ||
componentGuid | String | |
return | System |
protected GetInputs ( IGH_DataAccess da ) : bool | ||
da | IGH_DataAccess | The DA object is used to retrieve from inputs and store in outputs. |
return | bool |
protected RegisterInputParams ( GH_InputParamManager pManager ) : void | ||
pManager | GH_InputParamManager | |
return | void |