Click or drag to resize
SoNodeTouch Method

Marks an instance as modified, simulating a change to it.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public override void Touch()
Remarks

This will notify auditors (parent nodes, connected engines, and so on) of a change to this object and cause attached sensors to be triggered.

See Also