Exemple #1
0
        public FbxImplementation GetImplementation(int pIndex, FbxImplementationFilter pCriteria)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxObject_GetImplementation__SWIG_0(swigCPtr, pIndex, FbxImplementationFilter.getCPtr(pCriteria));
            FbxImplementation     ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxImplementation(cPtr, false);

            return(ret);
        }
Exemple #2
0
        public int GetShadingObjectCount(FbxImplementationFilter pCriteria)
        {
            int ret = FbxWrapperNativePINVOKE.FbxLibrary_GetShadingObjectCount__SWIG_1(swigCPtr, FbxImplementationFilter.getCPtr(pCriteria));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #3
0
        public FbxObject GetShadingObject(int pIndex, FbxImplementationFilter pCriteria)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxLibrary_GetShadingObject__SWIG_1(swigCPtr, pIndex, FbxImplementationFilter.getCPtr(pCriteria));
            FbxObject             ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxObject(cPtr, false);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxImplementationFilter obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Exemple #5
0
        public int GetImplementationCount(FbxImplementationFilter pCriteria)
        {
            int ret = fbx_wrapperPINVOKE.FbxObject_GetImplementationCount__SWIG_0(swigCPtr, FbxImplementationFilter.getCPtr(pCriteria));

            return(ret);
        }