Search found 7354 matches

by daniel
Fri Jan 25, 2019 8:55 am
Forum: Questions
Topic: Segmention of point cloud with 3d Clipping box, command line
Replies: 9
Views: 6682

Re: Segmention of point cloud with 3d Clipping box, command line

See the -CROP option of the command line: http://www.cloudcompare.org/doc/wiki/in ... _line_mode

And you also have the more evolved -CROSS_SECTION option (if you want to extract multiple sections / boxes at a time)
by daniel
Fri Jan 25, 2019 8:54 am
Forum: Questions
Topic: Rasterize tool:calculate percentiles
Replies: 3
Views: 953

Re: Rasterize tool:calculate percentiles

Nope. Appart if you hack the code of course ;)
by daniel
Fri Jan 25, 2019 8:52 am
Forum: Questions
Topic: How to separate e57 files
Replies: 4
Views: 10393

Re: How to separate e57 files

Yep, don't use filenames with spaces, that's rarely a good idea ;)

In effect, in your command line, use quotes to capture the whole filename: "Chatham Station internal.e57".
by daniel
Wed Jan 23, 2019 7:23 pm
Forum: Questions
Topic: log console to file?
Replies: 5
Views: 2812

Re: log console to file?

Oh sorry I misunderstood. Then no, this option is not available with the GUI version.
by daniel
Wed Jan 23, 2019 7:23 pm
Forum: Questions
Topic: the best way to the alignment
Replies: 2
Views: 711

Re: the best way to the alignment

See http://www.cloudcompare.org/doc/wiki/in ... gistration

There are also a lot of discussions about this topic on the forum ;)
by daniel
Tue Jan 22, 2019 10:55 pm
Forum: Issues, bugs, etc.
Topic: Python, Command Line, EXTRACT_VERTICES to Compute Cloud to Mesh Distance (c2m_dist)
Replies: 3
Views: 4014

Re: Python, Command Line, EXTRACT_VERTICES to Compute Cloud to Mesh Distance (c2m_dist)

Oops, you are right, the -EXTRACT_VERTICES option is not accessible in the current 2.10.1 version! It's a bug... As a reward, I modified the C2M_DIST command so that it can work with 2 meshes (in which case CC will consider the first mesh vertices as the compared cloud). I updated the repository. Ca...
by daniel
Tue Jan 22, 2019 8:30 pm
Forum: Questions
Topic: calculate dip angles greater than 90°
Replies: 2
Views: 1291

Re: calculate dip angles greater than 90°

The 'geologic' definition of the dip angle is that it's always pointing upwards (this is why it's always positive...). I don't see any simple "trick" in the current version of CC to invert the sign of the dip angle... the only solution would be to hack the code where the dip is computed (a...
by daniel
Sat Jan 19, 2019 1:57 pm
Forum: Questions
Topic: M3C2 and correlated point clouds
Replies: 1
Views: 713

Re: M3C2 and correlated point clouds

Not sure what you are requiring here (which setting you want to change/add). Can you explain us a little bit more? You can also do it by email to myself (admin [at] cloudcompare.org) and to the author of M3C2 (Dimitri Lague: https://geosciences.univ-rennes1.fr/int ... itri-lague).
by daniel
Fri Jan 18, 2019 10:12 am
Forum: Questions
Topic: Export text file as YXZ RGB
Replies: 3
Views: 4563

Re: Export text file as YXZ RGB

Well, you can indeed ignore all scalar fields (or the normals columns) when loading the file.

But you can also delete them afterwards (with 'Edit > Scalar fields > Delete all' and 'Edit > Normals > Clear').
by daniel
Fri Jan 18, 2019 10:10 am
Forum: Plugins
Topic: Contours from "Compute geometric features"
Replies: 6
Views: 15605

Re: Contours from "Compute geometric features"

Well, frankly this is a difficult task!

I clearly understand the need, but I doubt anyone in the team has time/money to undertake such a work. As always, the ideal option would be to find a motivated developer that could actually do this work (PhD student, etc.).