Click or drag to resize
SoExtSelectionUseOverlay Method (Boolean)

Note: This API is now obsolete.

Sets whether the lasso is drawn in the overlay plane.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public void UseOverlay(
	bool flg
)

Parameters

flg
Type: SystemBoolean
Remarks

This only works if the graphics board supports overlay planes (for example the NVIDIA Quadro boards). Default is false.Obsoletesince Open Inventor 9610 Overlay feature is legacy, and no longer makes sense with current hardware.

See Also