Beispiel #1
0
        public bool Is(FbxDataType pDataType)
        {
            bool ret = NativeMethods.FbxDataType_Is(swigCPtr, FbxDataType.getCPtr(pDataType));

            if (NativeMethods.SWIGPendingException.Pending)
            {
                throw NativeMethods.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public bool ne(FbxDataType pDataType)
        {
            bool ret = fbx_wrapperPINVOKE.FbxDataType_ne(swigCPtr, FbxDataType.getCPtr(pDataType));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #3
0
        public bool Is(FbxDataType pDataType)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxDataType_Is(swigCPtr, FbxDataType.getCPtr(pDataType));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #4
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);
        }
Beispiel #5
0
        public FbxProperty StaticInit(FbxProperty pCompound, string pName, FbxDataType pDataType, FbxTransform.EInheritType pValue, bool pForceSet)
        {
            FbxProperty ret = new FbxProperty(FbxWrapperNativePINVOKE.FbxPropertyTEInheritType_StaticInit__SWIG_5(swigCPtr, FbxProperty.getCPtr(pCompound), pName, FbxDataType.getCPtr(pDataType), (int)pValue, pForceSet), false);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #6
0
 public FbxDataType(FbxDataType pDataType) : this(NativeMethods.new_FbxDataType__SWIG_1(FbxDataType.getCPtr(pDataType)), true)
 {
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
 }
Beispiel #7
0
        public FbxProperty StaticInit(FbxObject pObject, string pName, FbxDataType pDataType, double pValue, bool pForceSet, FbxPropertyFlags.EFlags pFlags)
        {
            FbxProperty ret = new FbxProperty(fbx_wrapperPINVOKE.FbxPropertyTDouble_StaticInit__SWIG_2(swigCPtr, FbxObject.getCPtr(pObject), pName, FbxDataType.getCPtr(pDataType), pValue, pForceSet, (int)pFlags), false);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public FbxProperty StaticInit(FbxObject pObject, string pName, FbxDataType pDataType, FbxEuler.EOrder pValue, bool pForceSet)
        {
            FbxProperty ret = new FbxProperty(fbx_wrapperPINVOKE.FbxPropertyTERotationOrder_StaticInit__SWIG_3(swigCPtr, FbxObject.getCPtr(pObject), pName, FbxDataType.getCPtr(pDataType), (int)pValue, pForceSet), false);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #9
0
        public FbxProperty AddPropertyGroup(string pName, FbxDataType pDataType)
        {
            FbxProperty ret = new FbxProperty(fbx_wrapperPINVOKE.FbxIOSettings_AddPropertyGroup__SWIG_1(swigCPtr, pName, FbxDataType.getCPtr(pDataType)), true);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #10
0
        public FbxProperty AddPropertyMinMax(FbxProperty pParentProperty, string pName, FbxDataType pDataType, string pLabel, SWIGTYPE_p_void pValue, SWIGTYPE_p_double pMinValue)
        {
            FbxProperty ret = new FbxProperty(fbx_wrapperPINVOKE.FbxIOSettings_AddPropertyMinMax__SWIG_4(swigCPtr, FbxProperty.getCPtr(pParentProperty), pName, FbxDataType.getCPtr(pDataType), pLabel, SWIGTYPE_p_void.getCPtr(pValue), SWIGTYPE_p_double.getCPtr(pMinValue)), true);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #11
0
        public static FbxDataType Create(string pName, FbxDataType pDataType)
        {
            FbxDataType ret = new FbxDataType(FbxWrapperNativePINVOKE.FbxDataType_Create__SWIG_1(pName, FbxDataType.getCPtr(pDataType)), true);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #12
0
        public FbxProperty FindProperty(string pName, FbxDataType pDataType, bool pCaseSensitive)
        {
            FbxProperty ret = new FbxProperty(NativeMethods.FbxObject_FindProperty__SWIG_2(swigCPtr, pName, FbxDataType.getCPtr(pDataType), pCaseSensitive), true);

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

            if (NativeMethods.SWIGPendingException.Pending)
            {
                throw NativeMethods.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #14
0
        public FbxProperty AddPropertyGroup(string pName, FbxDataType pDataType, string pLabel)
        {
            FbxProperty ret = new FbxProperty(FbxWrapperNativePINVOKE.FbxIOSettings_AddPropertyGroup__SWIG_0(swigCPtr, pName, FbxDataType.getCPtr(pDataType), pLabel), true);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #15
0
        public FbxProperty AddProperty(FbxProperty pParentProperty, string pName, FbxDataType pDataType, string pLabel, SWIGTYPE_p_void pValue)
        {
            FbxProperty ret = new FbxProperty(FbxWrapperNativePINVOKE.FbxIOSettings_AddProperty__SWIG_3(swigCPtr, FbxProperty.getCPtr(pParentProperty), pName, FbxDataType.getCPtr(pDataType), pLabel, SWIGTYPE_p_void.getCPtr(pValue)), true);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #16
0
        public FbxProperty CreateProperty(FbxString pName, FbxDataType pType, FbxString pLabel)
        {
            FbxProperty ret = new FbxProperty(FbxWrapperNativePINVOKE.FbxContainer_CreateProperty(swigCPtr, FbxString.getCPtr(pName), FbxDataType.getCPtr(pType), FbxString.getCPtr(pLabel)), true);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #17
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);
        }
Beispiel #18
0
 public FbxDataType(FbxDataType pDataType) : this(FbxWrapperNativePINVOKE.new_FbxDataType__SWIG_1(FbxDataType.getCPtr(pDataType)), true)
 {
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #19
0
        public FbxProperty AddProperty(FbxProperty pParentProperty, string pName, FbxDataType pDataType, string pLabel, SWIGTYPE_p_void pValue, bool pVisible, bool pSavable, bool pEnabled)
        {
            FbxProperty ret = new FbxProperty(fbx_wrapperPINVOKE.FbxIOSettings_AddProperty__SWIG_0(swigCPtr, FbxProperty.getCPtr(pParentProperty), pName, FbxDataType.getCPtr(pDataType), pLabel, SWIGTYPE_p_void.getCPtr(pValue), pVisible, pSavable, pEnabled), true);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #20
0
        public FbxDataType assign(FbxDataType pDataType)
        {
            FbxDataType ret = new FbxDataType(FbxWrapperNativePINVOKE.FbxDataType_assign(swigCPtr, FbxDataType.getCPtr(pDataType)), false);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #21
0
        public FbxProperty AddPropertyMinMax(FbxProperty pParentProperty, string pName, FbxDataType pDataType)
        {
            FbxProperty ret = new FbxProperty(fbx_wrapperPINVOKE.FbxIOSettings_AddPropertyMinMax__SWIG_7(swigCPtr, FbxProperty.getCPtr(pParentProperty), pName, FbxDataType.getCPtr(pDataType)), true);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #22
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);
        }
Beispiel #23
0
 public void SetType(FbxDataType pType)
 {
     FbxWrapperNativePINVOKE.FbxLayerElement_SetType(swigCPtr, FbxDataType.getCPtr(pType));
 }
Beispiel #24
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);
        }
        public FbxProperty StaticInit(FbxProperty pCompound, string pName, FbxDataType pDataType, FbxEuler.EOrder pValue, bool pForceSet, FbxPropertyFlags.EFlags pFlags)
        {
            FbxProperty ret = new FbxProperty(fbx_wrapperPINVOKE.FbxPropertyTERotationOrder_StaticInit__SWIG_4(swigCPtr, FbxProperty.getCPtr(pCompound), pName, FbxDataType.getCPtr(pDataType), (int)pValue, pForceSet, (int)pFlags), false);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public FbxProperty StaticInit(FbxObject pObject, string pName, FbxDataType pDataType, FbxDouble3 pValue, bool pForceSet)
        {
            FbxProperty ret = new FbxProperty(FbxWrapperNativePINVOKE.FbxPropertyTFbxDouble3_StaticInit__SWIG_3(swigCPtr, FbxObject.getCPtr(pObject), pName, FbxDataType.getCPtr(pDataType), FbxDouble3.getCPtr(pValue), pForceSet), false);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #27
0
        public FbxProperty StaticInit(FbxProperty pCompound, string pName, FbxDataType pDataType, double pValue, bool pForceSet)
        {
            FbxProperty ret = new FbxProperty(fbx_wrapperPINVOKE.FbxPropertyTDouble_StaticInit__SWIG_5(swigCPtr, FbxProperty.getCPtr(pCompound), pName, FbxDataType.getCPtr(pDataType), pValue, pForceSet), false);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #28
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);
        }
Beispiel #29
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);
        }
        public FbxProperty StaticInit(FbxProperty pCompound, string pName, FbxDataType pDataType, FbxDouble3 pValue, bool pForceSet, FbxPropertyFlags.EFlags pFlags)
        {
            FbxProperty ret = new FbxProperty(FbxWrapperNativePINVOKE.FbxPropertyTFbxDouble3_StaticInit__SWIG_4(swigCPtr, FbxProperty.getCPtr(pCompound), pName, FbxDataType.getCPtr(pDataType), FbxDouble3.getCPtr(pValue), pForceSet, (int)pFlags), false);

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