SoDrawStylelinePatternScaleFactor Property |
Stipple pattern scale factor (for LINES style).
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFInt32 linePatternScaleFactor { get; }
Public ReadOnly Property linePatternScaleFactor As SoSFInt32
Get
public:
property SoSFInt32^ linePatternScaleFactor {
SoSFInt32^ get ();
}
member linePatternScaleFactor : SoSFInt32 with get
Property Value
Type:
SoSFInt32
RemarksIt stretches the line pattern (see linePattern) 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 4.0
See Also