Click or drag to resize
SoMarkerSetmarkerScale Property

Specifies the scale factor applied to each marker.

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

Property Value

Type: SoMFFloat
Remarks

Default is 1. You can specify fewer scale values than the number of markers to be drawn. In this case the "missing" values are looped from the first scale value each necessary time. You can also specify a scale factor to be applied to every marker in the set using the field OIV.Inventor.Nodes.SoMarkerSet.markerGlobalScale.

Supported only when using shader implementation (this is the default).

Note Note

Field available since Open Inventor 9.3

See Also