PbCellGetNodesIndexOfFacet Method (Int32, ArrayList) |
Note: This API is now obsolete.
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 [ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void GetNodesIndexOfFacet(
int facet,
ArrayList nodes_index
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub GetNodesIndexOfFacet (
facet As Integer,
nodes_index As ArrayList
)
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void GetNodesIndexOfFacet(
int facet,
ArrayList^ nodes_index
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member GetNodesIndexOfFacet :
facet : int *
nodes_index : ArrayList -> unit
Parameters
- facet
- Type: SystemInt32
- nodes_index
- Type: System.CollectionsArrayList
Remarks (facet must be >=0 and < getNumFacets()).
Obsolete since Open Inventor 8000.
See Also