ScaleY

Gets and sets the value by which to scale the mesh layer on the Y axis. The mesh layer can be scaled independently in each of the three axes. The actual Y value of the layer in the 3D World is the y value of the layer in its internal coordinate system multiplied by the ScaleY value. (i.e., if the mesh layer has a Y value of 5 units and the ScaleY is set to 10 meters per pixel, the y value of the object in the 3D World is 50 meters.)

Note:    If you want to scale the mesh layer in all three axes, maintaining the model’s aspect ratio, use the ScaleFactor property.

 

JavaScript

 

ScaleY

 

C#

 

double ScaleY { get; set; }

 

C++

 

HRESULT ScaleY([out, retval] double* pVal)

HRESULT ScaleY([in] double pVal)