Click or drag to resize
MiGeometryIj Interface

Note: This API is now obsolete.

Generic geometry interface for structured surface meshes.

Namespace: OIV.MeshVizXLM.Mesh.Geometry
Assembly: OIV.MeshVizXLM.Mesh (in OIV.MeshVizXLM.Mesh.dll) Version: 9.9.36.0.Release.9ccfd3bbc
Syntax
[ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")]
public interface MiGeometryIj : MiGeometry

The MiGeometryIj type exposes the following members.

Methods
  NameDescription
Public methodGetCoord
Returns the {x, y, z} coordinates at the specified position of this geometry.
Public methodGetNodeName Obsolete.
Returns the name of the node at the specified position.
Top
Properties
  NameDescription
Public propertyTimeStamp
Returns for this geometry a unique time stamp across all geometries in the application.
(Inherited from MiGeometry.)
Top
Remarks
Generic geometry interface for structured surface meshes.

Generic geometry interface accessible via two indices. This type of geometry is typically used by curvilinear surface mesh interfaces.

See Also