SoDrawStylelinePatternScaleFactor Property |
Stipple pattern scale factor (for LINES style).
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
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 OIV.Inventor.Nodes.SoDrawStyle.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