dips.FoldEntityOptionsVal module#
Generated wrapper for FoldEntityOptions protobuf message.
- class dips.FoldEntityOptionsVal.FoldEntityOptionsVal(proto_message: Any | None = None)#
Bases:
objectSimple wrapper for FoldEntityOptions with Pythonic getters and setters.
- copy()#
Create a copy of this wrapper.
- classmethod from_proto(proto_message)#
Create wrapper from existing protobuf message.
- property show_marker_ticks: bool#
Get the ShowMarkerTicks field value.
- property show_plane: bool#
Get the ShowPlane field value.
- property show_plane_label: bool#
Get the ShowPlaneLabel field value.
- property show_pole: bool#
Get the ShowPole field value.
- property show_pole_label: bool#
Get the ShowPoleLabel field value.
- to_proto()#
Get the underlying protobuf message.