Exemple #1
0
        public FbxProperty GetNextProperty(FbxProperty pProperty)
        {
            FbxProperty ret = new FbxProperty(fbx_wrapperPINVOKE.FbxObject_GetNextProperty(swigCPtr, FbxProperty.getCPtr(pProperty)), true);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #2
0
        public static FbxProperty Create(FbxObject pObject, FbxDataType pDataType, string pName, string pLabel, bool pCheckForDup, SWIGTYPE_p_bool pWasFound)
        {
            FbxProperty ret = new FbxProperty(FbxWrapperNativePINVOKE.FbxProperty_Create__SWIG_4(FbxObject.getCPtr(pObject), FbxDataType.getCPtr(pDataType), pName, pLabel, pCheckForDup, SWIGTYPE_p_bool.getCPtr(pWasFound)), true);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #3
0
        public FbxProperty AddProperty(FbxProperty pParentProperty, string pName)
        {
            FbxProperty ret = new FbxProperty(fbx_wrapperPINVOKE.FbxIOSettings_AddProperty__SWIG_6(swigCPtr, FbxProperty.getCPtr(pParentProperty), pName), true);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #4
0
        public FbxProperty GetNextDescendent(FbxProperty pProperty)
        {
            FbxProperty ret = new FbxProperty(FbxWrapperNativePINVOKE.FbxProperty_GetNextDescendent(swigCPtr, FbxProperty.getCPtr(pProperty)), true);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #5
0
        public FbxProperty FindHierarchical(string pName, FbxDataType pDataType)
        {
            FbxProperty ret = new FbxProperty(FbxWrapperNativePINVOKE.FbxProperty_FindHierarchical__SWIG_3(swigCPtr, pName, FbxDataType.getCPtr(pDataType)), true);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #6
0
        public bool CopyValue(FbxProperty pProperty)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxProperty_CopyValue(swigCPtr, FbxProperty.getCPtr(pProperty));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #7
0
        public bool IsChildOf(FbxProperty pParent)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxProperty_IsChildOf(swigCPtr, FbxProperty.getCPtr(pParent));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #8
0
        public override bool IsValid(FbxProperty pProperty)
        {
            bool ret = fbx_wrapperPINVOKE.FbxQueryClassId_IsValid(swigCPtr, FbxProperty.getCPtr(pProperty));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #9
0
        public static bool IsRelativeUrl(FbxProperty pProperty, int pIndex)
        {
            bool ret = fbx_wrapperPINVOKE.FbxXRefManager_IsRelativeUrl(FbxProperty.getCPtr(pProperty), pIndex);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #10
0
        public FbxPropertyValue GetPropertyValue(FbxProperty pProperty, FbxTime pTime, bool pForceEval)
        {
            FbxPropertyValue ret = new FbxPropertyValue(fbx_wrapperPINVOKE.FbxAnimEvaluator_GetPropertyValue__SWIG_2(swigCPtr, FbxProperty.getCPtr(pProperty), FbxTime.getCPtr(pTime), pForceEval), false);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public override bool IsValid(FbxProperty pProperty)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxQueryOperator_IsValid(swigCPtr, FbxProperty.getCPtr(pProperty));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #12
0
        public bool DisconnectDstProperty(FbxProperty pProperty)
        {
            bool ret = fbx_wrapperPINVOKE.FbxObject_DisconnectDstProperty(swigCPtr, FbxProperty.getCPtr(pProperty));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #13
0
        public FbxProperty FindPropertyHierarchical(string pName, SWIGTYPE_p_FbxDataType pDataType)
        {
            FbxProperty ret = new FbxProperty(fbx_wrapperPINVOKE.FbxObject_FindPropertyHierarchical__SWIG_3(swigCPtr, pName, SWIGTYPE_p_FbxDataType.getCPtr(pDataType)), true);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #14
0
        public FbxProperty FindProperty(string pName, SWIGTYPE_p_FbxDataType pDataType, bool pCaseSensitive)
        {
            FbxProperty ret = new FbxProperty(fbx_wrapperPINVOKE.FbxObject_FindProperty__SWIG_2(swigCPtr, pName, SWIGTYPE_p_FbxDataType.getCPtr(pDataType), pCaseSensitive), true);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #15
0
        public static FbxProperty CreateFrom(FbxObject pObject, FbxProperty pFromProperty)
        {
            FbxProperty ret = new FbxProperty(FbxWrapperNativePINVOKE.FbxProperty_CreateFrom__SWIG_3(FbxObject.getCPtr(pObject), FbxProperty.getCPtr(pFromProperty)), true);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #16
0
        public static FbxString GetUrl(FbxProperty pProperty, int pIndex)
        {
            FbxString ret = new FbxString(fbx_wrapperPINVOKE.FbxXRefManager_GetUrl(FbxProperty.getCPtr(pProperty), pIndex), true);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #17
0
        public FbxProperty assign(FbxProperty pProperty)
        {
            FbxProperty ret = new FbxProperty(FbxWrapperNativePINVOKE.FbxProperty_assign(swigCPtr, FbxProperty.getCPtr(pProperty)), false);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #18
0
        public bool GetResolvedUrl(FbxProperty pProperty, int pIndex, FbxString pResolvedPath)
        {
            bool ret = fbx_wrapperPINVOKE.FbxXRefManager_GetResolvedUrl__SWIG_0(swigCPtr, FbxProperty.getCPtr(pProperty), pIndex, FbxString.getCPtr(pResolvedPath));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #19
0
        public static bool HasDefaultValue(FbxProperty pProperty)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxProperty_HasDefaultValue(FbxProperty.getCPtr(pProperty));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #20
0
        public static int GetUrlCount(FbxProperty pProperty)
        {
            int ret = fbx_wrapperPINVOKE.FbxXRefManager_GetUrlCount__SWIG_0(FbxProperty.getCPtr(pProperty));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #21
0
        public bool IsDescendentOf(FbxProperty pAncestor)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxProperty_IsDescendentOf(swigCPtr, FbxProperty.getCPtr(pAncestor));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public FbxPropertyValue GetPropertyValue(FbxProperty pProperty, FbxTime pTime)
        {
            FbxPropertyValue ret = new FbxPropertyValue(FbxWrapperNativePINVOKE.FbxAnimEvaluator_GetPropertyValue__SWIG_3(swigCPtr, FbxProperty.getCPtr(pProperty), FbxTime.getCPtr(pTime)), false);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #23
0
        public FbxProperty Find(string pName, FbxDataType pDataType, bool pCaseSensitive)
        {
            FbxProperty ret = new FbxProperty(FbxWrapperNativePINVOKE.FbxProperty_Find__SWIG_2(swigCPtr, pName, FbxDataType.getCPtr(pDataType), pCaseSensitive), true);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #24
0
        public static FbxProperty Create(FbxObject pObject, FbxDataType pDataType, string pName, string pLabel)
        {
            FbxProperty ret = new FbxProperty(FbxWrapperNativePINVOKE.FbxProperty_Create__SWIG_6(FbxObject.getCPtr(pObject), FbxDataType.getCPtr(pDataType), pName, pLabel), true);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #25
0
        public static FbxProperty Create(FbxProperty pCompoundProperty, FbxDataType pDataType, string pName)
        {
            FbxProperty ret = new FbxProperty(FbxWrapperNativePINVOKE.FbxProperty_Create__SWIG_3(FbxProperty.getCPtr(pCompoundProperty), FbxDataType.getCPtr(pDataType), pName), true);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #26
0
        public bool DisconnectDstProperty(FbxProperty pProperty)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxProperty_DisconnectDstProperty(swigCPtr, FbxProperty.getCPtr(pProperty));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #27
0
        public FbxProperty AddPropertyGroup(FbxProperty pParentProperty, string pName, FbxDataType pDataType, string pLabel, bool pVisible)
        {
            FbxProperty ret = new FbxProperty(fbx_wrapperPINVOKE.FbxIOSettings_AddPropertyGroup__SWIG_5(swigCPtr, FbxProperty.getCPtr(pParentProperty), pName, FbxDataType.getCPtr(pDataType), pLabel, pVisible), true);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #28
0
        public static FbxProperty CreateFrom(FbxProperty pCompoundProperty, FbxProperty pFromProperty, bool pCheckForDup)
        {
            FbxProperty ret = new FbxProperty(FbxWrapperNativePINVOKE.FbxProperty_CreateFrom__SWIG_0(FbxProperty.getCPtr(pCompoundProperty), FbxProperty.getCPtr(pFromProperty), pCheckForDup), true);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #29
0
        public FbxProperty AddPropertyMinMax(FbxProperty pParentProperty, string pName, FbxDataType pDataType, string pLabel, SWIGTYPE_p_void pValue)
        {
            FbxProperty ret = new FbxProperty(fbx_wrapperPINVOKE.FbxIOSettings_AddPropertyMinMax__SWIG_5(swigCPtr, FbxProperty.getCPtr(pParentProperty), pName, FbxDataType.getCPtr(pDataType), pLabel, SWIGTYPE_p_void.getCPtr(pValue)), true);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #30
0
        public FbxProperty FindDstProperty(string pName)
        {
            FbxProperty ret = new FbxProperty(NativeMethods.FbxObject_FindDstProperty__SWIG_1(swigCPtr, pName), true);

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