SoLineHighlightRenderActionSetPointSize Method |
Sets the size of points (diameter in pixels) rendered by the highlight.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetPointSize(
float size
)
Public Sub SetPointSize (
size As Single
)
public:
void SetPointSize(
float size
)
member SetPointSize :
size : float32 -> unit
Parameters
- size
- Type: SystemSingle
RemarksDefault is 1. Value must be greater than zero. Only applies to point primitives, e.g. SoPointSet.
See Also