Пример #1
0
        public new static FbxCollection Create(FbxObject pContainer, string pName)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxCollection_Create__SWIG_1(FbxObject.getCPtr(pContainer), pName);
            FbxCollection         ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxCollection(cPtr, false);

            return(ret);
        }
Пример #2
0
        public new static FbxCollection Create(FbxManager pManager, string pName)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxCollection_Create__SWIG_0(FbxManager.getCPtr(pManager), pName);
            FbxCollection         ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxCollection(cPtr, false);

            return(ret);
        }
 public bool Equals(FbxCollection other)
 {
     if (object.ReferenceEquals(other, null))
     {
         return(false);
     }
     return(this.swigCPtr.Handle.Equals(other.swigCPtr.Handle));
 }
        public new static FbxCollection Create(FbxObject pContainer, string pName)
        {
            global::System.IntPtr cPtr = NativeMethods.FbxCollection_Create__SWIG_1(FbxObject.getCPtr(pContainer), pName);
            FbxCollection         ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxCollection(cPtr, false);

            if (NativeMethods.SWIGPendingException.Pending)
            {
                throw NativeMethods.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #5
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxCollection obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Пример #6
0
        public bool ProcessCollection(FbxCollection pCollection)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxProcessor_ProcessCollection__SWIG_0(swigCPtr, FbxCollection.getCPtr(pCollection));

            return(ret);
        }