Hello,
Calling RCStructuredScan::process() for one scan from the test project from ReCapSDK_v24.0.2 fails. To load an RCS file I use RCScan::loadFile(). If I load the RCP file using RCProject::loadFromFile() and then call process() on scans from the project, it works fine.
Maybe someone knows what the reason is?
Best regards,
Aleksei
Solved! Go to Solution.
Solved by zhaoyang_ma. Go to Solution.
Maybe then it makes sense to expand the comment on the method bool Autodesk::RealityComputing::Data::RCStructuredScan::process()?
Now there is the following:
///\brief Process this structured scan to generate derived information such as normal and segment
///\return True if the process is successful. False otherwise.
bool process();
There is nothing to indicate that the result of the method will depend on how the scan was obtained.
Hi @amuravievQ565R,
Thanks a lot for your suggestion! I will let the related team know your feedback.
Can't find what you're looking for? Ask the community or share your knowledge.
