create_vertical_path# Coil.create_vertical_path() → list# Create the path for a vertical coil. Returns: listA list of points representing the path of the vertical coil. Examples >>> from ansys.aedt.core.modeler.advanced_cad.coil import Coil >>> obj = Coil() >>> obj.create_vertical_path()