SoGeoElevationGridyScale Property |
The yScale value can be used to produce a vertical exaggeration of the data when it is displayed.
Namespace: OIV.Inventor.GeoAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoSFFloat yScale { get; }
Public ReadOnly Property yScale As SoSFFloat
Get
public:
property SoSFFloat^ yScale {
SoSFFloat^ get ();
}
member yScale : SoSFFloat with get
Property Value
Type:
SoSFFloatRemarks By default, this value is 1.0 (no exaggeration). If this value is set greater than 1.0, all heights will appear larger than actual.
See Also