get_edge_midpoint# Modeler3D.get_edge_midpoint(assignment)[source]# Retrieve the midpoint coordinates of a given edge ID or edge name. Parameters: assignmentint or strObject ID or object name. Returns: listList of midpoint coordinates. If the edge is not a segment with two vertices, an empty list is returned.