2010/10/30 Sebastian Barthmes
> Hi,
>
> is it possible to adjust the number of polygons/triangles of the STL-File
> exported by the STLExporter class? I couldn't find any hints in the
> api-reference or examples.
>
> Thanks in advance,
>
> Sebastian Barthmes
>
>
Hi Sebastian,
You should use the
Sent: Thu 29/01/2009 6:55 PM
> To: Jason Hoogland
> Cc: pythonocc-users@gna.org
> Subject: Re: [Pythonocc-users] Stl export
>
> Jason Hoogland a écrit :
> > Hi,
> >
> > How would I save the makeBottle shape as an STL file?
> >
> > Jason
> >
> >
>
gland
Cc: pythonocc-users@gna.org
Subject: Re: [Pythonocc-users] Stl export
Jason Hoogland a écrit :
> Hi,
>
> How would I save the makeBottle shape as an STL file?
>
> Jason
>
>
>
Hi Jason,
You can use either the StlAPI or StlAPI_Writer classes. Both allow to
create
Jason Hoogland a écrit :
> Hi,
>
> How would I save the makeBottle shape as an STL file?
>
> Jason
>
>
>
Hi Jason,
You can use either the StlAPI or StlAPI_Writer classes. Both allow to
create stl files, but you can define deflection/coefficients with
StlAPI_Writer.
Here is a simple example t