PbCellGetNodesLocalIndexOfFacet Method (Int32, ArrayList) |
Note: This API is now obsolete.
Gets the array of node index 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 [EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public void GetNodesLocalIndexOfFacet(
int facet,
ArrayList nodes_index
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Sub GetNodesLocalIndexOfFacet (
facet As Integer,
nodes_index As ArrayList
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
void GetNodesLocalIndexOfFacet(
int facet,
ArrayList^ nodes_index
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member GetNodesLocalIndexOfFacet :
facet : int *
nodes_index : ArrayList -> unit
Parameters
- facet
- Type: SystemInt32
- nodes_index
- Type: System.CollectionsArrayList
Remarks See Also