Click or drag to resize
MiHexahedronTopologyExplicitIjkBeginNodeId Property
Returns the first node id used by this topology.

Namespace: OIV.MeshVizXLM.Mesh.Topology
Assembly: OIV.MeshVizXLM.Mesh (in OIV.MeshVizXLM.Mesh.dll) Version: 9.9.13.0.Release.908d87e01
Syntax
long BeginNodeId { get; }

Property Value

Type: Int64
the first node id used by this topology
Remarks
Returns the first node id used by this topology.

This topology uses only node index in the interval

[beginNodeId,EndNodeId[
. Thus the maximum node index used by the topology is
getEndNodeId() - 1
and the number of nodes used by this topology is
getEndNodeId() -
getBeginNodeId()
.

See Also