示例#1
0
 public FbxIteratorSrcBase(FbxObject pObject, FbxClassId pClassId) : this(fbx_wrapperPINVOKE.new_FbxIteratorSrcBase__SWIG_1(FbxObject.getCPtr(pObject), FbxClassId.getCPtr(pClassId)), true)
 {
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public FbxIteratorDstBase(FbxObject pObject, FbxClassId pClassId) : this(FbxWrapperNativePINVOKE.new_FbxIteratorDstBase__SWIG_1(FbxObject.getCPtr(pObject), FbxClassId.getCPtr(pClassId)), true)
 {
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#3
0
 public FbxClassId(string pClassName, FbxClassId pParentClassId, SWIGTYPE_p_f_r_FbxManager_p_q_const__char_p_q_const__FbxObject__p_FbxObject pConstructor, string pFBXType) : this(fbx_wrapperPINVOKE.new_FbxClassId__SWIG_2(pClassName, FbxClassId.getCPtr(pParentClassId), SWIGTYPE_p_f_r_FbxManager_p_q_const__char_p_q_const__FbxObject__p_FbxObject.getCPtr(pConstructor), pFBXType), true)
 {
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#4
0
 public FbxClassId(string pClassName, FbxClassId pParentClassId, SWIGTYPE_p_f_r_FbxManager_p_q_const__char_p_q_const__FbxObject__p_FbxObject pConstructor) : this(FbxWrapperNativePINVOKE.new_FbxClassId__SWIG_3(pClassName, FbxClassId.getCPtr(pParentClassId), SWIGTYPE_p_f_r_FbxManager_p_q_const__char_p_q_const__FbxObject__p_FbxObject.getCPtr(pConstructor)), true)
 {
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public FbxIteratorDstBase(FbxProperty pProperty, FbxClassId pClassId) : this(FbxWrapperNativePINVOKE.new_FbxIteratorDstBase__SWIG_0(FbxProperty.getCPtr(pProperty), FbxClassId.getCPtr(pClassId)), true)
 {
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#6
0
 public FbxClassId(string pClassName, FbxClassId pParentClassId) : this(FbxWrapperNativePINVOKE.new_FbxClassId__SWIG_4(pClassName, FbxClassId.getCPtr(pParentClassId)), true)
 {
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#7
0
 public FbxIteratorSrcBase(FbxProperty pProperty, FbxClassId pClassId) : this(fbx_wrapperPINVOKE.new_FbxIteratorSrcBase__SWIG_0(FbxProperty.getCPtr(pProperty), FbxClassId.getCPtr(pClassId)), true)
 {
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#8
0
 public void SetRuntimeClassId(FbxClassId pClassId)
 {
     fbx_wrapperPINVOKE.FbxObject_SetRuntimeClassId(swigCPtr, FbxClassId.getCPtr(pClassId));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#9
0
        public bool DisconnectAllDstObject(FbxClassId pClassId)
        {
            bool ret = fbx_wrapperPINVOKE.FbxObject_DisconnectAllDstObject__SWIG_2(swigCPtr, FbxClassId.getCPtr(pClassId));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#10
0
        public int call(FbxClassId pKeyA, FbxClassId pKeyB)
        {
            int ret = FbxWrapperNativePINVOKE.FbxClassIdCompare_call(swigCPtr, FbxClassId.getCPtr(pKeyA), FbxClassId.getCPtr(pKeyB));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#11
0
        public FbxClassId GetNextFbxClass(FbxClassId pClassId)
        {
            FbxClassId ret = new FbxClassId(FbxWrapperNativePINVOKE.FbxManager_GetNextFbxClass(swigCPtr, FbxClassId.getCPtr(pClassId)), true);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#12
0
        public bool Is(FbxClassId pClassId)
        {
            bool ret = fbx_wrapperPINVOKE.FbxObject_Is(swigCPtr, FbxClassId.getCPtr(pClassId));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#13
0
        public static FbxCriteria ObjectTypeStrict(FbxClassId pClassId)
        {
            FbxCriteria ret = new FbxCriteria(FbxWrapperNativePINVOKE.FbxCriteria_ObjectTypeStrict(FbxClassId.getCPtr(pClassId)), true);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#14
0
        public int GetDstObjectCount(FbxClassId pClassId)
        {
            int ret = fbx_wrapperPINVOKE.FbxObject_GetDstObjectCount__SWIG_2(swigCPtr, FbxClassId.getCPtr(pClassId));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#15
0
        public bool ne(FbxClassId pClassId)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxClassId_ne(swigCPtr, FbxClassId.getCPtr(pClassId));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#16
0
        public static FbxQueryClassId Create(FbxClassId pClassId)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxQueryClassId_Create(FbxClassId.getCPtr(pClassId));
            FbxQueryClassId       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxQueryClassId(cPtr, false);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#17
0
        public FbxObject GetSrcObject(FbxClassId pClassId, int pIndex)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxObject_GetSrcObject__SWIG_4(swigCPtr, FbxClassId.getCPtr(pClassId), pIndex);
            FbxObject             ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxObject(cPtr, false);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#18
0
        public static FbxQueryIsA Create(FbxClassId pClassId)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxQueryIsA_Create(FbxClassId.getCPtr(pClassId));
            FbxQueryIsA           ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxQueryIsA(cPtr, false);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#19
0
        public FbxObject CreateNewObjectFromClassId(FbxClassId pClassId, string pName, FbxObject pContainer)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxManager_CreateNewObjectFromClassId__SWIG_1(swigCPtr, FbxClassId.getCPtr(pClassId), pName, FbxObject.getCPtr(pContainer));
            FbxObject             ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxObject(cPtr, false);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#20
0
        public FbxObject FindDstObject(FbxClassId pClassId, string pName)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxObject_FindDstObject__SWIG_5(swigCPtr, FbxClassId.getCPtr(pClassId), pName);
            FbxObject             ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxObject(cPtr, false);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#21
0
        public override FbxClassId GetClassId()
        {
            FbxClassId ret = new FbxClassId(fbx_wrapperPINVOKE.FbxTrimNurbsSurface_GetClassId(swigCPtr), true);

            return(ret);
        }
示例#22
0
        public override FbxClassId GetClassId()
        {
            FbxClassId ret = new FbxClassId(fbx_wrapperPINVOKE.FbxLayerContainer_GetClassId(swigCPtr), true);

            return(ret);
        }
示例#23
0
        public override FbxClassId GetClassId()
        {
            FbxClassId ret = new FbxClassId(FbxWrapperNativePINVOKE.FbxBoundary_GetClassId(swigCPtr), true);

            return(ret);
        }
        public override FbxClassId GetClassId()
        {
            FbxClassId ret = new FbxClassId(fbx_wrapperPINVOKE.FbxSelectionNode_GetClassId(swigCPtr), true);

            return(ret);
        }
示例#25
0
        public override FbxClassId GetClassId()
        {
            FbxClassId ret = new FbxClassId(FbxWrapperNativePINVOKE.FbxCameraManipulator_GetClassId(swigCPtr), true);

            return(ret);
        }
示例#26
0
        public FbxClassId GetParent()
        {
            FbxClassId ret = new FbxClassId(FbxWrapperNativePINVOKE.FbxClassId_GetParent(swigCPtr), true);

            return(ret);
        }
示例#27
0
        public override FbxClassId GetClassId()
        {
            FbxClassId ret = new FbxClassId(FbxWrapperNativePINVOKE.FbxConstraintParent_GetClassId(swigCPtr), true);

            return(ret);
        }
示例#28
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxClassId obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
示例#29
0
        public override FbxClassId GetClassId()
        {
            FbxClassId ret = new FbxClassId(FbxWrapperNativePINVOKE.FbxGlobalSettings_GetClassId(swigCPtr), true);

            return(ret);
        }
示例#30
0
        public override FbxClassId GetClassId()
        {
            FbxClassId ret = new FbxClassId(fbx_wrapperPINVOKE.FbxDocument_GetClassId(swigCPtr), true);

            return(ret);
        }