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

 

                        TotalNumberOfUtilizedRepositoryPieces

                        TotalNumberOfUtilizedDemandPieces

 

 

            METHODS

 

                        DemandPieceUtilized

                        GetCut

                        GetUtilizedDemandPiece

                        GetUtilizedRepositoryPiece

                        GetWastePiece

                        NumberOfUtilizedDemandPieces

                        NumberOfCuttings

                        NumberOfWastePieces

                        RepositoryPieceUtilized

                        SurfaceCovered

 

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:

 

            OnProgress, StartMultiStages, StartNested, StartGuillotine, Stop.