py4design.py3dmodel package¶
Submodules¶
Module contents¶
Py3dmodel¶
Documentation is available in the docstrings and online at http://chenkianwee.github.io/py4design/
Submodules¶
construct --- Functions for constructing geometries. e.g. construct a face
dependencies: scipy, numpy (for delaunay function only)
fetch --- Functions for fetching information from the geometries. e.g. fetch points from face
modify --- Functions for modifying the geometries. e.g. move the face from pointA to pointB
calculate --- Functions for obtaining information from geometries through calculations.
e.g. calculate the mid point of a face
utility --- Functions that does not fit into the previous four modules. e.g. visualise the face, export the face to stl
export_collada --- Functions to export the geometries to collada format.
dependencies: pycollada