get_vertex_position# Modeler2D.get_vertex_position(vertex_id)[source]# Retrieve a vector of vertex coordinates. Parameters: vertex_idint or strID or name of the vertex. Returns: ListList of [x, y, z] coordinates indicating the position. References >>> oEditor.GetVertexPosition Copy to clipboard