SoExtSelectionSetLassoWidth Method |
Sets the lasso line width.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetLassoWidth(
float width
)
Public Sub SetLassoWidth (
width As Single
)
public:
void SetLassoWidth(
float width
)
member SetLassoWidth :
width : float32 -> unit
Parameters
- width
- Type: SystemSingle
RemarksThis function sets the width in FastEdit mode also. Default is 1.
See Also