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/source') 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 From 3d3140071713e523516793258e3c904ca162d7b7 Mon Sep 17 00:00:00 2001 From: Anthony LaTorre Date: Tue, 6 Sep 2011 17:13:12 -0400 Subject: add Mesh class to sphinx documentation. --- doc/source/geometry.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc/source') diff --git a/doc/source/geometry.rst b/doc/source/geometry.rst index 5f2135a..347e1d3 100644 --- a/doc/source/geometry.rst +++ b/doc/source/geometry.rst @@ -1,6 +1,14 @@ Building a Geometry =================== +.. module:: chroma.geometry + +The Mesh Class +-------------- + +.. autoclass:: Mesh + :members: + Importing from STL ------------------ -- cgit