yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #07661
[Question #229978]: Surface creation and wire=False
New question #229978 on Yade:
https://answers.launchpad.net/yade/+question/229978
I'm importing a geometry from .stl file using ymport.stl. It gives me list of facets, as shown below,
O.bodies.append(ymport.stl('cylinder.stl', wire=False)) #the geometry is cylindrical shape
I think this will make the facets into surfaces.
But when I'm applying rotation engines (i.e. revolving the imported cylindrical geometry), I'm able to see individual facets revolving.
how can I convert these set of facets into surface.
--
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.