public new static FbxPatch Create(FbxObject pContainer, string pName) { global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxPatch_Create__SWIG_1(FbxObject.getCPtr(pContainer), pName); FbxPatch ret = (cPtr == global::System.IntPtr.Zero) ? null : new FbxPatch(cPtr, false); return(ret); }
public new static FbxPatch Create(FbxManager pManager, string pName) { global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxPatch_Create__SWIG_0(FbxManager.getCPtr(pManager), pName); FbxPatch ret = (cPtr == global::System.IntPtr.Zero) ? null : new FbxPatch(cPtr, false); return(ret); }
public FbxNurbs ConvertPatchToNurbs(FbxPatch pPatch) { global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxGeometryConverter_ConvertPatchToNurbs(swigCPtr, FbxPatch.getCPtr(pPatch)); FbxNurbs ret = (cPtr == global::System.IntPtr.Zero) ? null : new FbxNurbs(cPtr, false); return(ret); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxPatch obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }
public FbxNurbsSurface ConvertPatchToNurbsSurface(FbxPatch pPatch) { global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxGeometryConverter_ConvertPatchToNurbsSurface(swigCPtr, FbxPatch.getCPtr(pPatch)); FbxNurbsSurface ret = (cPtr == global::System.IntPtr.Zero) ? null : new FbxNurbsSurface(cPtr, false); return ret; }