PbMeshGetNodeOwnerCellsInd Method (Int32, ArrayList) |
Note: This API is now obsolete.
Gets the list of indices of cells that own the node "nod_index".
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 GetNodeOwnerCellsInd(
int nod_index,
ArrayList owner_cells
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Sub GetNodeOwnerCellsInd (
nod_index As Integer,
owner_cells As ArrayList
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
void GetNodeOwnerCellsInd(
int nod_index,
ArrayList^ owner_cells
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member GetNodeOwnerCellsInd :
nod_index : int *
owner_cells : ArrayList -> unit
Parameters
- nod_index
- Type: SystemInt32
- owner_cells
- Type: System.CollectionsArrayList
Remarks Obsolete since Open Inventor 8000.
See Also