SoExtSelectionSetLassoWidth Method |
Note: This API is now obsolete.
Sets the lasso line width.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax[ObsoleteAttribute("Use lassoWidth field instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetLassoWidth(
float width
)
<ObsoleteAttribute("Use lassoWidth field instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub SetLassoWidth (
width As Single
)
public:
[ObsoleteAttribute(L"Use lassoWidth field instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void SetLassoWidth(
float width
)
[<ObsoleteAttribute("Use lassoWidth field instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member SetLassoWidth :
width : float32 -> unit
Parameters
- width
- Type: SystemSingle
RemarksThis function sets the width in FastEdit mode also. Default is 1.Obsoletesince Open Inventor 10000.
Use lassoWidth field instead.
See Also