diff options
author | Anthony LaTorre <tlatorre9@gmail.com> | 2011-09-03 16:43:32 -0400 |
---|---|---|
committer | Anthony LaTorre <tlatorre9@gmail.com> | 2011-09-03 16:43:32 -0400 |
commit | 5faac96409ac736de411d5ee1dd848224a79c97c (patch) | |
tree | 413b06396b2a0f2944220730d4181d755ab4b4ff /doc | |
parent | 1d21a17b94fdf809f3b7a8545043dad02eeaf09f (diff) | |
download | chroma-5faac96409ac736de411d5ee1dd848224a79c97c.tar.gz chroma-5faac96409ac736de411d5ee1dd848224a79c97c.tar.bz2 chroma-5faac96409ac736de411d5ee1dd848224a79c97c.zip |
add mesh_from_stl() to sphinx documentation.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/geometry.rst | 6 |
1 files changed, 6 insertions, 0 deletions
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 -------------------- |