Пример #1
0
 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();
     }
 }
Пример #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_FbxArrayT_FbxSelectionNode_p_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }