Hello,
I have one cloud, surface and i need to offset the surface 1m inside the stack, to create ground. Then I can compute volume between the two surfaces(groud,before-ceil,after) with 2.5D Volume . Pllease help how I can offset the cloud(mesh). (sorry for bad english)
cloud offset to compute volume between surfaces
Re: cloud offset to compute volume between surfaces
Ah you want to offset the cloud along the local surface normal?
That's not possible with CloudCompare. But that's fairly easy with Excel or Matlab, if you export the cloud with its normals as an ASCII file. Then it's just a matter of adding to the point (X, Y, Z) the normal (Nx, Ny, Nz) multiplied by a quantity.
CloudCompare can help you computing the normals if the cloud doesn't have any yet (Edit > Normals > Compute).
The only watchout is to avoid to shift the points too much if there are complex geometries, as it might create topology artifacts...
That's not possible with CloudCompare. But that's fairly easy with Excel or Matlab, if you export the cloud with its normals as an ASCII file. Then it's just a matter of adding to the point (X, Y, Z) the normal (Nx, Ny, Nz) multiplied by a quantity.
CloudCompare can help you computing the normals if the cloud doesn't have any yet (Edit > Normals > Compute).
The only watchout is to avoid to shift the points too much if there are complex geometries, as it might create topology artifacts...
Daniel, CloudCompare admin
Re: cloud offset to compute volume between surfaces
Thank You, You helped Me a lot.
Re: cloud offset to compute volume between surfaces
You may try Blender
Extrude faces along normal
ALT+E
.. ..
check this example (stl mesh)
Extrude faces along normal
ALT+E
.. ..
check this example (stl mesh)
- Attachments
-
- blenderAltE.zip
- (138.25 KiB) Downloaded 284 times