Click or drag to resize
SoBoxHighlightRenderActionSetLinePattern Method

Sets the line pattern of the highlight.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetLinePattern(
	ushort pattern
)

Parameters

pattern
Type: SystemUInt16
Remarks

Default is solid, 0xffff . The pattern of bits in the passed variable specifies the pattern of the line. See OIV.Inventor.Nodes.SoDrawStyle for a description. Application is responsible for forcing a redraw of the scene to see the effects of this change.

See Also