ScaleFactor

Gets and sets the scale factor for the mesh layer. This property scales the model in all three axes, maintaining the model’s original aspect ratio.

 

JavaScript

 

ScaleFactor

 

C#

 

double ScaleFactor { get; set; }

 

C++

 

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

HRESULT ScaleFactor([in] double pVal)