Thingiverse
Vampire holder
von JustinSDK
8
Downloads
12
Likes
1
Makes
When I was a senior high school student, I used clay to make a vampire holder in an art class. After grading, the teacher took away my work. I thought he would give it back to me after firing. But I never saw my work again XD
I don't know why I remembered the vampire holder a few days ago. Then, I tried to create it in OpenSCAD.
It's also a demonstration of how to use [my library](https://github.com/JustinSDK/dotSCAD). The feet are created by `shape_ellipse` and `ellipse_extrude`. The body is generated by `rounded_extrude` and `hollow_out`. The sunglasses are made by `bend`. The cloak is modeled by `bezier_surface` and `function_grapher`.
If you download and use my library locally, here is the code:
include ;
include ;
include ;
include ;
include ;
include ;
include ;
include ;
holder_height = 80;
holder_round_r = 5;
feet_height = 15;
module vampire_holder() {
$fn = 48;
I don't know why I remembered the vampire holder a few days ago. Then, I tried to create it in OpenSCAD.
It's also a demonstration of how to use [my library](https://github.com/JustinSDK/dotSCAD). The feet are created by `shape_ellipse` and `ellipse_extrude`. The body is generated by `rounded_extrude` and `hollow_out`. The sunglasses are made by `bend`. The cloak is modeled by `bezier_surface` and `function_grapher`.
If you download and use my library locally, here is the code:
include ;
include ;
include ;
include ;
include ;
include ;
include ;
include ;
holder_height = 80;
holder_round_r = 5;
feet_height = 15;
module vampire_holder() {
$fn = 48;
JustinSDK veröffentlicht auch auf
4 zusätzliche Modelle auf 1 weiteren Plattformen
Hast du dieses Modell gedruckt? Einloggen und dein Make teilen!
Melde dich an, um einen Kommentar zu hinterlassen
AnmeldenNoch keine Kommentare – sei der Erste!