MiHexahedronTopologyExplicitIjkEndNodeId Property |
Returns the last node id + 1 used by this topology.
Namespace: OIV.MeshVizXLM.Mesh.TopologyAssembly: OIV.MeshVizXLM.Mesh (in OIV.MeshVizXLM.Mesh.dll) Version: 9.9.13.0.Release.908d87e01
SyntaxReadOnly Property EndNodeId As Long
Get
property long long EndNodeId {
long long get ();
}
abstract EndNodeId : int64 with get
Property Value
Type:
Int64the last node id + 1 used by this topology
Remarks
Returns the last node id + 1 used by this topology.
This topology uses only node index in the interval
. Thus the maximum node index used by the
topology is
and the number of nodes used by this
topology is
getEndNodeId() - getBeginNodeId()
.
See Also