Note: This API is now obsolete.
Vector set interface for structured surface meshes.
Namespace: OIV.MeshVizXLM.Mesh.DataAssembly: 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 MiVec3dSetIj : MiDataSetIj,
MiDataSet
<ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")>
Public Interface MiVec3dSetIj
Inherits MiDataSetIj, MiDataSet
[ObsoleteAttribute(L"MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")]
public interface class MiVec3dSetIj : MiDataSetIj,
MiDataSet
[<ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")>]
type MiVec3dSetIj =
interface
interface MiDataSetIj
interface MiDataSet
end
The MiVec3dSetIj type exposes the following members.
Methods
| Name | Description |
---|
 | Get | Returns the vector at the specified position in this vector set. |
 | GetStorageLayout | Hint about data organization in memory. (Inherited from MiDataSetIj.) |
Top
Properties
| Name | Description |
---|
 | Binding | Returns the data binding of this dataset. (Inherited from MiDataSet.) |
 | Name | Returns the name of this data set. (Inherited from MiDataSet.) |
 | TimeStamp |
Returns for this dataset a unique time stamp across all data sets in the
application.
(Inherited from MiDataSet.) |
Top
Remarks
Vector set interface for structured surface meshes.
An interface for a vector set usable in any extract of a structured surface
mesh.
See Also