Click or drag to resize
SoExtSelectionlassoPattern Property

Stipple pattern.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFUShort lassoPattern { get; }

Property Value

Type: SoSFUShort
Remarks

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 Note

Field available since Open Inventor 10.0

See Also