예제 #1
0
        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);
        }
예제 #2
0
 public void SetScalingLimits(FbxLimits limit)
 {
     FbxWrapperNativePINVOKE.FbxAnimCurveFilterMatrixConverter_SetScalingLimits(swigCPtr, FbxLimits.getCPtr(limit));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #3
0
 public void SetRotationLimits(FbxLimits limit)
 {
     fbx_wrapperPINVOKE.FbxAnimCurveFilterMatrixConverter_SetRotationLimits(swigCPtr, FbxLimits.getCPtr(limit));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }