Example #1
0
        public FbxAnimCurveKey assign(FbxAnimCurveKey pFKey)
        {
            FbxAnimCurveKey ret = new FbxAnimCurveKey(FbxWrapperNativePINVOKE.FbxAnimCurveKey_assign(swigCPtr, FbxAnimCurveKey.getCPtr(pFKey)), false);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #2
0
 public FbxAnimCurveKey(FbxAnimCurveKey pFKey) : this(FbxWrapperNativePINVOKE.new_FbxAnimCurveKey__SWIG_3(FbxAnimCurveKey.getCPtr(pFKey)), true)
 {
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }