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
>
>
_______________________________________________
Pythonocc-users mailing list
Pythonocc-users@gna.org
https://mail.gna.org/listinfo/pythonocc-users

Reply via email to