C# Class Fractrace.Scheduler.BatchProcess.X3dExportBatchProcess

Inheritance: BatchProcess
显示文件 Open project: trafassel/Gestaltlupe Class Usage Examples

Public Properties

Property Type Description
ExportFile string

Protected Properties

Property Type Description
_createdFiles List
_currentStep int
_steps int
_type int

Public Methods

Method 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

Protected Methods

Method Description
BatchEnds ( ) : void

Is called after last batch step ist called.

PrepareStep ( ) : void
StepEnds ( ) : void

Method Details

BatchEnds() protected method

Is called after last batch step ist called.
protected BatchEnds ( ) : void
return void

Description() public method

public Description ( ) : string
return string

OnPictureCreated() public method

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
return bool

OnStart() public method

public OnStart ( ) : void
return void

PrepareStep() protected method

protected PrepareStep ( ) : void
return void

StepEnds() protected method

protected StepEnds ( ) : void
return void

X3dExportBatchProcess() public method

public X3dExportBatchProcess ( ) : System
return System

Property Details

ExportFile public_oe property

public string ExportFile
return string

_createdFiles protected_oe property

protected List _createdFiles
return List

_currentStep protected_oe property

Current batch step. (start with 1).
protected int _currentStep
return int

_steps protected_oe property

Number of batch steps
protected int _steps
return 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
return int