Announcements

Announcement: We’re aware of an issue affecting starting a new topic from category pages and creating new blog posts. New topics can still be started directly from the relevant board. Learn more here.

Recap SDK convert e57 to rpc file

Recap SDK convert e57 to rpc file

jabir_
Participant Participant
1,632 Views
1 Reply
Message 1 of 2

Recap SDK convert e57 to rpc file

jabir_
Participant
Participant

Hello,

I could correctly compile the Recap SDK with visual studio 2015.

I have the executables RCPCreateorSample.exeRCPProjectImportSample.exeRCpReaderSample.exe that work correctly.

I also compiled the E57Codec and LasCodec (E57Codec.rcipLasCodec.rcip)

I converted an E57 and a las file to rcp with RCPCreatorSample.exe and this works good. I am able to open with RECAP the generated file.

What I am trying to do is to convert an rcp file to e57 or las ? Is that possible with this SDK to do it in command line, like when I convert the e57 to rcp with RCPCreatorSample.exe

 

If this is not possible with this SDK, is there any other solution to convert an rcp to e57 through cmd ?

Thank you very much for you help

0 Likes
Accepted solutions (1)
1,633 Views
1 Reply
Reply (1)
Message 2 of 2

martin.graner
Contributor
Contributor
Accepted solution

Hi,

 

pretty sure the developer didn't write that into the example, because this can be derived from RCPReaderSample.cpp very easily, you just need to port the received rcp data into an e57 stream instead of a XYZ.

Since XYZ is a plain ascii file, and e57 is a complete library, I guess adding the e57 lib to the SDK is just dead weight.

 

Good luck

Cheers

0 Likes