Example #1
0
        public override bool Evaluate(FbxBindingOperator pOperator, FbxObject pObject, SWIGTYPE_p_EFbxType pResultType, SWIGTYPE_p_p_void pResult)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxMultiplyBOF_Evaluate(swigCPtr, FbxBindingOperator.getCPtr(pOperator), FbxObject.getCPtr(pObject), SWIGTYPE_p_EFbxType.getCPtr(pResultType), SWIGTYPE_p_p_void.getCPtr(pResult));

            return(ret);
        }
Example #2
0
        public new static FbxConstraintRotation Create(FbxObject pContainer, string pName)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxConstraintRotation_Create__SWIG_1(FbxObject.getCPtr(pContainer), pName);
            FbxConstraintRotation ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxConstraintRotation(cPtr, false);

            return(ret);
        }
Example #3
0
 public void SetConstrainedObject(FbxObject pObject)
 {
     FbxWrapperNativePINVOKE.FbxConstraintRotation_SetConstrainedObject(swigCPtr, FbxObject.getCPtr(pObject));
 }
Example #4
0
 public void AddConstraintSource(FbxObject pObject)
 {
     FbxWrapperNativePINVOKE.FbxConstraintRotation_AddConstraintSource__SWIG_1(swigCPtr, FbxObject.getCPtr(pObject));
 }
Example #5
0
        public new static FbxFileTexture Create(FbxObject pContainer, string pName)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxFileTexture_Create__SWIG_1(FbxObject.getCPtr(pContainer), pName);
            FbxFileTexture        ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxFileTexture(cPtr, false);

            return(ret);
        }
Example #6
0
        public override FbxObject Copy(FbxObject pObject)
        {
            FbxObject ret = new FbxObject(fbx_wrapperPINVOKE.FbxFileTexture_Copy(swigCPtr, FbxObject.getCPtr(pObject)), false);

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