MiSurfaceMeshCurvilinearT, G Interface |
Note: This API is now obsolete.
Curvilinear surface mesh interface.
Namespace: OIV.MeshVizXLM.MeshAssembly: OIV.MeshVizXLM.Mesh (in OIV.MeshVizXLM.Mesh.dll) Version: 9.9.13.0.Release.908d87e01
Syntax[ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")]
public interface MiSurfaceMeshCurvilinear<T, G> : MiMeshIj<T>,
MiMesh
where T : class, MiTopologyIj
where G : class, MiGeometryIj
<ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")>
Public Interface MiSurfaceMeshCurvilinear(Of T As {Class, MiTopologyIj}, G As {Class, MiGeometryIj})
Inherits MiMeshIj(Of T), MiMesh
[ObsoleteAttribute(L"MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")]
generic<typename T, typename G>
where T : ref class, MiTopologyIj
where G : ref class, MiGeometryIj
public interface class MiSurfaceMeshCurvilinear : MiMeshIj<T>,
MiMesh
[<ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")>]
type MiSurfaceMeshCurvilinear<'T, 'G when 'T : not struct and MiTopologyIj when 'G : not struct and MiGeometryIj> =
interface
interface MiMeshIj<'T>
interface MiMesh
end
Type Parameters
- T
- the type of the mesh topology
- G
- the type of the mesh geometry
The MiSurfaceMeshCurvilinearT, G type exposes the following members.
Properties
Remarks
Curvilinear surface mesh interface.
A Curvilinear Surface mesh is similar to a
MiMeshIj<T>
except that
nodes are organized in a
array where they can be
accessed by (i,j) indices. So each node located inside the mesh (not on a
border) is shared by four cells. However, the nodes are not evenly spaced as
they can be in the
or
.
See Also