API Reference > OdDb Classes > OdDbGeoData Class > OdDbGeoData Methods > OdDbGeoData::setCoordinateSystem Method
OdDbGeoData::setCoordinateSystem Method
Syntax
C++
OdResult setCoordinateSystem(const OdString& coordSystem);
Parameters 
Description 
const OdString& coordSystem 
[in] String that represents a coordinate system. 

Sets the current coordinate system definition. 

 

When the coordinate system is changed, mesh point arrays are not changed. To get access to these arrays, use set/getMeshPointMaps(), getMeshPointMap() and addMeshPointMap() methods.

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