예제 #1
0
        public FbxBoundary GetBoundary(int pIndex)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxTrimNurbsSurface_GetBoundary__SWIG_1(swigCPtr, pIndex);
            FbxBoundary           ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxBoundary(cPtr, false);

            return(ret);
        }
예제 #2
0
        public new static FbxBoundary Create(FbxObject pContainer, string pName)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxBoundary_Create__SWIG_1(FbxObject.getCPtr(pContainer), pName);
            FbxBoundary           ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxBoundary(cPtr, false);

            return(ret);
        }
예제 #3
0
        public new static FbxBoundary Create(FbxManager pManager, string pName)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxBoundary_Create__SWIG_0(FbxManager.getCPtr(pManager), pName);
            FbxBoundary           ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxBoundary(cPtr, false);

            return(ret);
        }
예제 #4
0
        public FbxBoundary GetBoundary(int pIndex, int pRegionIndex)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxTrimNurbsSurface_GetBoundary__SWIG_0(swigCPtr, pIndex, pRegionIndex);
            FbxBoundary           ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxBoundary(cPtr, false);

            return(ret);
        }
예제 #5
0
 public void CopyCurves(FbxBoundary pOther)
 {
     FbxWrapperNativePINVOKE.FbxBoundary_CopyCurves(swigCPtr, FbxBoundary.getCPtr(pOther));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #6
0
        public bool AddBoundary(FbxBoundary pBoundary)
        {
            bool ret = fbx_wrapperPINVOKE.FbxTrimNurbsSurface_AddBoundary(swigCPtr, FbxBoundary.getCPtr(pBoundary));

            return(ret);
        }
예제 #7
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxBoundary obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }