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) |
Exceptions
See: HRESULT Return Values for a list of possible values returned by the HRESULT.