summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/cylinderskeleton.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/cylinderskeleton.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/cylinderskeleton.asy6
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/cylinderskeleton.asy b/Master/texmf-dist/doc/asymptote/examples/cylinderskeleton.asy
new file mode 100644
index 00000000000..7dcd1c81190
--- /dev/null
+++ b/Master/texmf-dist/doc/asymptote/examples/cylinderskeleton.asy
@@ -0,0 +1,6 @@
+import solids;
+
+size(0,100);
+
+revolution r=cylinder(O,1,1.5,Y+Z);
+draw(r,heavygreen);