SoSceneManagerSetRedrawPriority Method |
Sets the priority of the redraw sensor.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void SetRedrawPriority(
uint priority
)
Public Sub SetRedrawPriority (
priority As UInteger
)
public:
void SetRedrawPriority(
unsigned int priority
)
member SetRedrawPriority :
priority : uint32 -> unit
Parameters
- priority
- Type: SystemUInt32
Remarks Sensors are processed based on priority, with priority values of 0 processed immediately. The default priority for the scene manager redraw sensor is 10000.
See Also