Click or drag to resize
MiGeometryIjk Interface

Note: This API is now obsolete.

Generic geometry interface for structured volume meshes.

Namespace: OIV.MeshVizXLM.Mesh.Geometry
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 MiGeometryIjk : MiGeometry

The MiGeometryIjk 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.
Public methodGetStorageLayout
Hint about coordinates organization in memory.
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 volume meshes.

Generic geometry interface accessible via three indices. This type of geometry is typically used by structured volume meshes interfaces.

See Also