summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/base/v3dtypes.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/base/v3dtypes.asy')
-rw-r--r--Build/source/utils/asymptote/base/v3dtypes.asy34
1 files changed, 34 insertions, 0 deletions
diff --git a/Build/source/utils/asymptote/base/v3dtypes.asy b/Build/source/utils/asymptote/base/v3dtypes.asy
new file mode 100644
index 00000000000..183b6a9bacd
--- /dev/null
+++ b/Build/source/utils/asymptote/base/v3dtypes.asy
@@ -0,0 +1,34 @@
+// Enum class for v3dtypes
+// AUTO-GENERATED from v3dtypes.csv
+// Generated at 2022-01-06 15:01:16.457740
+
+struct v3dtypes
+{
+ int material=1;
+ int transform=2;
+ int element=3;
+ int centers=4;
+ int header=5;
+ int line=64;
+ int triangle=65;
+ int quad=66;
+ int curve=128;
+ int bezierTriangle=129;
+ int bezierPatch=130;
+ int lineColor=192;
+ int triangleColor=193;
+ int quadColor=194;
+ int curveColor=256;
+ int bezierTriangleColor=257;
+ int bezierPatchColor=258;
+ int triangles=512;
+ int disk=1024;
+ int cylinder=1025;
+ int tube=1026;
+ int sphere=1027;
+ int halfSphere=1028;
+ int animation=2048;
+ int pixel=4096;
+};
+
+v3dtypes v3dtypes;// End of File