Note: This API is now obsolete.
Generic geometry interface for structured volume meshes.
Namespace: OIV.MeshVizXLM.Mesh.GeometryAssembly: 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
<ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")>
Public Interface MiGeometryIjk
Inherits MiGeometry
[ObsoleteAttribute(L"MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")]
public interface class MiGeometryIjk : MiGeometry
[<ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")>]
type MiGeometryIjk =
interface
interface MiGeometry
end
The MiGeometryIjk type exposes the following members.
Methods
| Name | Description |
---|
 | GetCoord |
Returns the {x, y, z} coordinates at the specified position of this
geometry.
|
 | GetNodeName | Obsolete. Returns the name of the node at the specified position. |
 | GetStorageLayout | Hint about coordinates organization in memory. |
Top
Properties
| Name | Description |
---|
 | TimeStamp |
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