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