Click or drag to resize
SoPolyLineScreenDrawerlinePatternScaleFactor Property

Stipple pattern scale factor.

Namespace: OIV.Inventor.Drawers
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.Drawers.SoPolyLineScreenDrawer.linePattern) by multiplying each subseries of consecutive 1s and 0s. Scale factors are clamped to lie between 1 and 255. Default is 1.

See Also