C# Class Fractrace.Scheduler.BatchProcess.X3dExportBatchProcess

Inheritance: BatchProcess
Afficher le fichier Open project: trafassel/Gestaltlupe Class Usage Examples

Méthodes publiques

Свойство Type Description
ExportFile string

Protected Properties

Свойство Type Description
_createdFiles List
_currentStep int
_steps int
_type int

Méthodes publiques

Méthode Description
Description ( ) : string
OnPictureCreated ( Iterate iter, Fractrace.DataTypes.PictureData pictureData ) : bool

Return true, if after generation a new process should be startet.

OnStart ( ) : void
X3dExportBatchProcess ( ) : System

Méthodes protégées

Méthode Description
BatchEnds ( ) : void

Is called after last batch step ist called.

PrepareStep ( ) : void
StepEnds ( ) : void

Method Details

BatchEnds() protected méthode

Is called after last batch step ist called.
protected BatchEnds ( ) : void
Résultat void

Description() public méthode

public Description ( ) : string
Résultat string

OnPictureCreated() public méthode

Return true, if after generation a new process should be startet.
public OnPictureCreated ( Iterate iter, Fractrace.DataTypes.PictureData pictureData ) : bool
iter Iterate
pictureData Fractrace.DataTypes.PictureData
Résultat bool

OnStart() public méthode

public OnStart ( ) : void
Résultat void

PrepareStep() protected méthode

protected PrepareStep ( ) : void
Résultat void

StepEnds() protected méthode

protected StepEnds ( ) : void
Résultat void

X3dExportBatchProcess() public méthode

public X3dExportBatchProcess ( ) : System
Résultat System

Property Details

ExportFile public_oe property

public string ExportFile
Résultat string

_createdFiles protected_oe property

protected List _createdFiles
Résultat List

_currentStep protected_oe property

Current batch step. (start with 1).
protected int _currentStep
Résultat int

_steps protected_oe property

Number of batch steps
protected int _steps
Résultat int

_type protected_oe property

type == 2: front, backside. type == 3: front, backside, top, bottom,right,left. type == 4: front, backside, top, bottom,right,left,top-left,top-right....
protected int _type
Résultat int