public bool AddBlendShapeChannel(FbxBlendShapeChannel pBlendShapeChannel)
        {
            bool ret = NativeMethods.FbxBlendShape_AddBlendShapeChannel(swigCPtr, FbxBlendShapeChannel.getCPtr(pBlendShapeChannel));

            if (NativeMethods.SWIGPendingException.Pending)
            {
                throw NativeMethods.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 2
0
        public bool SetBlendShapeChannel(FbxBlendShapeChannel pBlendShapeChannel)
        {
            bool ret = fbx_wrapperPINVOKE.FbxShape_SetBlendShapeChannel(swigCPtr, FbxBlendShapeChannel.getCPtr(pBlendShapeChannel));

            return(ret);
        }
        public FbxBlendShapeChannel RemoveBlendShapeChannel(FbxBlendShapeChannel pBlendShapeChannel)
        {
            global::System.IntPtr cPtr = NativeMethods.FbxBlendShape_RemoveBlendShapeChannel(swigCPtr, FbxBlendShapeChannel.getCPtr(pBlendShapeChannel));
            FbxBlendShapeChannel  ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxBlendShapeChannel(cPtr, false);

            if (NativeMethods.SWIGPendingException.Pending)
            {
                throw NativeMethods.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 4
0
        public FbxBlendShapeChannel RemoveBlendShapeChannel(FbxBlendShapeChannel pBlendShapeChannel)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxBlendShape_RemoveBlendShapeChannel(swigCPtr, FbxBlendShapeChannel.getCPtr(pBlendShapeChannel));
            FbxBlendShapeChannel  ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxBlendShapeChannel(cPtr, false);

            return(ret);
        }
Esempio n. 5
0
        public bool AddBlendShapeChannel(FbxBlendShapeChannel pBlendShapeChannel)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxBlendShape_AddBlendShapeChannel(swigCPtr, FbxBlendShapeChannel.getCPtr(pBlendShapeChannel));

            return(ret);
        }
Esempio n. 6
0
        public double GetDefaultShape(FbxBlendShapeChannel pBlendShapeChannel)
        {
            double ret = fbx_wrapperPINVOKE.FbxGeometry_GetDefaultShape__SWIG_1(swigCPtr, FbxBlendShapeChannel.getCPtr(pBlendShapeChannel));

            return(ret);
        }
Esempio n. 7
0
 public void SetDefaultShape(FbxBlendShapeChannel pBlendShapeChannel, double pPercent)
 {
     fbx_wrapperPINVOKE.FbxGeometry_SetDefaultShape__SWIG_1(swigCPtr, FbxBlendShapeChannel.getCPtr(pBlendShapeChannel), pPercent);
 }