Click or drag to resize
SoFieldTouch Method

Simulates a change to the field, causing attached sensors to fire, connected fields and engines to be marked as needing evaluation, and so forth.

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

Calling OIV.Inventor.Fields.SoField.Touch() on an instance of a derived field class is equivalent to calling setValue(getValue()) using the derived class's methods, except that the field's OIV.Inventor.Fields.SoField.IsDefault() status remains unchanged.

See Also