Hi Tomasz,

Could you be more precise with the error message you get? How did you 
obtain SPL1, SPL2, SPL3 and SPL4?

Cheers,

Thomas

TOMASZ GARSTKA a écrit :
> Hi,
> I am trying to define a surface based on 4 splines. In the new 
> geometry demos you show how do do this with two splines. When I try 
> to aplly this method using 4 splines:
>  
>     aGeomFill1 = GeomFill_BSplineCurves(SPL1,
>                                         SPL2,
>                                         SPL3,
>                                         SPL4
>                                         GeomFill_StretchStyle)
>  
> i am ending up with an error message.
>  
> Thanks
>  
> Tomasz
>  
>  
>  
>  
>
>  
> > Date: Mon, 23 Mar 2009 17:21:50 +0100
> > From: thomas.pav...@free.fr
> > To: tomasz_gars...@hotmail.com
> > CC: pythonocc-users@gna.org
> > Subject: Re: [Pythonocc-users] new geometry demos
> >
> > Hi Tomasz,
> >
> > The md0.1 release is only one month old but is already widely 
> deprecated. The geo_examples.py you try to run is not included in the 
> pythonOCC-md0.1 demos. Where does this file come from??
> >
> > Note that if you want to run the samples that have been recently 
> added, you'll need to compile your own pythonOCC. Or wait for the next 
> release...
> >
> > Cheers,
> >
> > Thomas
> >
> > >I am having a small problem running new geometry demos.
> > >
> > >I am getting the follwing error message:
> > >
> > >Traceback (most recent call last):
> > >File 
> "E:\tomasz\opencascade\occ_demo\pythonOCC-md0.1-demos\tests\geo_examples.py", 
> line 33, in <module>
> > >from OCC.IntAna import *
> > >ImportError: No module named IntAna
> > >
> > >when I hash this line "from OCC.GC import * " I can get to GUI but 
> most of the selections result in error.
> > >
> > >Any comments,
> > >
> > >
> > >Thanks,
> > >
> > >
> > >Tomasz
> > >
> > >> Date: Mon, 23 Mar 2009 05:59:45 +0100
> > >> From: thomas.pav...@free.fr
> > >> To: jelleferi...@gmail.com
> > >> CC: pythonocc-users@gna.org
> > >> Subject: Re: [Pythonocc-users] new geometry demos
> > >>
> > >> Hi,
> > >>
> > >> Jelle's geometry demos are now available on SVN repository (rev. 
> 177).
> > >>
> > >> Thomas
> > >>
> > >> Jelle Feringa a écrit :
> > >> >
> > >> > Hi,
> > >> >
> > >> > I'm pretty much done converting the geometry demos of the 
> Standard MFC
> > >> > examples that come with OCC.
> > >> > Pretty good news, that means that together with the demos Thomas
> > >> > already completed we're getting a nice set of examples.
> > >> >
> > >> > We'll add the demo to the SVN one of these days, it still needs 
> polish
> > >> > ( its using Display calls that are out of sync with the SVN 
> version,
> > >> > undifferentiated graphics, there are some really ugly functions 
> ) but
> > >> > here you have some idea of what it is about.
> > >> >
> > >> > I hope to start working on the pythonic API of pythonOCC soon, 
> though
> > >> > not before finishing a lot of demos, I guess its a better order.
> > >> > If anyone feels like helping out on converting the demos on
> > >> > http://www.opencascade.org/showroom/demos/ that would be 
> wonderful (
> > >> > I'm starting on the left column ).
> > >> > Getting the demos out is important, since it'll help communicating
> > >> > what pythonOCC is about a lot.
> > >> > After converting existing demos its time to get creative and 
> think of
> > >> > a bunch of original ones.
> > >> >
> > >> > Cheers,
> > >> >
> > >> > -jelle
> > >> >
>
> ------------------------------------------------------------------------
> Share your photos with Windows Live Photos – Free. Try it Now! 
> <http://clk.atdmt.com/UKM/go/134665338/direct/01/>

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

Reply via email to