cadnano.proxies.cnenum module¶
-
class
BitEnum¶ Bases:
enum.EnumAn enumeration.
-
class
EnumMask(enum, value)¶ Bases:
object
-
class
HandleEnum¶ Bases:
enum.IntEnumAn enumeration.
-
BOTTOM= 32¶
-
BOTTOM_LEFT= 64¶
-
BOTTOM_RIGHT= 16¶
-
LEFT= 128¶
-
RIGHT= 8¶
-
TOP= 2¶
-
TOP_LEFT= 1¶
-
TOP_RIGHT= 4¶
-
-
class
PointEnum¶ Bases:
enum.IntEnumFor serializing virtual helices as only pointing in the Z direction or pointing in arbitrary directions.
NOTE: This exists for legacy part importing of lattice designs when moving towards the v3 file convention
-
ARBITRARY= 1¶
-
Z_ONLY= 0¶
-
-
class
ViewReceiveEnum¶ Bases:
enum.IntEnumAn enumeration.
-
ALL= 1¶
-
GRID= 3¶
-
OUTLINER= 17¶
-
PATH= 9¶
-
PROPERTY= 33¶
-
SLICE= 5¶
-
-
class
ViewSendEnum¶ Bases:
enum.IntEnumAn enumeration.
-
ALL= 1¶
-
GRID= 2¶
-
OUTLINER= 16¶
-
PATH= 8¶
-
PROPERTY= 32¶
-
SLICE= 4¶
-
-
enumNames(cls)¶
