Gets and sets the scale factor for the model. This property scales the model in all three axes, maintaining the model’s original aspect ratio.
Note: If you want to scale the model in each axis independently of the other axes, use the ScaleX, ScaleY, and ScaleZ properties.
JavaScript |
|
|
|
ScaleFactor |
C# |
|
|
|
double ScaleFactor { get; set; } |
C++ |
|
|
|
HRESULT ScaleFactor([out, retval] double* pVal) HRESULT ScaleFactor([in] double pVal) |