Message 1 of 8
Unable to get scan coordinate system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
There is a problem with reading coordinate system information from RCP, RCS using SDK. An empty string is always returned, although ReCap itself displays the coordinate system.
I am talking about these two methods:
/// \brief Get the original coordinate system that is embedded in the RCS file
Autodesk::RealityComputing::Foundation::RCString Autodesk::RealityComputing::Data::RCScan::getOriginalCoordinateSystem() const
/// \brief Get the coordinate system of the project.
/// Scans in one project have the same target coordinate system as the project target coordinate system.
/// \param coordinateSystem The coordinate system of the project
/// \return True if getting coordinate system correctly. False otherwise.
bool Autodesk::RealityComputing::Data::RCProject::getCoordinateSystem(Autodesk::RealityComputing::Foundation::RCString & coordinateSystem)
Best regards,
Aleksei Muravev