C# Класс Quelea.AbstractAttractionForceComponent

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

Защищенные свойства (Protected)

Свойство Тип Описание
targetPt Point3d

Защищенные методы

Метод Описание
AbstractAttractionForceComponent ( string name, string nickname, string description, Bitmap icon, String componentGuid ) : System

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.

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

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

Initializes a new instance of the ViewForceComponent class.
protected AbstractAttractionForceComponent ( string name, string nickname, string description, Bitmap icon, String componentGuid ) : System
name string
nickname string
description string
icon System.Drawing.Bitmap
componentGuid String
Результат System

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

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

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

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

Описание свойств

targetPt защищенное свойство

protected Point3d targetPt
Результат Point3d