OnFinish

 

Name

 

            OnFinish

 

Prototype

 

            event OnFinish;

 

Explanations

 

            This event is raised at the end of the search process.

            The user may extract all the information about the current optimization during this event.

            After the end of this event all information are deleted.

 

Properties and methods which provides the result of the optimization

 

    PROPERTIES

 

            TotalNumberOfUtilizedParts

            TotalNumberOfUtilizedStock

            TotalAreaOfUtilizedParts

 

    METHODS

 

            GetUtilizedPart

            GetUtilizedPartHole

            GetUtilizedStock

            GetVertexOfUtilizedPart

            GetVertexOfUtilizedPartHole

            NumberOfUtilizedParts

            RunningTimeOptimization

            AreaCovered

            UtilizedPart

            UtilizedStock

 

Note that other properties and methods can be called too. These other methods / properties are used for extracting the information about the parameters of the optimization process.

 

See Also:

 

            OnAfterPreprocessing, OnProgress, Start.