Home | Trees | Indices | Help |
---|
|
_tetgen.MeshInfo --+ | common.MeshInfoBase --+ | MeshInfo
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Set a list of simple, single-polygon factes. Unlike :meth:`set_facets_ex`, :meth:`set_facets` does not allow hole and only lets you use a single polygon per facet. :param facets: a list of facets, where each facet is a single polygons, represented by a list of point indices. :param markers: Either None or a list of integers of the same length as *facets*. Each integer is the facet marker assigned to its corresponding facet. :note: When the above says "list", any repeatable iterable also accepted instead. |
Set a list of complicated factes. Unlike :meth:`set_facets`, :meth:`set_facets_ex` allows holes and multiple polygons per facet. :param facets: a list of facets, where each facet is a list of polygons, and each polygon is represented by a list of point indices. :param facet_holestarts: Either None or a list of hole starting points for each facet. Each facet may have several hole starting points. The mesh generator starts "eating" a hole into the facet at each starting point and continues until it hits a polygon specified in this facet's record in *facets*. :param markers: Either None or a list of integers of the same length as *facets*. Each integer is the facet marker assigned to its corresponding facet. :note: When the above says "list", any repeatable iterable also accepted instead. |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Apr 10 20:27:12 2012 | http://epydoc.sourceforge.net |