Hi,

It's a way to quickly build a mesh and knowing volume and surface
i have done it already

but later i need to look at muscle and tissu elastic possibilities

so i would like to be able to get a mesh directly in sfepy

i  don't know how to pass my mesh (from scipy delanay and convexhull tools) to sfepy.



Le lundi 23 juillet 2012 14:41:57 UTC+2, Robert Cimrman a écrit :
Hi Henri,

you could try to use [1] to generate a mesh from a cloud of points. Does it help?

r.

[1] http://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial.Delaunay.html

On 07/23/2012 02:20 PM, henri wrote:
> hi every one,
>
> I would like to use sfepy for a new project
>
> In this project i use a mocap file ( with 52 points (x,y,z) recorded during
> 2 minutes)
>
> I would like to make a mesh of this points every second and be able to get
> volume and the surface changes
>
> My problem is to  generated the mesh
>
> can you give me a idea about how build my code to generate the mesh and use
> it in sfepy?
> best regards
> henri
>