Click or drag to resize
SoExtSelectionlassoPatternScaleFactor Property

Stipple pattern scale factor.

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

Property Value

Type: SoSFInt32
Remarks

It stretches the lasso pattern (see OIV.Inventor.Nodes.SoExtSelection.lassoPattern) 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 10.0

See Also