  COMMAND CDEFORMINTERP
-----------------------------------------------------------------
    Purpose: Deform a curve of an object to fit a curve of another
             object. The 2nd curve is interpolated using two
             real curves of the destination-object

      Usage: CDEFORMINTERP(<src-object>,<dest-object>,<sg1>,<sg2>,
                           <sg3>,<sg4>,<sg5>,<sg6>,<scale>,<round>[,2 control-curves])

             <sg1> and <sg2> define the curve of the source-object,
             (<sg3> and <sg4>) and (<sg5> and <sg6>) define the
             two curves of the destination-object between which is
             to interpolate. <scale> specifies the state between
             the two curves, (0.0=1st curve, 1.0=2nd curve, 0.5 between ...)

   Examples: cdeforminterp(1,2,G1,NONE,G1,NONE,G2,NONE,1.0,rr)
             cdeforminterp(1,2,G1,G2,gg1,gg2,gg3,gg4,0.75,CG1,NONE,CG2,NONE)

      Notes: 1. This command is usefull for morphing a complicated
                object with many points into an object with
                less points.
             2. see also CDEFORM
