Input z value during mesh sampling of plane

To post any request/idea for new functionalities
Post Reply
DA523
Posts: 186
Joined: Mon May 25, 2020 4:02 pm

Input z value during mesh sampling of plane

Post by DA523 »

My goal is to sample point of primitive horizontal plane to get random z value
and user can input z value through GUI ( 2 12 19 etc)
In MeshSamplingTools.cpp line 399 , I added
double MyZ = dist(gen);
P.z = (19*MyZ);

This makes any horizontal plane rough z

Can you please add spin box and checkbox to allow user to insert z value in gui same of this
.
Screenshot_2025-12-05_00-48-27.png
Screenshot_2025-12-05_00-48-27.png (26.59 KiB) Viewed 10691 times
Screenshot_2025-12-05_15-03-06.png
Screenshot_2025-12-05_15-03-06.png (298.75 KiB) Viewed 10691 times
daniel
Site Admin
Posts: 8158
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Input z value during mesh sampling of plane

Post by daniel »

Hum, this looks awfully specific...
Daniel, CloudCompare admin
Post Reply