geodesic polyhedron 3d models

2721 3d models found related to geodesic polyhedron.
Running activity visualization beads
Running activity visualization beads
thingiverse

The original article suggests a more precise visualization method using edge counting, but the math skills required for polyhedron programming are beyond my capabilities. **Tweaking:** * The diameter of each bead represents the time spent running...

3-Splatts
3-Splatts
thingiverse

It is formed by intersecting a regular [octahedron](https://en.wikipedia.org/wiki/Octahedron) with a slightly smaller cube sized such that all the sides of the resulting polyhedron have the same length. A *3-splatt* is a group of three joined...

Erecting Flap Clock
Erecting Flap Clock
prusaprinters

I use 1.6mm stainless wire)Some tapping screws (around 2mm x 8mm)Glue, lubricant (silicone oil), solder, electronic wireTool:Soldering iron for assembling circuitry and welding plastic partsPC for programming ArduinoDrill bit, radius = 2mmSharp knife...

Antweight Robotwars Firestorm R/C Robot
Antweight Robotwars Firestorm R/C Robot
thingiverse

... loops into heat shrink made it easier, although you may want to cut and solder your cables to the perfect length once you've test fit everything. Servo Placement Created with OpenSCAD, the lower shell is a whole load of horrid polyhedron blocks.

3-splatts
3-splatts
prusaprinters

It is formed by intersecting a regular octahedron with a slightly smaller cube sized such that all the sides of the resulting polyhedron have the same length.A 3-splatt is a group of three joined splatts. There are six unique 3-splatts, which in Mark...

Customizable stereographic picture projector v3
Customizable stereographic picture projector v3
prusaprinters

With higher resolutions you can probably crank out a little more detail, but the difference will not be very big. Edit: Made some small performance improvements by rewriting screw thread library to use a single polyhedron. A high res version with...

Revolve2 OpenSCAD library module
Revolve2 OpenSCAD library module
thingiverse

The solid is constructed as a single polyhedron by transforming 2D points found in the profile vector, ensuring optimal performance through minimal object complexity. **Arguments** ``` revolve(profile = [[]], length, nthreads=1, scale=1, ...

Mausoleum Niche Plaque, Vase, and Photo Frame
Mausoleum Niche Plaque, Vase, and Photo Frame
thingiverse

Unable to convert to CGAL_Nef_Polyhedron." I have had some luck with converting basic PNGs to SVGs and having them import successfully. Small vase with a flat back. 112mm tall. Should be small enough to clear the garage door when opening. Small...

Tube mesh extrusion library for OpenSCAD
Tube mesh extrusion library for OpenSCAD
thingiverse

The main low-level API is the module tubeMesh(sections,startCap=true,endCap=true,optimize=1) which takes a vector of three-dimensional counterclockwise cross-sections and generates a polyhedron. The `optimize` parameter controls triangle...

Icosahedron nest box / bird house
Icosahedron nest box / bird house
thingiverse

The Icosahedron is a convex polyhedron with 20 identical triangular faces. This bird house is composed of 9 different triangular panels, making it a bit more complicated to assemble. Looking at the configuration pictures will help you understand the...

Icosahedron nest box / bird house
Icosahedron nest box / bird house
cults3d

The Icosahedron is a convex polyhedron with 20 identical trangular faces. This nest box is a bit more complicated as it is composed of 9 different triangular panels ! Looking at the config-pictures you will understand the location of each panel. ...

My Mars Base 2
My Mars Base 2
thingiverse

Bars for the geodesic dome would have seals where UV Coated plexiglass triangles are inserted to make it air tight. This rubber would have to withstand the degrading sunlight, otherwise a caulking material would also work. This way people can freely...

20mm conduit, 8 way connector for garden net/frost cover frame/trellis
20mm conduit, 8 way connector for garden net/frost cover frame/trellis
thingiverse

or creating a ring of vertical panels for circular walls under geodesic domes. However, the lengths of each piece of conduit must be proportional to the angles and spacing of the connectors. By the way, if you're looking for an additional 1, 2,...

Space Frame Vertex v0.1
Space Frame Vertex v0.1
prusaprinters

So, if you're trying to construct a 2v or 3v geodesic dome, you must create the correct vertex to match that topology, thus increasing your parts count. This thing uses a flexible joint, like this other thing: http://www.thingiverse.com/thing:8985...

Universal Pellet Extruder V3 ZQ version
Universal Pellet Extruder V3 ZQ version
thingiverse

Additionally, I've added detailed assembly instructions to the git page: https://github.com/ebenfarnworth/Universal-Pellet-Extruder-V3-ZQ-version/wiki/Instructions-for-assemble 04/10/18 This hopper has been successfully used in building nodes for an...

Running activity visualization beads
Running activity visualization beads
prusaprinters

This is not the case here, my math skills are too low for programming polyhedrons. Tweaking, versions and future Tweaking The little math values "being out there", i.e. the diameter of a bead visualizes the time spent. Adding distance will just make...

Mausoleum Niche Plaque, Vase, and Photo Frame
Mausoleum Niche Plaque, Vase, and Photo Frame
prusaprinters

Unable to convert to CGAL_Nef_Polyhedron." I have had some luck with converting basic PNGs to SVGs and having them import successfully. Small vase with a flat back. 112mm tall. Should be small enough to clear the garage door when opening. Small drain...

Erecting Flap Clock
Erecting Flap Clock
prusaprinters

I use 1.6mm stainless wire)Some tapping screws (around 2mm x 8mm)Glue, lubricant (silicone oil), solder, electronic wireTool:Soldering iron for assembling circuitry and welding plastic partsPC for programming ArduinoDrill bit, radius = 2mmSharp knife...

Gear Warehouse - parametric, involute gears of all types
Gear Warehouse - parametric, involute gears of all types
thingiverse

All gears are created as efficiently as possible with unions of OpenSCAD polyhedrons (and possibly an extrusion). All gears appear in 'preview' mode near instantly however 'render' mode may require several minutes depending on the complexity of the...

Customizable Beefy Trophy + Blender Bake Tutorial
Customizable Beefy Trophy + Blender Bake Tutorial
thingiverse

Now you can open this file in OpenSCAD and you'll have a module that uses polyhedron to construct the model you chose from Thingiverse in terms of a text list of vertices and triangle vertex assignments. ... Step 7: Build Customizer around...

Extrude Along Path
Extrude Along Path
prusaprinters

OpenSCAD script to generate the polyhedron that is formed by extruding a polygon along a specified path. List comprehensions allow the path and polygon points to be specified parametrically. Instructions This is a native OpenSCAD implementation of...