예제 #1
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);
        }
예제 #2
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);
        }
예제 #3
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);
        }
예제 #4
0
        public FbxObject FindDstObject(SWIGTYPE_p_FbxCriteria pCriteria, string pName)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxObject_FindDstObject__SWIG_3(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);
        }
예제 #5
0
        public FbxObject GetSrcObject(SWIGTYPE_p_FbxCriteria pCriteria, int pIndex)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxObject_GetSrcObject__SWIG_2(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);
        }
예제 #6
0
        public FbxObject GetMember(SWIGTYPE_p_FbxCriteria pCriteria)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxCollection_GetMember__SWIG_5(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);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_FbxCriteria obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }