dips.GlobalPlaneEntityVisibilityVal module#

Generated wrapper for GlobalPlaneEntityVisibility protobuf message.

class dips.GlobalPlaneEntityVisibilityVal.GlobalPlaneEntityVisibilityVal(color: ColorSurrogateVal | None = None, plane_options: PlaneOptionsVal | None = None, proto_message: Any | None = None)#

Bases: object

Simple wrapper for GlobalPlaneEntityVisibility with Pythonic getters and setters.

property color: ColorSurrogateVal#

Get the Color field as a wrapper.

copy()#

Create a copy of this wrapper.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property is_visible: bool#

Get the IsVisible field value.

property plane_options: PlaneOptionsVal#

Get the PlaneOptions field as a wrapper.

to_proto()#

Get the underlying protobuf message.