SoExtSelectionlassoPattern Property |
Stipple pattern.
Namespace: OIV.Inventor.Nodes
This specifies how dashed or dotted lasso 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 0xe0e0, corresponding to small dashes.
The line pattern can be stretched using the OIV.Inventor.Nodes.SoExtSelection.lassoPatternScaleFactor field.
Note |
---|
Field available since Open Inventor 10.0 |