Click or drag to resize
SoDrawStylelinePatternScaleFactor Property

Stipple pattern scale factor (for LINES style).

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFInt32 linePatternScaleFactor { get; }

Property Value

Type: SoSFInt32
Remarks

It stretches the line pattern (see OIV.Inventor.Nodes.SoDrawStyle.linePattern) by multiplying each subseries of consecutive 1s and 0s. Scale factors are clamped to lie between 1 and 255. Default is 1.

Note Note

Field available since Open Inventor 4.0

See Also