OnAfterManualArrange

 

Name

 

            OnAfterManualArrange

 

Prototype

 

            event OnAfterManualArrange;

 

Explanations

 

            This event is raised after performing a manual arrange operation.

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

            After the end of this event the information are NOT deleted so the user can call other methods for manual arrange.

 

Properties and methods which provides the result of the manual arrange operations

 

 

            METHODS

 

                        GetCut

                        GetUtilizedDemandPiece

                        GetWastePiece

                        NumberOfUtilizedDemandPieces

                        NumberOfCuttings

                        NumberOfWastePieces

                        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, Manual arrange properties and methods.