public void InitControlPoints(int pCount, FbxNurbsCurve.EType pVType)
 {
     NativeMethods.FbxNurbsCurve_InitControlPoints(swigCPtr, pCount, (int)pVType);
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 public void InitControlPoints(int pCount, FbxNurbsCurve.EType pVType)
 {
     fbx_wrapperPINVOKE.FbxNurbsCurve_InitControlPoints__SWIG_0(swigCPtr, pCount, (int)pVType);
 }
Exemplo n.º 3
0
 public FbxNurbsCurve.EType GetType()
 {
     FbxNurbsCurve.EType ret = (FbxNurbsCurve.EType)fbx_wrapperPINVOKE.FbxNurbsCurve_GetType(swigCPtr);
     return(ret);
 }
Exemplo n.º 4
0
 public FbxNurbsCurve.EType GetType()
 {
     FbxNurbsCurve.EType ret = (FbxNurbsCurve.EType)FbxWrapperNativePINVOKE.FbxNurbsCurve_GetType(swigCPtr);
     return(ret);
 }