SoIndexedMarkerSetmarkerGlobalScale Property |
Specifies a global scale factor applied to all markers.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFFloat markerGlobalScale { get; }
Public ReadOnly Property markerGlobalScale As SoSFFloat
Get
public:
property SoSFFloat^ markerGlobalScale {
SoSFFloat^ get ();
}
member markerGlobalScale : SoSFFloat with get
Property Value
Type:
SoSFFloatRemarks Default 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