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
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.