flags property

flags property

The Flags: 1: cont labeling, 2: show arrowheads, 4: show view label, 8: show all plane lines, 0x10: show all end ids, 0x20 show end+bend lines, 0x40: show hatch

Definition:

@property
def flags(self):
    ...
@flags.setter
def flags(self, value):
    ...

See Also