Does anyone know the module "write_iges_curves"

Hello
I was searching for a solution to save data points in iges curves with AI search,
I have got the answer that it is possible to install in scilab a module called “scilab-geometry” that include “write_iges_curves”.

I couldn’t find it.
Do you have any information about it?

Thanks
Sergio

I have never heard of such a module in https://atoms.scilab.org. However, there is a contributed igesout at igesout - File Exchange - MATLAB Central. The translation to Scilab code should not be very complicated.

S.

Thanks
I’ll check it

I have tried to convert the igesout module but I got a lot of error
attached the matlab module
igesout.sod (18.1 KB)

How did you make the conversion ? Did you check that the program even does what you expect ? If you only have curves described by points, and no particular model (i.e. spline) just exporting the “polyline” to iges won’t give better results.

I have tried the "matlap to scilab translator on tab application.

the module is only the part of matlab that allow this type of exportation

I have a spline
thanks

I have taken a look to the Matlab code, it won’t be possible to use an automatic translation. When you say you have a spline, what do you mean exactly ? How did you compute the spline with Scilab ?

I need a spline
now I write a file that creo use to create a spline
Now I’d like to have a spline in iges directly form scilab