C# 클래스 Revit.SDK.Samples.MultithreadedCalculation.CS.MultithreadedCalculation.MultithreadedCalculationContainer

Container class that manages the multithreaded calculation and idling activity.
파일 보기 프로젝트 열기: AMEE/revit

공개 메소드들

메소드 설명
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