summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/v3dtypes.py
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/v3dtypes.py')
-rw-r--r--Build/source/utils/asymptote/v3dtypes.py32
1 files changed, 32 insertions, 0 deletions
diff --git a/Build/source/utils/asymptote/v3dtypes.py b/Build/source/utils/asymptote/v3dtypes.py
new file mode 100644
index 00000000000..5abcb046c26
--- /dev/null
+++ b/Build/source/utils/asymptote/v3dtypes.py
@@ -0,0 +1,32 @@
+#!/usr/bin/env python3
+# Enum class for v3dtypes
+""" AUTO-GENERATED from v3dtypes.csv """
+# Generated at 2022-01-06 15:01:16.518838
+
+class v3dtypes:
+ v3dtypes_material=1
+ v3dtypes_transform=2
+ v3dtypes_element=3
+ v3dtypes_centers=4
+ v3dtypes_header=5
+ v3dtypes_line=64
+ v3dtypes_triangle=65
+ v3dtypes_quad=66
+ v3dtypes_curve=128
+ v3dtypes_bezierTriangle=129
+ v3dtypes_bezierPatch=130
+ v3dtypes_lineColor=192
+ v3dtypes_triangleColor=193
+ v3dtypes_quadColor=194
+ v3dtypes_curveColor=256
+ v3dtypes_bezierTriangleColor=257
+ v3dtypes_bezierPatchColor=258
+ v3dtypes_triangles=512
+ v3dtypes_disk=1024
+ v3dtypes_cylinder=1025
+ v3dtypes_tube=1026
+ v3dtypes_sphere=1027
+ v3dtypes_halfSphere=1028
+ v3dtypes_animation=2048
+ v3dtypes_pixel=4096
+# End of File