Hi,
This video shows my “Surface from pointcloud methodology” that I am trying to improve.
I am now trying extracting sections through a pointcloud using _CurveThroughPt + Selfence
It works pretty well, but I would like to be able to reduce the thickness (width) of the fence to select a thinner slice of points in the pointcloud.
At the moment I can only fudge this by zooming into the Fence curve when I execute the command.
Mike
Hi Pascal,
I just did a quick test.
I tried your method, draw the curve, and use SelBrush > Curve at a very small brush radius - 3 px.
I get a better result when I zoom in to select the curve.
So 3PX is relative to the viewport zoom. Is there any way to set an absolute selection width (in MM )
Mike.
Sorry, I am asking a lot
What about a visual representation of 3px width on a Curve ? similar to when I use Selbrush without selecting a Curve option ?
Regards,
Mike
Hi Mike - here is a really quick and dirty point selection tool - it finds points within a distance of a surface - if you extrude your curve through the points, this should find them if I did it right… we can make it fancier, for now just see if it does anything good with just points - we can make it work on point clouds - it defaults to model tolerance as the distance. SelPtNearSrf.py (1.8 KB)
@Mike_A - updated to work on point clouds - it extracts a copy of the nearby points.
To use the Python script use RunPythonScript, or a macro:
_-RunPythonScript "Full path to py file inside double-quotes"