Example #1
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_MeshType obj)
 {
     return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
Example #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_MeshType obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Example #3
0
        public SWIGTYPE_p_MeshType GetMeshType()
        {
            SWIGTYPE_p_MeshType ret = new SWIGTYPE_p_MeshType(SharpMochaPINVOKE.Mesh_GetMeshType(swigCPtr), true);

            return(ret);
        }
Example #4
0
 public SWIGTYPE_p_MeshType GetMeshType()
 {
     SWIGTYPE_p_MeshType ret = new SWIGTYPE_p_MeshType(SharpMochaPINVOKE.Mesh_GetMeshType(swigCPtr), true);
     return ret;
 }