Create planes from text file

Feel free to ask any question here
Post Reply
westergu
Posts: 25
Joined: Tue Oct 24, 2017 8:52 am

Create planes from text file

Post by westergu »

Hi,
Is there a way to create multiple planes according to a text file, containing information about cx, cy, cz, normal (or dip and dipdir), size and color?

Best regards,
Gustav
daniel
Site Admin
Posts: 7479
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Create planes from text file

Post by daniel »

Not that I'm aware of ;)
Daniel, CloudCompare admin
westergu
Posts: 25
Joined: Tue Oct 24, 2017 8:52 am

Re: Create planes from text file

Post by westergu »

Would this be a big task, from a programming point of view, to implement it into the software?
The reason why I ask this is the following. After that planes has been generated with the Ransac or compass plugins, one can export the plane info with the batch export. In Excel you can then easily modify the properties of the planes, and also do some filtering. Once this is done it would be nice to read these modified planes back to CC.
Thank you for a great software!
daniel
Site Admin
Posts: 7479
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Create planes from text file

Post by daniel »

Well, I guess it would be rather simple for a C++ developer to create a specific I/O filter (ideally as a plugin, or even simply add a class to the existing qAdditionalIO plugin: https://github.com/CloudCompare/CloudCo ... ditionalIO) to load this kind of files.
Daniel, CloudCompare admin
Post Reply