Ejemplo n.º 1
0
        public FbxFile GetFile()
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxImporter_GetFile(swigCPtr);
            FbxFile ret = (cPtr == global::System.IntPtr.Zero) ? null : new FbxFile(cPtr, false);

            return(ret);
        }
Ejemplo n.º 2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxFile obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Ejemplo n.º 3
0
        public virtual bool FileOpen(FbxFile pFile)
        {
            bool ret = fbx_wrapperPINVOKE.FbxReader_FileOpen__SWIG_3(swigCPtr, FbxFile.getCPtr(pFile));

            return(ret);
        }