Ejemplo n.º 1
0
 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();
     }
 }
Ejemplo n.º 2
0
 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();
     }
 }
Ejemplo n.º 3
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();
     }
 }
Ejemplo n.º 4
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);
        }
Ejemplo n.º 5
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);
        }
Ejemplo n.º 6
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);
        }
Ejemplo n.º 7
0
        public override SWIGTYPE_p_FbxClassId GetClassId()
        {
            SWIGTYPE_p_FbxClassId ret = new SWIGTYPE_p_FbxClassId(fbx_wrapperPINVOKE.FbxAnimLayer_GetClassId(swigCPtr), true);

            return(ret);
        }
Ejemplo n.º 8
0
        public virtual SWIGTYPE_p_FbxClassId GetClassId()
        {
            SWIGTYPE_p_FbxClassId ret = new SWIGTYPE_p_FbxClassId(fbx_wrapperPINVOKE.FbxObject_GetClassId(swigCPtr), true);

            return(ret);
        }
Ejemplo n.º 9
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_FbxClassId obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Ejemplo n.º 10
0
        public SWIGTYPE_p_FbxClassId ConvertAttributeTypeToClassID(FbxNodeAttribute.EType pAttributeType)
        {
            SWIGTYPE_p_FbxClassId ret = new SWIGTYPE_p_FbxClassId(fbx_wrapperPINVOKE.FbxScene_ConvertAttributeTypeToClassID(swigCPtr, (int)pAttributeType), true);

            return(ret);
        }
Ejemplo n.º 11
0
        public SWIGTYPE_p_FbxClassId FindFbxFileClass(string pFbxFileTypeName, string pFbxFileSubTypeName)
        {
            SWIGTYPE_p_FbxClassId ret = new SWIGTYPE_p_FbxClassId(fbx_wrapperPINVOKE.FbxManager_FindFbxFileClass(swigCPtr, pFbxFileTypeName, pFbxFileSubTypeName), true);

            return(ret);
        }
Ejemplo n.º 12
0
        public SWIGTYPE_p_FbxClassId FindClass(string pClassName)
        {
            SWIGTYPE_p_FbxClassId ret = new SWIGTYPE_p_FbxClassId(fbx_wrapperPINVOKE.FbxManager_FindClass(swigCPtr, pClassName), true);

            return(ret);
        }