create_line# TwinBuilderComponents.create_line(points_array, color=0, line_width=0)[source]# Draw a graphical line. Parameters: points_arraylistA nested list of point coordinates. For example, [[x1, y1], [x2, y2], ...]. colorstr or 3 item list, optionalColor or the line. The default is "0". line_widthfloat, optionalWidth of the line. The default is 0. Returns: pyaedt.modeler.cad.object3dcircuit.LineLine Object. >>> :obj:`oEditor.CreateLine` .. Copy to clipboard