Search found 7956 matches

by daniel
Fri Jun 06, 2025 5:33 pm
Forum: Questions
Topic: Verticality or Dip Dip SF - Highlight only the horizontal ledges of a cliff face
Replies: 1
Views: 119

Re: Verticality or Dip Dip SF - Highlight only the horizontal ledges of a cliff face

If the normals are properly signed, you can try:
- additionally, extract the normal components as scalar fields, and find which SF (Nx, Ny or Nz - I would expect Nz) may differentiate the 2 sub-sets (based on the sign typically)
- or try your luck with the 'Stereogram' tool of the Facet plugin
by daniel
Fri Jun 06, 2025 5:30 pm
Forum: Questions
Topic: Batch process mesh to mesh comparison
Replies: 1
Views: 68

Re: Batch process mesh to mesh comparison

Are you really using the C2C tool? Not the C2M one? (in which case, you only compute the distance between the vertices of one mesh to the vertices of the other mesh, not to its 'surface'). Anyway, you could try to create a 'command line' script (hopefully easier than coding in Python). At least you ...
by daniel
Fri Jun 06, 2025 5:23 pm
Forum: Questions
Topic: Faro Focus import, colors missing
Replies: 4
Views: 16144

Re: Faro Focus import, colors missing

Oh, so it's now called the Faro Scene API... https://knowledge.faro.com/Software/FAR ... dalone_API
by daniel
Fri Jun 06, 2025 5:21 pm
Forum: French area
Topic: Installer un Plugin - MPlane.
Replies: 5
Views: 340

Re: Installer un Plugin - MPlane.

Bonjour,

Le plugin a été développé par un contributeur 'externe' (un labo): https://github.com/hvs-ait/mplane-plugin

Vous pouvez essayer de le contacter via cette page github j'imagine (via une 'issue' typiquement).
by daniel
Fri Jun 06, 2025 5:19 pm
Forum: Issues, bugs, etc.
Topic: No save as or export dialog in MacOS
Replies: 1
Views: 89

Re: No save as or export dialog in MacOS

Is it maybe a group (folder) of clouds with multiple clouds inside?

You can only export a single entity (cloud or mesh) in a PLY file. Therefore, make sure you highlight only one cloud, and not a folder.
by daniel
Tue Jun 03, 2025 6:43 pm
Forum: Questions
Topic: mesh to compute geometeric features
Replies: 1
Views: 272

Re: mesh to compute geometeric features

This tool can only be applied to point clouds...

One option would be to sample a lot of points on the mesh (with 'Edit > Mesh > Sample points').
by daniel
Tue Jun 03, 2025 6:42 pm
Forum: Questions
Topic: the cloud appears cut into vertical slices
Replies: 1
Views: 215

Re: the cloud appears cut into vertical slices

Ah ah, If I got 1$ every time this question is asked... This is due to large coordinates. See the warning when you load the LAS file about large coordinates, and why a 'Global shift' should be applied at loading time to reduce the amplitude of the coordinates. You should always apply a shift that's ...
by daniel
Tue Jun 03, 2025 6:39 pm
Forum: French area
Topic: Installer un Plugin - MPlane.
Replies: 5
Views: 340

Re: Installer un Plugin - MPlane.

Bonjour,

Je ne suis pas sûr de comprendre. Normalement vous avez juste à installer CC (avec l'installeur) et le plugin devrait déjà se trouver dans le répertoire 'plugins'.

Je viens de re-tester avec la version 2.14.alpha, et ça marche toujours a priori.
by daniel
Tue Jun 03, 2025 6:31 pm
Forum: Issues, bugs, etc.
Topic: Wiki page is not working ?
Replies: 1
Views: 323

Re: Wiki page is not working ?

This should now work (hopefully).
by daniel
Tue Jun 03, 2025 6:31 pm
Forum: Questions
Topic: Rasterise Outputs arent maintaining the original CRS
Replies: 3
Views: 956

Re: Rasterise Outputs arent maintaining the original CRS

No the warning is normal, it just to tell the user that all coordinates have been (temporarily) translated to local coordinates.

But this should normally be restored when exporting entities to most of the file formats supported by CC, and also to geotiff files.