Exemplo n.º 1
0
        public new static FbxTrimNurbsSurface Create(FbxObject pContainer, string pName)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxTrimNurbsSurface_Create__SWIG_1(FbxObject.getCPtr(pContainer), pName);
            FbxTrimNurbsSurface   ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxTrimNurbsSurface(cPtr, false);

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

            return(ret);
        }
Exemplo n.º 3
0
 public void CopyBoundaries(FbxTrimNurbsSurface pOther)
 {
     fbx_wrapperPINVOKE.FbxTrimNurbsSurface_CopyBoundaries(swigCPtr, FbxTrimNurbsSurface.getCPtr(pOther));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxTrimNurbsSurface obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }