Package meshpy :: Module triangle :: Class MeshInfo
[hide private]
[frames] | no frames]

Class MeshInfo

source code

 _triangle.MeshInfo --+
                      |
common.MeshInfoBase --+
                      |
                     MeshInfo

Instance Methods [hide private]
 
__getstate__(self) source code
 
__setstate__(self, (p_attr_count, e_attr_count, state)) source code
 
set_facets(self, facets, facet_markers=None) source code
 
dump(self) source code

Inherited from common.MeshInfoBase: set_holes, set_points, write_neu

Class Variables [hide private]
  _constituents = ["points", "point_attributes", "point_markers"...
Properties [hide private]

Inherited from common.MeshInfoBase: face_vertex_indices_to_face_marker

Class Variable Details [hide private]

_constituents

Value:
["points", "point_attributes", "point_markers", "elements", "element_a\
ttributes", "element_volumes", "neighbors", "facets", "facet_markers",\
 "holes", "regions", "faces", "face_markers", "normals",]