import pointcloud .pts file to revit or convert .pts file to .rcs

import pointcloud .pts file to revit or convert .pts file to .rcs

Anonymous
Not applicable
4,366 Views
3 Replies
Message 1 of 4

import pointcloud .pts file to revit or convert .pts file to .rcs

Anonymous
Not applicable

Hi all

I'm makin a Revit AddIn in C#, where I need to import a .pts pointcloud file into Revit. I can't find anywhere a solution to do this, but what i can understand is that the pointcloud has to be .rcs, so i thought that i could find a way to convert .pts to .rcs. 

 

Some old posts in here says that PointCloudIndexer in the Revit Api should do the trick, but apparently it is not available anymore.

Other places says that ReCap is needed for this, but i can't find a ReCap Api or any other help on the net to achieve this.

 

I did make my code so that i can import .rcs pointclouds into Revit, so i only need help to convert .pts to .rcs.

 

I hope someone can help?

 

Best regard

Martin K

0 Likes
4,367 Views
3 Replies
Replies (3)
Message 2 of 4

jeremy_tammik
Alumni
Alumni

I performed an Internet search for you, targeting 'rcs file format':

 

https://duckduckgo.com/?q=rcs+file+format

 

It is apparently proprietary, but not very secret anymore:

 

https://forums.autodesk.com/t5/recap-forum/rcs-rcp-file-format-documentation/td-p/7815795

 

Apparently, in 2015, you could use a free version of ReCap to convert other file formats to rcs:

 

https://www.agisoft.com/forum/index.php?topic=1491.0

 

The RCS file reader seems to be something different:

 

https://knowledge.autodesk.com/support/navisworks-products/learn-explore/caas/CloudHelp/cloudhelp/20...

 

Looking forward to hearing what else you can find out and how you end up solving your task.

 

Thank you!

  

Jeremy Tammik Developer Advocacy and Support + The Building Coder + Autodesk Developer Network + ADN Open
0 Likes
Message 3 of 4

Anonymous
Not applicable

Hi Jeremy

Thank you very much for the quick response. I will look through your links and see if that can help me and then i will return 🙂

 

 

Best regards

Martin K

0 Likes
Message 4 of 4

Anonymous
Not applicable

Hi again

It doesn't seem like importing pointcloud in .pts format to Revit can be done programmaticly.

 

To convert .pts file to .rcs file either doesn't seem like it can be done without it is costing a lot of money, because i have to use some converter in ReCap which neither seems to be possible in C#.

 

To read a .rcs file so that i might be able to convert it my self neither seems it can be done.

 

I really don't understand why it is that impossible to import pointclouds in a format other than .rcs to Revit.

 

I hope that someone has an idea out there. 

 

Thanks anyway 🙂

 

Best regards

Martin K

0 Likes