Beispiel #1
0
        public static FbxQueryIsA Create(FbxClassId pClassId)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxQueryIsA_Create(FbxClassId.getCPtr(pClassId));
            FbxQueryIsA           ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxQueryIsA(cPtr, false);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxQueryIsA obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }