| SoExtSelectionlassoPatternScaleFactor Property  | 
Stipple pattern scale factor. 
 
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic SoSFInt32 lassoPatternScaleFactor { get; }Public ReadOnly Property lassoPatternScaleFactor As SoSFInt32
	Get
public:
property SoSFInt32^ lassoPatternScaleFactor {
	SoSFInt32^ get ();
}member lassoPatternScaleFactor : SoSFInt32 with get
Property Value
Type: 
SoSFInt32
RemarksIt 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 | 
|---|
Field available since Open Inventor 10.0   | 
See Also