SoExtSelectionUseOverlay Method (Boolean) |
Note: This API is now obsolete.
Sets whether the lasso is drawn in the overlay plane.
Namespace: OIV.Inventor.NodesAssembly: 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
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Sub UseOverlay (
flg As Boolean
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
void UseOverlay(
bool flg
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member UseOverlay :
flg : bool -> unit
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