Home
last modified time | relevance | path

Searched refs:ATTRIB_INVISIBLE (Results 1 – 3 of 3) sorted by relevance

/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/entities/
H A Dattrib.py180 return bool(self.dxf.flags & const.ATTRIB_INVISIBLE)
185 self.dxf.flags = set_flag_state(self.dxf.flags, const.ATTRIB_INVISIBLE,
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/lldxf/
H A Dconst.py547 ATTRIB_INVISIBLE = 1 # Attribute is invisible (does not appear) variable
/dports/cad/py-ezdxf/ezdxf-0.16.3/tests/test_08_addons/
H A Dtest_810_drawing_properties.py117 block.add_attdef('att2', (0, 0), '', {'flags': const.ATTRIB_INVISIBLE})