public int GetTargetShapeIndex(FbxShape pShape)
        {
            int ret = FbxWrapperNativePINVOKE.FbxBlendShapeChannel_GetTargetShapeIndex(swigCPtr, FbxShape.getCPtr(pShape));

            return(ret);
        }
        public bool AddTargetShape(FbxShape pShape)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxBlendShapeChannel_AddTargetShape__SWIG_1(swigCPtr, FbxShape.getCPtr(pShape));

            return(ret);
        }
        public FbxShape RemoveTargetShape(FbxShape pShape)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxBlendShapeChannel_RemoveTargetShape(swigCPtr, FbxShape.getCPtr(pShape));
            FbxShape ret = (cPtr == global::System.IntPtr.Zero) ? null : new FbxShape(cPtr, false);

            return(ret);
        }
Esempio n. 4
0
        public FbxShape RemoveTargetShape(FbxShape pShape)
        {
            global::System.IntPtr cPtr = NativeMethods.FbxBlendShapeChannel_RemoveTargetShape(swigCPtr, FbxShape.getCPtr(pShape));
            FbxShape ret = (cPtr == global::System.IntPtr.Zero) ? null : new FbxShape(cPtr, false);

            if (NativeMethods.SWIGPendingException.Pending)
            {
                throw NativeMethods.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public bool AddTargetShape(FbxShape pShape, double pFullDeformPercent)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxBlendShapeChannel_AddTargetShape__SWIG_0(swigCPtr, FbxShape.getCPtr(pShape), pFullDeformPercent);

            return(ret);
        }
Esempio n. 6
0
        public bool AddTargetShape(FbxShape pShape)
        {
            bool ret = NativeMethods.FbxBlendShapeChannel_AddTargetShape__SWIG_1(swigCPtr, FbxShape.getCPtr(pShape));

            if (NativeMethods.SWIGPendingException.Pending)
            {
                throw NativeMethods.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 7
0
        public int GetTargetShapeIndex(FbxShape pShape)
        {
            int ret = NativeMethods.FbxBlendShapeChannel_GetTargetShapeIndex(swigCPtr, FbxShape.getCPtr(pShape));

            if (NativeMethods.SWIGPendingException.Pending)
            {
                throw NativeMethods.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 8
0
        public bool AddShape(int pBlendShapeIndex, int pBlendShapeChannelIndex, FbxShape pShape)
        {
            bool ret = fbx_wrapperPINVOKE.FbxGeometry_AddShape__SWIG_2(swigCPtr, pBlendShapeIndex, pBlendShapeChannelIndex, FbxShape.getCPtr(pShape));

            return(ret);
        }
Esempio n. 9
0
        public bool AddShape(int pBlendShapeIndex, int pBlendShapeChannelIndex, FbxShape pShape, double pPercent, FbxStatus pStatus)
        {
            bool ret = fbx_wrapperPINVOKE.FbxGeometry_AddShape__SWIG_0(swigCPtr, pBlendShapeIndex, pBlendShapeChannelIndex, FbxShape.getCPtr(pShape), pPercent, FbxStatus.getCPtr(pStatus));

            return(ret);
        }
Esempio n. 10
0
        public bool AddShape(int pBlendShapeIndex, int pBlendShapeChannelIndex, FbxShape pShape, double pPercent)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxGeometry_AddShape__SWIG_1(swigCPtr, pBlendShapeIndex, pBlendShapeChannelIndex, FbxShape.getCPtr(pShape), pPercent);

            return(ret);
        }