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: 2023.1.3.0 (2023.1.3)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 10000. 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