Click or drag to resize
MiGeometryI Interface

Note: This API is now obsolete.

Generic geometry interface for unstructured 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 MiGeometryI : MiGeometry

The MiGeometryI 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 unstructured meshes.

Generic geometry interface accessible via one index. This type of geometry is typically used by unstructured mesh interfaces.

See Also