SoPolyLineScreenDrawerlinePattern Property |
Stipple pattern.
Namespace: OIV.Inventor.Drawers
This specifies how dashed or dotted lines will be drawn. The pattern is a 16-bit series of 0s and 1s and is repeated as necessary to stipple a given line. A 1 indicates that drawing occurs, and a 0 that it does not, on a pixel-by-pixel basis, starting with the low-order bits of the pattern. Values can range from 0 (invisible) to 0xffff (solid). Default is 0xffff.
The line pattern can be stretched using the OIV.Inventor.Drawers.SoPolyLineScreenDrawer.linePatternScaleFactor field.