LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

plot 3d surface with point cloud

Hi all,

 

We work on software which will be able to show 3d model (read from .stl file) and measurements of magnetic field around the model. The problem is that we want to show all the data in the same graph and make quality visualisation of the measurements.

 

input data of measured object - 3d model (from .stl) data are saved in arrays of x, y, and z coordinates. We want to show surface made from the triangles which are defined from x,y,z vectors.

 

input data of measured magnetic field around the object are saved in 4d data  - x, y, z, and a value. Value should be represented with color.

 

How to put all the data it in the same graph?

 

Any idea appresiated...

 

Attachments:

 

''import stl'' reads coordinates from .stl file

 

''cylinder'' is 3d object from point cloud form .stl. We want to have surface not lines.

 

''visualisation'' is a representation of measurements.

 

 

Regards, B

 

Download All
0 Kudos
Message 1 of 4
(3,661 Views)

And a random .stl model...

 

 

 

0 Kudos
Message 2 of 4
(3,654 Views)

Hello,

 

Did you try using sensor mapping VI ? Will this solve your issue?

 

Basically you can map manually in a 3D model points and  their value will change accordingly to values from sensors.

 

Ion R.

0 Kudos
Message 3 of 4
(3,635 Views)

@ion.rosca wrote:

Hello,

 

Did you try using sensor mapping VI ? Will this solve your issue?

 

Basically you can map manually in a 3D model points and  their value will change accordingly to values from sensors.

 

Ion R.


 

THe problem I had with that version was the manual mapping part. In my case the locations (3000) changed on every test so manual was not a option.

 

Ben

 

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 4 of 4
(3,628 Views)