C# Class Revit.SDK.Samples.MultithreadedCalculation.CS.MultithreadedCalculation.MultithreadedCalculationContainer

Container class that manages the multithreaded calculation and idling activity.
Afficher le fichier Open project: AMEE/revit

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
Calculate ( ) : void
DetermineFacePoints ( ) : IList

Method Details

MultithreadedCalculationContainer() public méthode

public MultithreadedCalculationContainer ( string _docName, UV _min, UV _max ) : System
_docName string
_min UV
_max UV
Résultat System

Run() public méthode

public Run ( ) : void
Résultat void

Stop() public méthode

Stops the thread/calculation and application via idling.
public Stop ( ) : void
Résultat void

UpdateWhileIdling() public méthode

The idling callback which adds data to the AVF results.
public UpdateWhileIdling ( object sender, IdlingEventArgs e ) : void
sender object
e IdlingEventArgs
Résultat void