[Scilab-users] A plane intersecting a surface

Rafael Guerra jrafaelbguerra at hotmail.com
Sat Sep 8 14:51:44 CEST 2018


Hi Paul,

I am not aware of such tool.

To extract the points in the experimental cloud that are within a given distance from the plane, use equation in:
https://en.wikipedia.org/wiki/Distance_from_a_point_to_a_plane

If your cloud of points behaves well enough, you can interpolate it first into a dense grid (for instance using cshep2d) and then extract only the points that are very close to the plane.

What would you like to do next with those points on the 2D plane?
If you just need to highlight them in 3D view, then scatter3 is your buddy.

Regards,
Rafael

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20180908/d8a62bd2/attachment.htm>


More information about the users mailing list