Click or drag to resize
SoTextPropertybackFrameLineWidth Property

Defines the width of the line when BACK_FRAME_LINE has been enabled for the current style.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoSFFloat backFrameLineWidth { get; }

Property Value

Type: SoSFFloat
Remarks

The backFrameLineWidth value is pixel size for OIV.Inventor.Nodes.SoText2 text, and is a 1/40 of the current font size for OIV.Inventor.Nodes.SoText3 text. Default value is 1.0 Default value can be changed using the environment variable OIV_TEXT_BACKFRAMELINE_WIDTH.

Note Note

Field available since Open Inventor 9.2

See Also