コード例 #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);
        }
コード例 #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);
        }
コード例 #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);
        }
コード例 #4
0
 public bool Equals(FbxNurbsCurve other)
 {
     if (object.ReferenceEquals(other, null))
     {
         return(false);
     }
     return(this.swigCPtr.Handle.Equals(other.swigCPtr.Handle));
 }
コード例 #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);
        }
コード例 #6
0
        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);
        }
コード例 #7
0
 public void AddCurve(FbxNurbsCurve pCurve)
 {
     FbxWrapperNativePINVOKE.FbxBoundary_AddCurve(swigCPtr, FbxNurbsCurve.getCPtr(pCurve));
 }
コード例 #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);
 }
コード例 #9
0
 public void AddCurve(FbxNurbsCurve pCurve)
 {
     fbx_wrapperPINVOKE.FbxBoundary_AddCurve(swigCPtr, FbxNurbsCurve.getCPtr(pCurve));
 }