← Back to team overview

yade-users team mailing list archive

Re: [Question #683388]: How to clump spheres and facet obtained from stl format

 

Question #683388 on Yade changed:
https://answers.launchpad.net/yade/+question/683388

    Status: Open => Answered

Jan Stránský proposed the following answer:
Hello,

> When running the simulation, it still gives me a blank screen (no surface or spheres can be seen). 
>
> if surf.is_closed():
>   O1=O.bodies.append(pack.gtsSurface2Facets(surf,fixed=False,noBound=True,material=m)) 
>   sp=pack.randomDensePack(pack.inGtsSurface(surf),...)
>   Otemp=sp.toSimulation()

surf.is_closed() returns False. Then no facets or spheres are created..

cheers
Jan

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.