Creating Index File from IAcPcDataBuffer

Creating Index File from IAcPcDataBuffer

Anonymous
Not applicable
746 Views
1 Reply
Message 1 of 2

Creating Index File from IAcPcDataBuffer

Anonymous
Not applicable

I'm having trouble finding the appropriate documentation for how to create an point cloud index file (PCG).  The only API function I have been able to locate is acpcIndexPointCloud which is a bit too high-level (i.e. it takes an input file name).

 

What I am trying to do is create a PCG from points in memory.  I have created a class which implements IAcPcDataBuffer and holds my data...could someone point me to the appropriate class/function(s) to use to save it to PCG?

 

Thanks in advance,

Ryan

0 Likes
747 Views
1 Reply
Reply (1)
Message 2 of 2

fenton_webb
Autodesk
Autodesk
Sorry, but this is not possible I'm afraid. You may be able to write your points to a LAS file on disk and then call the indexer function that way. Creating the LAS file is a slight pain, so you could also consider writing an ascii file and then use a public domain program called Text2Las to generate the LAS file that way, and then index that...
 
Cheers
Fenton Webb
Autodesk Developer Network



Fenton Webb
AutoCAD Engineering
Autodesk

0 Likes