Hi Thomas,

I am using pythonOCC for Windows 32 bit, python 2.6.
It works for me.
I think you are using it on Linux.I am not sure about Linux.

~Ganesh


On Tue, Mar 22, 2011 at 4:30 PM, <pythonocc-users-requ...@gna.org> wrote:

> Send Pythonocc-users mailing list submissions to
>        pythonocc-users@gna.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        https://mail.gna.org/listinfo/pythonocc-users
> or, via email, send a message with subject or body 'help' to
>        pythonocc-users-requ...@gna.org
>
> You can reach the person managing the list at
>        pythonocc-users-ow...@gna.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Pythonocc-users digest..."
>
>
> Today's Topics:
>
>   1. Re: Quadrangle_2D failing (Thomas Paviot)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 22 Mar 2011 10:50:59 +0100
> From: Thomas Paviot <tpav...@gmail.com>
> Subject: Re: [Pythonocc-users] Quadrangle_2D failing
> To: "pythonOCC users mailing list." <pythonocc-users@gna.org>
> Message-ID:
>        <aanlktingbgrx-_zuuzbp6kf_n9ke+kddrtugewk6w...@mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Ganesh,
>
> Your script fails (see trace below). What is your question?
>
> Thomas
>
> $python test.py
>  ###### 3D rendering pipe initialisation #####
> Display3d class initialization starting ...
> Graphic device created.
> Xw_Window created.
> Viewer created.
> Interactive context created.
> Display3d class successfully initialized.
>  ########################################
> Traceback (most recent call last):
>  File "test.py", line 38, in <module>
>    sections.AddWire(wi1.next())
> StopIteration
>
>
> 2011/3/22 Ganesh Patil <ganeshpatil....@gmail.com>
>
> > Hi Jelle,
> >
> > Here is the complete script to generate final geometry and aerofoil.brep
> > (used as input) attached.
> > My final aim is to create hexa mesh in this geometry.
> >
> >
> > Thanks & Regards
> > Ganesh Bhimrao Patil
> >
> > P Save a Paper , Save a Tree
> >
> >
> >
> > On Mon, Mar 7, 2011 at 11:18 AM, Ganesh Patil <ganeshpatil....@gmail.com
> >wrote:
> >
> >> Hi,
> >>
> >> I have a solid box with hole of aero wing shape in it. (The hole is not
> >> through; it is blind hole)
> >> I am trying to create quad mesh on all faces but quad mesher is failing
> on
> >> 2 faces as
> >> 1. The face to which wing is attached (face with hole of aerofoil shape)
> >> 2. face on tip of wing (aerofoil)
> >>
> >> Error messages are :
> >> Quadrangle_2D failed on subshape #4 with error  "Face must have 4 sides
> >> but not 2"
> >> Quadrangle_2D failed on subshape #20 with error  "Wrong number  of
> wires:
> >> 2"
> >>
> >> Does anyone know, how to fix this?
> >>
> >> Thanks & Regards
> >> Ganesh Bhimrao Patil
> >>
> >> P Save a Paper , Save a Tree
> >>
> >
> >
> > _______________________________________________
> > Pythonocc-users mailing list
> > Pythonocc-users@gna.org
> > https://mail.gna.org/listinfo/pythonocc-users
> >
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: </public/pythonocc-users/attachments/20110322/166cf885/attachment.htm>
>
> ------------------------------
>
> _______________________________________________
> Pythonocc-users mailing list
> Pythonocc-users@gna.org
> https://mail.gna.org/listinfo/pythonocc-users
>
>
> End of Pythonocc-users Digest, Vol 28, Issue 20
> ***********************************************
>
_______________________________________________
Pythonocc-users mailing list
Pythonocc-users@gna.org
https://mail.gna.org/listinfo/pythonocc-users

Reply via email to