LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to plot a plane by three points with coordinates (x, y, z)

I know the coordinates (x, y, z) of some points and I should plot a plane steps for all points. Someone has already had this problem and know how can I do to solve it?

0 Kudos
Message 1 of 4
(2,893 Views)

Hi 12345cor,

 

LabVIEW comes with several 3D graphs, which accept XYZ data!

Did you try them? Did you look at the example VIs for those graphs?

What exactly do you have problems with?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(2,880 Views)

Hello,

 

How do you want to plot this data? Using in a map or the path?

 

The only time I have worked with planes and LabVIEW was to plot the orientation according to IMU information, so I had to use the math transforms for each axis. This is very simple to do.

 

Can you elaborate more on what do you want to do?

 

 

Guilherme Correa
0 Kudos
Message 3 of 4
(2,871 Views)

I need to create a plane that passes through three points of which I know x, y, z. then I must be projected on the plane two segments which intersect this plane and passing through other points of which I know xyz and calculate the angle of inclination between these segments

0 Kudos
Message 4 of 4
(2,831 Views)