C# Класс Agent.Engine

Наследование: GH_Component
Показать файл Открыть проект

Открытые методы

Метод Описание
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 systems ) : DataTree

Описание методов

Engine() публичный Метод

Initializes a new instance of the Engine class.
public Engine ( ) : System
Результат System

RegisterInputParams() защищенный Метод

Registers all the input parameters for this component.
protected RegisterInputParams ( GH_Component pManager ) : void
pManager GH_Component
Результат void

RegisterOutputParams() защищенный Метод

Registers all the output parameters for this component.
protected RegisterOutputParams ( GH_Component pManager ) : void
pManager GH_Component
Результат void

SolveInstance() защищенный Метод

This is the method that actually does the work.
protected SolveInstance ( IGH_DataAccess DA ) : void
DA IGH_DataAccess The DA object is used to retrieve from inputs and store in outputs.
Результат void