MiMeshUnstructuredG Interface |
Note: This API is now obsolete.
Unstructured mesh interface.
Namespace: OIV.MeshVizXLM.MeshAssembly: 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
<ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")>
Public Interface MiMeshUnstructured(Of G As {Class, MiGeometryI})
Inherits MiMesh
[ObsoleteAttribute(L"MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")]
generic<typename G>
where G : ref class, MiGeometryI
public interface class MiMeshUnstructured : MiMesh
[<ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")>]
type MiMeshUnstructured<'G when 'G : not struct and MiGeometryI> =
interface
interface MiMesh
end
Type Parameters
- G
- the type of the mesh geometry
The MiMeshUnstructuredG type exposes the following members.
Properties
| Name | Description |
---|
 | Geometry | 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