The OIV.Inventor.SoPath.Push(System.Int32) and OIV.Inventor.SoPath.Pop() methods allow a path to be treated as a stack; they push a node at the end of the chain and pop the last node off.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void Push(
int childIndex
)
Public Sub Push (
childIndex As Integer
)
public:
void Push(
int childIndex
)
member Push :
childIndex : int -> unit
Parameters
- childIndex
- Type: SystemInt32
Remarks See Also