Edge# class ansys.edb.core.terminal.terminals.Edge(msg)# Represents an edge. Methods Edge.cast() Cast the base edge object to the correct subclass, if possible. Attributes Edge.id int: Unique ID of the EDB object. Edge.is_null bool: Flag indicating if the object exists in the database. Edge.msg EDBObjMessage: Protobuf message that represents the object's ID. Edge.type