vertex_data_of_lines# Modeler2D.vertex_data_of_lines(text_filter=None)[source]# Generate a dictionary of line vertex data for all lines contained within the design. Parameters: text_filterstr, optionalText string for filtering. The default is None. When a text string is specified, line data is generated only if this text string is contained within the line name. Returns: dictDictionary of the line name with a list of vertex positions in either 2D or 3D.