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

            return(ret);
        }
Example #2
0
        public int GetImplementationCount(SWIGTYPE_p_FbxImplementationFilter pCriteria)
        {
            int ret = fbx_wrapperPINVOKE.FbxObject_GetImplementationCount__SWIG_0(swigCPtr, SWIGTYPE_p_FbxImplementationFilter.getCPtr(pCriteria));

            return(ret);
        }