← Back to team overview

yade-users team mailing list archive

Re: pfc3d videos at youtube

 

In most cases I do everything parametrically, Blender is a new software for
me. But it should work good in some cases.


2009/8/28 Anton Gladky <gladky.anton@xxxxxxxxx>

> Ok, thanks, will check it.
>
> I think video with the "falling boy" regular-sphere-pack.py is also can be
> a very fine one!
>
>
> 2009/8/28 Václav Šmilauer <eudoxos@xxxxxxxx>
>
>
>> >         Bulldozer. The bulk of the work would be to model the
>> >         boundaries (drill
>> >         bit, the tank etc) in blender or by hand parametrically and
>> >         then run the
>> >         simulation.
>> >
>> > Could you not comment Blender+Yade bridge? GTS export or how?
>>
>> Export to stl, then use stl2gts to convert to gts, then load:
>>
>>  import gts
>>  surf=gts.read(open('your/file.gts'))
>>
>> There is also sega's code for direct STL import; I find the interface
>> not so much integrated in the rest of the new gts-based surface
>> manipulation routines -- we would should create GTS surface object from
>> the stl, rather than creating facets right away as
>> utils.import_stl_geometry does. But it works just fine -- see
>> examples/rod_penetration/model.py for the import_stl_geometry use.
>>
>> V.
>>
>>
>>
>> _______________________________________________
>> Mailing list: https://launchpad.net/~yade-users<https://launchpad.net/%7Eyade-users>
>> Post to     : yade-users@xxxxxxxxxxxxxxxxxxx
>> Unsubscribe : https://launchpad.net/~yade-users<https://launchpad.net/%7Eyade-users>
>> More help   : https://help.launchpad.net/ListHelp
>>
>
>

References