Click or drag to resize
SoExtSelectionSetLassoColor Method

Note: This API is now obsolete.

Sets the lasso color.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[ObsoleteAttribute("Obsolete since Open Inventor 10.0.0.0. Use lassoColor field instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetLassoColor(
	SbColor c
)

Parameters

c
Type: OIV.InventorSbColor
Remarks

Applies only if the lasso is not drawn in the overlay plane. This function sets the color in FastEdit mode also. Default is red (1,0,0).

Caution note Caution

Obsolete since Open Inventor 10000. Use lassoColor field instead.

See Also