Ejemplo n.º 1
0
        public bool IsValidBindPoseVerbose(FbxNode pRoot, FbxUserNotification pUserNotification)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxPose_IsValidBindPoseVerbose__SWIG_5(swigCPtr, FbxNode.getCPtr(pRoot), FbxUserNotification.getCPtr(pUserNotification));

            return(ret);
        }
Ejemplo n.º 2
0
 public void SetUserNotification(FbxUserNotification pUN)
 {
     FbxWrapperNativePINVOKE.FbxManager_SetUserNotification(swigCPtr, FbxUserNotification.getCPtr(pUN));
 }
Ejemplo n.º 3
0
        public bool IsValidBindPoseVerbose(FbxNode pRoot, FbxUserNotification pUserNotification, double pMatrixCmpTolerance)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxPose_IsValidBindPoseVerbose__SWIG_4(swigCPtr, FbxNode.getCPtr(pRoot), FbxUserNotification.getCPtr(pUserNotification), pMatrixCmpTolerance);

            return(ret);
        }
Ejemplo n.º 4
0
 public FbxUserNotificationFilteredIterator(FbxUserNotification pAccumulator, int pFilterClass) : this(fbx_wrapperPINVOKE.new_FbxUserNotificationFilteredIterator__SWIG_2(FbxUserNotification.getCPtr(pAccumulator), pFilterClass), true)
 {
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 5
0
 public FbxUserNotificationFilteredIterator(FbxUserNotification pAccumulator, int pFilterClass, FbxUserNotification.EOutputSource pSrc, bool pNoDetail) : this(fbx_wrapperPINVOKE.new_FbxUserNotificationFilteredIterator__SWIG_0(FbxUserNotification.getCPtr(pAccumulator), pFilterClass, (int)pSrc, pNoDetail), true)
 {
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 6
0
        public bool IsValidBindPoseVerbose(FbxNode pRoot, FbxUserNotification pUserNotification, double pMatrixCmpTolerance, FbxStatus pStatus)
        {
            bool ret = fbx_wrapperPINVOKE.FbxPose_IsValidBindPoseVerbose__SWIG_3(swigCPtr, FbxNode.getCPtr(pRoot), FbxUserNotification.getCPtr(pUserNotification), pMatrixCmpTolerance, FbxStatus.getCPtr(pStatus));

            return(ret);
        }
Ejemplo n.º 7
0
 public FbxUserNotificationFilteredIterator(FbxUserNotification pAccumulator, int pFilterClass, FbxUserNotification.EOutputSource pSrc) : this(FbxWrapperNativePINVOKE.new_FbxUserNotificationFilteredIterator__SWIG_1(FbxUserNotification.getCPtr(pAccumulator), pFilterClass, (int)pSrc), true)
 {
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }