| SoIndexedMarkerSetmarkerGlobalScale Property  | 
Specifies a global scale factor applied to all markers. 
 
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic SoSFFloat markerGlobalScale { get; }Public ReadOnly Property markerGlobalScale As SoSFFloat
	Get
public:
property SoSFFloat^ markerGlobalScale {
	SoSFFloat^ get ();
}member markerGlobalScale : SoSFFloat with get
Property Value
Type: 
SoSFFloat
RemarksDefault is 1. This scale factor is applied in addition to the individual scale factor (markerScale).
Supported only when using shader implementation.
  Note | 
|---|
Field available since Open Inventor 9.3   | 
See Also