Example #1
0
 public static void CopyFrom(FbxAnimCurve pAC, FbxAnimUtilities.CurveIntfce pFC)
 {
     FbxWrapperNativePINVOKE.FbxAnimUtilities_CopyFrom(FbxAnimCurve.getCPtr(pAC), FbxAnimUtilities.CurveIntfce.getCPtr(pFC));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public static void DestroyCurve(FbxAnimUtilities.CurveIntfce pData)
 {
     FbxWrapperNativePINVOKE.FbxAnimUtilities_DestroyCurve(FbxAnimUtilities.CurveIntfce.getCPtr(pData));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #3
0
 public FbxAnimUtilities.CurveIntfce assign(FbxAnimUtilities.CurveIntfce lRhs)
 {
     FbxAnimUtilities.CurveIntfce ret = new FbxAnimUtilities.CurveIntfce(FbxWrapperNativePINVOKE.FbxAnimUtilities_CurveIntfce_assign(swigCPtr, FbxAnimUtilities.CurveIntfce.getCPtr(lRhs)), false);
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
Example #4
0
            public bool eq(FbxAnimUtilities.CurveIntfce lRhs)
            {
                bool ret = FbxWrapperNativePINVOKE.FbxAnimUtilities_CurveIntfce_eq(swigCPtr, FbxAnimUtilities.CurveIntfce.getCPtr(lRhs));

                if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
                {
                    throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
                }
                return(ret);
            }