Click or drag to resize
SoDataSensorSetTriggerFastEditInfoFlag Method

Sets the flag that indicates whether the trigger path fastEdit info (see isTriggerBelowFastEdit()) is available to delegatemethods.

Namespace: OIV.Inventor.Sensors
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void SetTriggerFastEditInfoFlag(
	bool flag
)

Parameters

flag
Type: SystemBoolean
Remarks

This is false by default. Note that setting this to true will add a little overhead when the sensor is notified. Since Open Inventor 9.2.3

See Also