Example #1
0
 public void SetInterpolation(CCurve seq, CINTERPOLATION inter)
 {
     C4dApiPINVOKE.CKey_SetInterpolation(swigCPtr, CCurve.getCPtr(seq), (int)inter);
 }
Example #2
0
        public CINTERPOLATION GetInterpolation()
        {
            CINTERPOLATION ret = (CINTERPOLATION)C4dApiPINVOKE.CKey_GetInterpolation(swigCPtr);

            return(ret);
        }