Home > All Other Interfaces > ITerrainPointCloudModel > ScaleFactor

ScaleFactor

Determines the dimensions, in meters per pixel, of 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 times the Scale 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)