public void SetScalingLimits(FbxLimits limit) { FbxWrapperNativePINVOKE.FbxAnimCurveFilterMatrixConverter_SetScalingLimits(swigCPtr, FbxLimits.getCPtr(limit)); if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending) { throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve(); } }
public void SetRotationLimits(FbxLimits limit) { fbx_wrapperPINVOKE.FbxAnimCurveFilterMatrixConverter_SetRotationLimits(swigCPtr, FbxLimits.getCPtr(limit)); if (fbx_wrapperPINVOKE.SWIGPendingException.Pending) { throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve(); } }
public FbxLimits GetScalingLimits() { FbxLimits ret = new FbxLimits(NativeMethods.FbxNode_GetScalingLimits(swigCPtr), false); if (NativeMethods.SWIGPendingException.Pending) { throw NativeMethods.SWIGPendingException.Retrieve(); } return(ret); }
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); }
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); }
public FbxLimits GetScalingLimits() { FbxLimits ret = new FbxLimits(FbxWrapperNativePINVOKE.FbxTransform_GetScalingLimits(swigCPtr), false); return(ret); }
public FbxLimits GetRotationLimits() { FbxLimits ret = new FbxLimits(fbx_wrapperPINVOKE.FbxTransform_GetRotationLimits(swigCPtr), false); return(ret); }