MiHexahedronTopologyExplicitIjkBeginNodeId Property |
Returns the first node id used by this topology.
Namespace: OIV.MeshVizXLM.Mesh.TopologyAssembly: OIV.MeshVizXLM.Mesh (in OIV.MeshVizXLM.Mesh.dll) Version: 9.9.13.0.Release.908d87e01
Syntaxlong BeginNodeId { get; }
ReadOnly Property BeginNodeId As Long
Get
property long long BeginNodeId {
long long get ();
}
abstract BeginNodeId : int64 with get
Property Value
Type:
Int64the 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
. Thus the maximum node index used by the
topology is
and the number of nodes used by this
topology is
getEndNodeId() -
getBeginNodeId()
.
See Also