Mesh1D ====== .. code-block :: python from mcot.surface.mesh import Mesh1D .. currentmodule:: mcot.surface.mesh .. autoclass:: Mesh1D .. automethod:: __init__ .. rubric:: Inheritance diagram .. inheritance-diagram:: mcot.surface.mesh.Mesh1D .. rubric:: Methods .. autosummary:: ~Mesh1D.as_lines ~Mesh1D.closed ~Mesh1D.closest_vertex ~Mesh1D.connected_components ~Mesh1D.find_intersections ~Mesh1D.graph_connection_connection ~Mesh1D.graph_connection_point ~Mesh1D.graph_point_point ~Mesh1D.normal ~Mesh1D.size_faces ~Mesh1D.size_vertices ~Mesh1D.surface_edge_distance .. rubric:: Attributes .. autosummary:: ~Mesh1D.faces ~Mesh1D.ndim ~Mesh1D.nfaces ~Mesh1D.nvertices ~Mesh1D.tree ~Mesh1D.vertices as\_lines --------- .. automethod:: Mesh1D.as_lines closed ------ .. automethod:: Mesh1D.closed closest\_vertex --------------- .. automethod:: Mesh1D.closest_vertex connected\_components --------------------- .. automethod:: Mesh1D.connected_components find\_intersections ------------------- .. automethod:: Mesh1D.find_intersections graph\_connection\_connection ----------------------------- .. automethod:: Mesh1D.graph_connection_connection graph\_connection\_point ------------------------ .. automethod:: Mesh1D.graph_connection_point graph\_point\_point ------------------- .. automethod:: Mesh1D.graph_point_point normal ------ .. automethod:: Mesh1D.normal size\_faces ----------- .. automethod:: Mesh1D.size_faces size\_vertices -------------- .. automethod:: Mesh1D.size_vertices surface\_edge\_distance ----------------------- .. automethod:: Mesh1D.surface_edge_distance