get_closest_edgeid_to_position# Modeler2D.get_closest_edgeid_to_position(position, units=None)[source]# Get the edge ID closest to a given position. Parameters: positionlistList of [x,y,z] coordinates for the position. unitsUnits for the position, such as "m". The default is None, which means the model units are used. Returns: intEdge ID of the edge closest to this position.