cellcomplex.property_topomesh.extraction module

cellcomplex.property_topomesh.extraction.cell_topomesh(input_topomesh, cells=None, copy_properties=False, preserve_ids=True)[source]
cellcomplex.property_topomesh.extraction.clean_topomesh(input_topomesh, clean_properties=False, degree=2)[source]
cellcomplex.property_topomesh.extraction.clean_topomesh_properties(topomesh)[source]
cellcomplex.property_topomesh.extraction.contiguous_wisps_topomesh(input_topomesh)[source]
cellcomplex.property_topomesh.extraction.cut_surface_topomesh(input_topomesh, z_cut=0, z_offset=None, below=True)[source]
cellcomplex.property_topomesh.extraction.epidermis_topomesh(topomesh, cells=None)[source]
cellcomplex.property_topomesh.extraction.property_filtering_sub_topomesh(input_topomesh, property_name, degree, filter_range)[source]
cellcomplex.property_topomesh.extraction.star_interface_topomesh(topomesh, inner_faces=True, verbose=False)[source]
cellcomplex.property_topomesh.extraction.surface_dual_topomesh(topomesh, vertex_placement='center', exterior_vertex=None, exterior_distance=0, face_positions=None, vertices_as_cells=None)[source]
cellcomplex.property_topomesh.extraction.topomesh_connected_components(topomesh, degree=2)[source]
cellcomplex.property_topomesh.extraction.triangulation_add_exterior(triangulation_topomesh)[source]
cellcomplex.property_topomesh.extraction.triangulation_remove_exterior(triangulation_topomesh, exterior_vertex=1)[source]