Edge# class ansys.optislang.core.nodes.Edge(from_slot: Slot, to_slot: Slot)# Provides for creating and operating on connections. Methods Edge.exists() Get info whether connection exists in active project. Attributes Edge.from_slot Get output slot. Edge.to_slot Get input slot.