Click or drag to resize
SoIndexedMarkerSetmarkerGlobalScale Property

Specifies a global scale factor applied to all markers.

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

Property Value

Type: SoSFFloat
Remarks

Default is 1. This scale factor is applied in addition to the individual scale factor (markerScale).

Supported only when using shader implementation.

Note Note

Field available since Open Inventor 9.3

See Also