Example #1
0
 public void SetRuntimeClassId(SWIGTYPE_p_FbxClassId pClassId)
 {
     fbx_wrapperPINVOKE.FbxObject_SetRuntimeClassId(swigCPtr, SWIGTYPE_p_FbxClassId.getCPtr(pClassId));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
        public bool IsRuntime(SWIGTYPE_p_FbxClassId pClassId)
        {
            bool ret = fbx_wrapperPINVOKE.FbxObject_IsRuntime(swigCPtr, SWIGTYPE_p_FbxClassId.getCPtr(pClassId));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
 public FbxIteratorDstBase(FbxObject pObject, SWIGTYPE_p_FbxClassId pClassId) : this(fbx_wrapperPINVOKE.new_FbxIteratorDstBase__SWIG_1(FbxObject.getCPtr(pObject), SWIGTYPE_p_FbxClassId.getCPtr(pClassId)), true)
 {
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public FbxIteratorDstBase(FbxProperty pProperty, SWIGTYPE_p_FbxClassId pClassId) : this(fbx_wrapperPINVOKE.new_FbxIteratorDstBase__SWIG_0(FbxProperty.getCPtr(pProperty), SWIGTYPE_p_FbxClassId.getCPtr(pClassId)), true)
 {
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #5
0
        public FbxObject CreateNewObjectFromClassId(SWIGTYPE_p_FbxClassId pClassId, string pName, FbxObject pContainer)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxManager_CreateNewObjectFromClassId__SWIG_1(swigCPtr, SWIGTYPE_p_FbxClassId.getCPtr(pClassId), pName, FbxObject.getCPtr(pContainer));
            FbxObject             ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxObject(cPtr, false);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #6
0
        public SWIGTYPE_p_FbxClassId GetNextFbxClass(SWIGTYPE_p_FbxClassId pClassId)
        {
            SWIGTYPE_p_FbxClassId ret = new SWIGTYPE_p_FbxClassId(fbx_wrapperPINVOKE.FbxManager_GetNextFbxClass(swigCPtr, SWIGTYPE_p_FbxClassId.getCPtr(pClassId)), true);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }