Damir <damir.delimar@...> writes:

> 
> Hi Dalton,
> I was successfully using the commands below for exporting a solid into a
> step file. 
> 
>       file="test.stp"
>       exporter=STEPExporter(file)
>       exporter.add_shape(ent.Shape())
>       exporter.write_file()
> 
> Good luck.
> Regards
> Damir

   Hi, Damir, thanks for the reply and the help!

   I've tried to use these command lines you mentioned, from the example 
files, but without success. STEPExporter asks a Topo object, I guess, and I 
am working with a Geom object.

   I am, now, trying to translate my Geom_BSplineSurface into a TopoDS_Face. 
Hope this is the right way.

   BR,
   Dalton


_______________________________________________
Pythonocc-users mailing list
Pythonocc-users@gna.org
https://mail.gna.org/listinfo/pythonocc-users

Reply via email to