Thingiverse
Vampire holder
par JustinSDK
8
Téléchargements
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 publie également sur
4 modèles supplémentaires sur 1 autres plateformes
Vous avez imprimé ce modèle ? Connectez-vous et partagez votre make !
Connectez-vous pour laisser un commentaire
Se connecterPas encore de commentaires – soyez le premier !