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