create_wire#

NexximComponents.create_wire(points, name='')[source]#

Create a wire.

Parameters:
pointslist

A nested list of point coordinates. For example, [[x1, y1], [x2, y2], ...].

namestr, optional

Name of the wire. Default value is "".

Returns:
ansys.aedt.core.modeler.cad.object_3dcircuit.Wire

Wire Object.

References

>>> oEditor.CreateWire