메소드 | 설명 | |
---|---|---|
Engine ( ) : System |
Initializes a new instance of the Engine class.
|
메소드 | 설명 | |
---|---|---|
RegisterInputParams ( GH_Component pManager ) : void |
Registers all the input parameters for this component.
|
|
RegisterOutputParams ( GH_Component pManager ) : void |
Registers all the output parameters for this component.
|
|
SolveInstance ( IGH_DataAccess DA ) : void |
This is the method that actually does the work.
|
메소드 | 설명 | |
---|---|---|
run ( System.Boolean reset, bool liveUpdate, List |
protected RegisterInputParams ( GH_Component pManager ) : void | ||
pManager | GH_Component | |
리턴 | void |
protected RegisterOutputParams ( GH_Component pManager ) : void | ||
pManager | GH_Component | |
리턴 | void |
protected SolveInstance ( IGH_DataAccess DA ) : void | ||
DA | IGH_DataAccess | The DA object is used to retrieve from inputs and store in outputs. |
리턴 | void |