Click or drag to resize
SoExtSelectionAnimateOverlayLasso Method (Boolean)

Note: This API is now obsolete.

Sets the the lasso animation flag.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 10.0.0.0. Use animateLasso field instead.")]
public void AnimateOverlayLasso(
	bool flg
)

Parameters

flg
Type: SystemBoolean
Remarks

This controls whether the lasso is animated (its line pattern changes) or not. Default is false.

Caution note Caution

Obsolete since Open Inventor 10000. Use animateLasso field instead.

See Also