コード例 #1
0
 public void SetScalingLimits(FbxLimits limit)
 {
     FbxWrapperNativePINVOKE.FbxAnimCurveFilterMatrixConverter_SetScalingLimits(swigCPtr, FbxLimits.getCPtr(limit));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 public void SetRotationLimits(FbxLimits limit)
 {
     fbx_wrapperPINVOKE.FbxAnimCurveFilterMatrixConverter_SetRotationLimits(swigCPtr, FbxLimits.getCPtr(limit));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #3
0
        public FbxLimits GetScalingLimits()
        {
            FbxLimits ret = new FbxLimits(NativeMethods.FbxNode_GetScalingLimits(swigCPtr), false);

            if (NativeMethods.SWIGPendingException.Pending)
            {
                throw NativeMethods.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #4
0
ファイル: FbxLimits.cs プロジェクト: yeluo-vinager/FbxWrapper
        public FbxLimits assign(FbxLimits pLimits)
        {
            FbxLimits ret = new FbxLimits(fbx_wrapperPINVOKE.FbxLimits_assign(swigCPtr, FbxLimits.getCPtr(pLimits)), false);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #5
0
ファイル: FbxLimits.cs プロジェクト: mikeage/open-brush
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxLimits obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
コード例 #6
0
ファイル: FbxTransform.cs プロジェクト: zwiglm/NeoAxisEngine
        public FbxLimits GetScalingLimits()
        {
            FbxLimits ret = new FbxLimits(FbxWrapperNativePINVOKE.FbxTransform_GetScalingLimits(swigCPtr), false);

            return(ret);
        }
コード例 #7
0
        public FbxLimits GetRotationLimits()
        {
            FbxLimits ret = new FbxLimits(fbx_wrapperPINVOKE.FbxTransform_GetRotationLimits(swigCPtr), false);

            return(ret);
        }