Re: [Pythonocc-users] STL Export

2010-10-30 Thread Thomas Paviot
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

Re: [Pythonocc-users] Stl export

2009-01-31 Thread Thomas Paviot
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 > > > > >

Re: [Pythonocc-users] Stl export

2009-01-31 Thread Jason Hoogland
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

Re: [Pythonocc-users] Stl export

2009-01-29 Thread Thomas Paviot
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