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: 10.12.3.0 (10.12.3.0)
Syntax
[ObsoleteAttribute("Obsolete since Open Inventor 10000. Use lassoWidth field instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
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