Click or drag to resize
SoExtSelectionSetLassoWidth Method

Note: This API is now obsolete.

Sets the lasso line width.

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 lassoWidth field instead.")]
public void SetLassoWidth(
	float width
)

Parameters

width
Type: SystemSingle
Remarks

This function sets the width in FastEdit mode also. Default is 1.

Caution note Caution

Obsolete since Open Inventor 10000. Use lassoWidth field instead.

See Also