Edge in a Mesh Edge in mesh This is an edge of a facet in a MeshObject. You can get it by e.g. iterating over the facets of a mesh and calling getEdge(index). intersectWithEdge(Edge) -> list Get a list of intersection points with another edge. isParallel(Edge) -> bool Checks if the two edges are parallel. isCollinear(Edge) -> bool Checks if the two edges are collinear. method unbound() Cut the connection to a MeshObject. The edge becomes free and is more or less a simple edge. After calling unbound() no topological operation will work! The index of this edge of the facet A list of points of the edge The index tuple of point vertices of the mesh this edge is built of The index tuple of neighbour facets of the mesh this edge is adjacent with The length of the edge Bound state of the edge