PbCellGetNodesIndexOfFacet Method (Int32, IListInt32) |
Gets the array of index mesh's nodes that belongs to a given facet of this cell.
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void GetNodesIndexOfFacet(
int facet,
IList<int> nodes_index
)
Public Sub GetNodesIndexOfFacet (
facet As Integer,
nodes_index As IList(Of Integer)
)
public:
void GetNodesIndexOfFacet(
int facet,
IList<int>^ nodes_index
)
member GetNodesIndexOfFacet :
facet : int *
nodes_index : IList<int> -> unit
Parameters
- facet
- Type: SystemInt32
- nodes_index
- Type: System.Collections.GenericIListInt32
Remarks See Also