Exemplo n.º 1
0
 public void SetMax(FbxDouble3 pMax)
 {
     fbx_wrapperPINVOKE.FbxLimits_SetMax(swigCPtr, FbxDouble3.getCPtr(pMax));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 public void SetMin(FbxDouble3 pMin)
 {
     FbxWrapperNativePINVOKE.FbxLimits_SetMin(swigCPtr, FbxDouble3.getCPtr(pMin));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 3
0
        public bool ne(FbxDouble3 pVector)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxDouble3_ne(swigCPtr, FbxDouble3.getCPtr(pVector));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 4
0
        public bool eq(FbxDouble3 pVector)
        {
            bool ret = fbx_wrapperPINVOKE.FbxDouble3_eq(swigCPtr, FbxDouble3.getCPtr(pVector));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 5
0
        public FbxDouble4 assign(FbxDouble3 pValue)
        {
            FbxDouble4 ret = new FbxDouble4(fbx_wrapperPINVOKE.FbxDouble4_assign__SWIG_1(swigCPtr, FbxDouble3.getCPtr(pValue)), false);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 6
0
        public FbxDouble3 assign(FbxDouble3 pVector)
        {
            FbxDouble3 ret = new FbxDouble3(FbxWrapperNativePINVOKE.FbxDouble3_assign__SWIG_2(swigCPtr, FbxDouble3.getCPtr(pVector)), false);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 7
0
 public FbxVector4(FbxDouble3 pValue) : this(fbx_wrapperPINVOKE.new_FbxVector4__SWIG_5(FbxDouble3.getCPtr(pValue)), true)
 {
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
        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);
        }
        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);
        }
Exemplo n.º 10
0
        public FbxPropertyTFbxDouble3 Set(FbxDouble3 pValue)
        {
            FbxPropertyTFbxDouble3 ret = new FbxPropertyTFbxDouble3(FbxWrapperNativePINVOKE.FbxPropertyTFbxDouble3_Set(swigCPtr, FbxDouble3.getCPtr(pValue)), false);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 11
0
        public FbxDouble3 Apply(FbxDouble3 pVector)
        {
            FbxDouble3 ret = new FbxDouble3(fbx_wrapperPINVOKE.FbxLimits_Apply(swigCPtr, FbxDouble3.getCPtr(pVector)), true);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 12
0
 public FbxColor(FbxDouble3 pRGB) : this(FbxWrapperNativePINVOKE.new_FbxColor__SWIG_4(FbxDouble3.getCPtr(pRGB)), true)
 {
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 13
0
        public FbxColor assign(FbxDouble3 pColor)
        {
            FbxColor ret = new FbxColor(FbxWrapperNativePINVOKE.FbxColor_assign__SWIG_1(swigCPtr, FbxDouble3.getCPtr(pColor)), false);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 14
0
 public FbxColor(FbxDouble3 pRGB, double pAlpha) : this(fbx_wrapperPINVOKE.new_FbxColor__SWIG_3(FbxDouble3.getCPtr(pRGB), pAlpha), true)
 {
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 15
0
        public FbxProperty StaticInit(FbxObject pObject, string pName, FbxDataType pDataType, FbxDouble3 pValue, bool pForceSet, FbxPropertyFlags.EFlags pFlags)
        {
            FbxProperty ret = new FbxProperty(fbx_wrapperPINVOKE.FbxPropertyTDouble3_StaticInit__SWIG_2(swigCPtr, FbxObject.getCPtr(pObject), pName, FbxDataType.getCPtr(pDataType), FbxDouble3.getCPtr(pValue), pForceSet, (int)pFlags), false);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 16
0
        public FbxProperty StaticInit(FbxProperty pCompound, string pName, FbxDataType pDataType, FbxDouble3 pValue)
        {
            FbxProperty ret = new FbxProperty(fbx_wrapperPINVOKE.FbxPropertyTDouble3_StaticInit__SWIG_6(swigCPtr, FbxProperty.getCPtr(pCompound), pName, FbxDataType.getCPtr(pDataType), FbxDouble3.getCPtr(pValue)), false);

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