Create even more objects
This commit is contained in:
13
networks/geometry/Enums.py
Normal file
13
networks/geometry/Enums.py
Normal file
@@ -0,0 +1,13 @@
|
||||
from enum import Enum
|
||||
|
||||
|
||||
class LINE_OVERLAP(Enum):
|
||||
NONE = 0
|
||||
MAJOR = 1
|
||||
MINOR = 2
|
||||
|
||||
|
||||
class LINE_THICKNESS_MODE(Enum):
|
||||
MIDDLE = 0
|
||||
DRAW_COUNTERCLOCKWISE = 1
|
||||
DRAW_CLOCKWISE = 2
|
||||
Reference in New Issue
Block a user