SoBoxHighlightRenderActionSetLineWidth Method |
Sets the line width of the highlight.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetLineWidth(
float width
)
Public Sub SetLineWidth (
width As Single
)
public:
void SetLineWidth(
float width
)
member SetLineWidth :
width : float32 -> unit
Parameters
- width
- Type: SystemSingle
Remarks Default is 3 . Application is responsible for forcing a redraw of the scene to see the effects of this change.
See Also