Ejemplo n.º 1
0
        public FbxNurbsCurve GetCurve(int pIndex)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxBoundary_GetCurve__SWIG_0(swigCPtr, pIndex);
            FbxNurbsCurve         ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxNurbsCurve(cPtr, false);

            return(ret);
        }
Ejemplo n.º 2
0
        public new static FbxNurbsCurve Create(FbxManager pManager, string pName)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxNurbsCurve_Create__SWIG_0(FbxManager.getCPtr(pManager), pName);
            FbxNurbsCurve         ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxNurbsCurve(cPtr, false);

            return(ret);
        }
Ejemplo n.º 3
0
        public new static FbxNurbsCurve Create(FbxObject pContainer, string pName)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxNurbsCurve_Create__SWIG_1(FbxObject.getCPtr(pContainer), pName);
            FbxNurbsCurve         ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxNurbsCurve(cPtr, false);

            return(ret);
        }
 public bool Equals(FbxNurbsCurve other)
 {
     if (object.ReferenceEquals(other, null))
     {
         return(false);
     }
     return(this.swigCPtr.Handle.Equals(other.swigCPtr.Handle));
 }
Ejemplo n.º 5
0
        public FbxNurbsCurve GetNurbsCurve()
        {
            global::System.IntPtr cPtr = NativeMethods.FbxNode_GetNurbsCurve(swigCPtr);
            FbxNurbsCurve         ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxNurbsCurve(cPtr, false);

            if (NativeMethods.SWIGPendingException.Pending)
            {
                throw NativeMethods.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public new static FbxNurbsCurve Create(FbxObject pContainer, string pName)
        {
            global::System.IntPtr cPtr = NativeMethods.FbxNurbsCurve_Create__SWIG_1(FbxObject.getCPtr(pContainer), pName);
            FbxNurbsCurve         ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxNurbsCurve(cPtr, false);

            if (NativeMethods.SWIGPendingException.Pending)
            {
                throw NativeMethods.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 7
0
 public void AddCurve(FbxNurbsCurve pCurve)
 {
     FbxWrapperNativePINVOKE.FbxBoundary_AddCurve(swigCPtr, FbxNurbsCurve.getCPtr(pCurve));
 }
Ejemplo n.º 8
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxNurbsCurve obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Ejemplo n.º 9
0
 public void AddCurve(FbxNurbsCurve pCurve)
 {
     fbx_wrapperPINVOKE.FbxBoundary_AddCurve(swigCPtr, FbxNurbsCurve.getCPtr(pCurve));
 }