ScaleFactor

Gets and sets the factor by which to scale the point cloud model. The actual size of the model in the 3D World is the size of the model in its internal coordinate system multiplied by the ScaleFactor value (i.e., if the model has a width of 5 units and the scale is set to 10 meters per pixel, the width of the object in the 3D World is 50 meters).

 

JavaScript

 

ScaleFactor

 

C#

 

double ScaleFactor { get; set; }

 

C++

 

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

HRESULT ScaleFactor([in] double pVal)