Page 1 of 1

Input z value during mesh sampling of plane

Posted: Fri Dec 05, 2025 12:11 pm
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 10699 times
Screenshot_2025-12-05_15-03-06.png
Screenshot_2025-12-05_15-03-06.png (298.75 KiB) Viewed 10699 times

Re: Input z value during mesh sampling of plane

Posted: Wed Dec 10, 2025 9:32 pm
by daniel
Hum, this looks awfully specific...