Click or drag to resize
PbCellGetNodesLocalIndexOfFacet Method (Int32, IListInt32)

Gets the array of node index that belongs to a given facet of this cell.

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void GetNodesLocalIndexOfFacet(
	int facet,
	IList<int> nodes_index
)

Parameters

facet
Type: SystemInt32
nodes_index
Type: System.Collections.GenericIListInt32
Remarks

facet must be >=0 and < OIV.MeshViz.Data.PbCell.GetNumFacets(). each index is >=0 and < OIV.MeshViz.Data.PbCell.GetNumNodes().

See Also