create_wire# TwinBuilderComponents.create_wire(points, name='')[source]# Create a wire. Parameters: pointslistA nested list of point coordinates. For example, [[x1, y1], [x2, y2], ...]. namestr, optionalName of the wire. Default value is "". Returns: ansys.aedt.core.modeler.cad.object_3dcircuit.WireWire Object. References >>> oEditor.CreateWire