Exemple #1
0
        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);
        }
Exemple #2
0
        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);
        }
Exemple #3
0
        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);
        }
Exemple #4
0
 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);
 }
Exemple #5
0
 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;
 }