Click or drag to resize
SoLineHighlightRenderActionSetPointSize Method

Sets the size of points (diameter in pixels) rendered by the highlight.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetPointSize(
	float size
)

Parameters

size
Type: SystemSingle
Remarks

Default is 1. Value must be greater than zero. Only applies to point primitives, e.g. OIV.Inventor.Nodes.SoPointSet.

See Also