First render with hull!
This commit is contained in:
parent
b95f639c30
commit
1befca0a60
5 changed files with 95 additions and 45 deletions
|
|
@ -34,11 +34,10 @@ module hull_i() {
|
|||
|
||||
module hull() {
|
||||
intersection() {
|
||||
translate([2500,0,500])
|
||||
translate([1850,0,500])
|
||||
rotate([180, 90, 0])
|
||||
scale([20, 15.5, 20])
|
||||
scale([20, 15.5, 15.5])
|
||||
rotate_extrude()
|
||||
//rotate([ 0, 90, 0])
|
||||
import("library/hull-volume-of-rotation.svg");
|
||||
|
||||
translate([-400,0, 350])
|
||||
|
|
@ -64,4 +63,4 @@ module hull() {
|
|||
}
|
||||
}
|
||||
|
||||
//hull();
|
||||
// hull();
|
||||
|
|
|
|||
|
|
@ -9,13 +9,14 @@ include <fourbar.scad>
|
|||
include <hull.scad>
|
||||
|
||||
rotate([0, 0, 270])
|
||||
translate([0, 1200, 180])
|
||||
translate([0, 1300, 180])
|
||||
subframe(structure="carbon");
|
||||
translate([0, 0, 320])
|
||||
fourbar(700, 100, 30, 35, 650);
|
||||
|
||||
translate([500, 0, 100])
|
||||
rotate([0, 3, 0])
|
||||
translate([800, 0, 120])
|
||||
rotate([0, 4, 0])
|
||||
color("forestgreen")
|
||||
hull();
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue