How nice of you Jelle, to provide me the proof based on an aerospace pic :)


2009/12/8 Jelle Feringa <jelleferi...@gmail.com>:
>> Is it possible to create QUAD meshes with this mesher, and to specify
>> mesh seeds on the edges?
>
> Yup.
>
> You apply a meshing hypotheses for 1D elements ( the edges ) and than a
> hypotheses for 2d elements ( the faces ).
> Together these form a quad meshing.
>
> Cheers,
>
> -jelle
>
>    an1DHypothesis = StdMeshers_Arithmetic1D(0,theStudy,aMeshGen)
>    an1DHypothesis.SetLength(0.1,False)
>    an1DHypothesis.SetLength(0.2,True)
>    an1DAlgo = StdMeshers_Regular_1D(1,theStudy,aMeshGen)
>
>    a2dHypothseis = StdMeshers_QuadranglePreference(2,theStudy,aMeshGen)
>    a2dAlgo = StdMeshers_Quadrangle_2D(3,theStudy,aMeshGen)
>
>
>
>
> _______________________________________________
> 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