C# Класс Revit.SDK.Samples.MultithreadedCalculation.CS.MultithreadedCalculation.MultithreadedCalculationContainer

Container class that manages the multithreaded calculation and idling activity.
Показать файл Открыть проект

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

Метод Описание
MultithreadedCalculationContainer ( string _docName, UV _min, UV _max ) : System
Run ( ) : void
Stop ( ) : void

Stops the thread/calculation and application via idling.

UpdateWhileIdling ( object sender, IdlingEventArgs e ) : void

The idling callback which adds data to the AVF results.

Приватные методы

Метод Описание
Calculate ( ) : void
DetermineFacePoints ( ) : IList

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

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

public MultithreadedCalculationContainer ( string _docName, UV _min, UV _max ) : System
_docName string
_min UV
_max UV
Результат System

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

public Run ( ) : void
Результат void

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

Stops the thread/calculation and application via idling.
public Stop ( ) : void
Результат void

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

The idling callback which adds data to the AVF results.
public UpdateWhileIdling ( object sender, IdlingEventArgs e ) : void
sender object
e IdlingEventArgs
Результат void