Beispiel #1
0
 public void UnregisterObjects(SWIGTYPE_p_FbxArrayT_FbxObject_p_t pArray)
 {
     FbxWrapperNativePINVOKE.FbxManager_UnregisterObjects(swigCPtr, SWIGTYPE_p_FbxArrayT_FbxObject_p_t.getCPtr(pArray));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 public void RegisterObjects(SWIGTYPE_p_FbxArrayT_FbxObject_p_t pArray)
 {
     fbx_wrapperPINVOKE.FbxManager_RegisterObjects(swigCPtr, SWIGTYPE_p_FbxArrayT_FbxObject_p_t.getCPtr(pArray));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #3
0
        public int GetReferencedObjects(FbxDocument pToDoc, SWIGTYPE_p_FbxArrayT_FbxObject_p_t pReferencedObjects)
        {
            int ret = fbx_wrapperPINVOKE.FbxDocument_GetReferencedObjects(swigCPtr, FbxDocument.getCPtr(pToDoc), SWIGTYPE_p_FbxArrayT_FbxObject_p_t.getCPtr(pReferencedObjects));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #4
0
        public int GetReferencingObjects(FbxDocument pFromDoc, SWIGTYPE_p_FbxArrayT_FbxObject_p_t pReferencingObjects)
        {
            int ret = FbxWrapperNativePINVOKE.FbxDocument_GetReferencingObjects(swigCPtr, FbxDocument.getCPtr(pFromDoc), SWIGTYPE_p_FbxArrayT_FbxObject_p_t.getCPtr(pReferencingObjects));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_FbxArrayT_FbxObject_p_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 public void GetSelectionNodesAndDirectObjects(SWIGTYPE_p_FbxArrayT_FbxSelectionNode_p_t pSelectionNodeList, SWIGTYPE_p_FbxArrayT_FbxObject_p_t pDirectObjectList)
 {
     fbx_wrapperPINVOKE.FbxSelectionSet_GetSelectionNodesAndDirectObjects(swigCPtr, SWIGTYPE_p_FbxArrayT_FbxSelectionNode_p_t.getCPtr(pSelectionNodeList), SWIGTYPE_p_FbxArrayT_FbxObject_p_t.getCPtr(pDirectObjectList));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }