From 5faac96409ac736de411d5ee1dd848224a79c97c Mon Sep 17 00:00:00 2001 From: Anthony LaTorre Date: Sat, 3 Sep 2011 16:43:32 -0400 Subject: add mesh_from_stl() to sphinx documentation. --- doc/source/geometry.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/source/geometry.rst b/doc/source/geometry.rst index fd440f3..5f2135a 100644 --- a/doc/source/geometry.rst +++ b/doc/source/geometry.rst @@ -1,6 +1,12 @@ Building a Geometry =================== +Importing from STL +------------------ + +.. automodule:: chroma.stl + :members: mesh_from_stl + Mesh Modelling Tools -------------------- -- cgit