Could anybody help me with a sample of code?
How to work with FCADParams of TsgCADIterate object?
I need to flip the output image horizontally or vertically using procedure Iterate :
Code: Select all
procedure Iterate(Proc, FinishProc: TsgCADEntityProc; var Params: TsgCADIterate).
I also shoud call procedure
Code: Select all
DoScale2D(var P: TsgCADIterate);
How to fill Matrix: TFMatrix for such flipping tricks?