dips.GeneralSymbolDisplayOptionsVal module#
Generated wrapper for GeneralSymbolDisplayOptions protobuf message.
- class dips.GeneralSymbolDisplayOptionsVal.GeneralSymbolDisplayOptionsVal(pole_vectors: SymbolDisplaySettingVal | None = None, dip_vectors: SymbolDisplaySettingVal | None = None, critical_vectors: SymbolDisplaySettingVal | None = None, intersection_grid: SymbolDisplaySettingVal | None = None, critical_intersection_grid: SymbolDisplaySettingVal | None = None, intersection_other: SymbolDisplaySettingVal | None = None, critical_intersection_other: SymbolDisplaySettingVal | None = None, traverses: SymbolDisplaySettingVal | None = None, proto_message: Any | None = None)#
Bases:
objectSimple wrapper for GeneralSymbolDisplayOptions with Pythonic getters and setters.
- property all_symbol_scale_percentage: float#
Get the AllSymbolScalePercentage field value.
- copy()#
Create a copy of this wrapper.
- property critical_intersection_grid: SymbolDisplaySettingVal#
Get the CriticalIntersectionGrid field as a wrapper.
- property critical_intersection_other: SymbolDisplaySettingVal#
Get the CriticalIntersectionOther field as a wrapper.
- property critical_vectors: SymbolDisplaySettingVal#
Get the CriticalVectors field as a wrapper.
- property dip_vectors: SymbolDisplaySettingVal#
Get the DipVectors field as a wrapper.
- classmethod from_proto(proto_message)#
Create wrapper from existing protobuf message.
- property intersection_grid: SymbolDisplaySettingVal#
Get the IntersectionGrid field as a wrapper.
- property intersection_other: SymbolDisplaySettingVal#
Get the IntersectionOther field as a wrapper.
- property pole_vectors: SymbolDisplaySettingVal#
Get the PoleVectors field as a wrapper.
- to_proto()#
Get the underlying protobuf message.
- property traverses: SymbolDisplaySettingVal#
Get the Traverses field as a wrapper.