API Reference > OdDb Classes > OdDbGeoData Class > OdDbGeoData Enumerations > OdDbGeoData::ScaleEstimationMethod Enumeration
OdDbGeoData::ScaleEstimationMethod Enumeration
Syntax
C++
enum ScaleEstimationMethod { kScaleEstMethodUnity = 1, kScaleEstMethodUserDefined, kScaleEstMethodReferencePoint, kScaleEstMethodPrismoidal };

DbGeoData.h

Members 
Description 
kScaleEstMethodUnity = 1 
Unity 
kScaleEstMethodUserDefined 
User defined scale factor 
kScaleEstMethodReferencePoint 
Grid scale at reference point 
kScaleEstMethodPrismoidal 
Prismoidal 

This enumeration represents the scale estimation method.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.