Ejemplo n.º 1
0
        public FbxObject GetDstObject(SWIGTYPE_p_FbxCriteria pCriteria)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxObject_GetDstObject__SWIG_3(swigCPtr, SWIGTYPE_p_FbxCriteria.getCPtr(pCriteria));
            FbxObject             ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxObject(cPtr, false);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 2
0
        public FbxObject FindDstObject(SWIGTYPE_p_FbxCriteria pCriteria, string pName, int pStartIndex)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxObject_FindDstObject__SWIG_2(swigCPtr, SWIGTYPE_p_FbxCriteria.getCPtr(pCriteria), pName, pStartIndex);
            FbxObject             ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxObject(cPtr, false);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 3
0
        public int GetDstObjectCount(SWIGTYPE_p_FbxCriteria pCriteria)
        {
            int ret = fbx_wrapperPINVOKE.FbxObject_GetDstObjectCount__SWIG_1(swigCPtr, SWIGTYPE_p_FbxCriteria.getCPtr(pCriteria));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 4
0
        public bool DisconnectAllDstObject(SWIGTYPE_p_FbxCriteria pCriteria)
        {
            bool ret = fbx_wrapperPINVOKE.FbxObject_DisconnectAllDstObject__SWIG_1(swigCPtr, SWIGTYPE_p_FbxCriteria.getCPtr(pCriteria));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 5
0
        public FbxObject FindMember(SWIGTYPE_p_FbxCriteria pCriteria, string pName)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxCollection_FindMember(swigCPtr, SWIGTYPE_p_FbxCriteria.getCPtr(pCriteria), pName);
            FbxObject             ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxObject(cPtr, false);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 6
0
        public FbxObject GetRootMember(SWIGTYPE_p_FbxCriteria pCriteria, int pIndex)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxDocument_GetRootMember__SWIG_4(swigCPtr, SWIGTYPE_p_FbxCriteria.getCPtr(pCriteria), pIndex);
            FbxObject             ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxObject(cPtr, false);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 7
0
        public int GetRootMemberCount(SWIGTYPE_p_FbxCriteria pCriteria)
        {
            int ret = fbx_wrapperPINVOKE.FbxDocument_GetRootMemberCount__SWIG_2(swigCPtr, SWIGTYPE_p_FbxCriteria.getCPtr(pCriteria));

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