Click or drag to resize
MiMeshUnstructuredG Interface

Note: This API is now obsolete.

Unstructured mesh interface.

Namespace: OIV.MeshVizXLM.Mesh
Assembly: 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 MiMeshUnstructured<G> : MiMesh
where G : class, MiGeometryI

Type Parameters

G
the type of the mesh geometry

The MiMeshUnstructuredG type exposes the following members.

Properties
  NameDescription
Public propertyGeometry
Returns the unstructured geometry of this mesh.
Top
Remarks
Unstructured mesh interface.

This interface defines a unstructured mesh. All unstructured meshes have a common geometry interface:

getX(int i), getY(int i), getZ(int i)
.
An unstructured mesh can be either a volume, a surface or a line.

See Also