dips.FoldEntityInfoVal module#

Generated wrapper for FoldEntityInfo protobuf message.

class dips.FoldEntityInfoVal.FoldEntityInfoVal(color: ColorSurrogateVal | None = None, fold_window_entity_info: FoldWindowEntityInfoVal | None = None, proto_message: Any | None = None)#

Bases: object

Simple wrapper for FoldEntityInfo with Pythonic getters and setters.

property color: ColorSurrogateVal#

Get the Color field as a wrapper.

copy()#

Create a copy of this wrapper.

property fold_window_entity_info: FoldWindowEntityInfoVal#

Get the FoldWindowEntityInfo field as a wrapper.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property id: str#

Get the ID field value.

to_proto()#

Get the underlying protobuf message.