LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I export my data to a 3D-CAD IGES-File?

Is it posible to export my data from an array to an IGES-File? I want to show my Data in an Unix-Catia 4.2.2 System.
0 Kudos
Message 1 of 2
(2,902 Views)
> Is it posible to export my data from an array to an IGES-File? I want
> to show my Data in an Unix-Catia 4.2.2 System.
do you really need IGES ? if you are happy enough with polygons I recommend
the STL format whihc is much simpler.
How is your data "array" organized ? If you have only points, you'll need to
mesh them first. Have a look to http://www.dynabits.com/sw/point_cloud.htm
for a free software that does it.
If you already have a triangular mesh, I suggest STL format instead of IGES.
If you have 3D surfaces, I was considering doing this one of these days.
I can help you on this, for free if it remains simple and general purpose...

Philippe Guglielmetti - www.dynabits.com
0 Kudos
Message 2 of 2
(2,902 Views)