====== Ben's Dog Bowls ====== In this project, I sought to create one CAD model of a dog bowl that could be altered to fit different dog types, sizes, and even human through three different parameters: breed, eloquence, and human-ness. ==== Description of design drivers / goals ==== * **Goal 1** - To create an efficient water container. * **Goal 2** - To have a parameter affecting the "human-ness" of the container (i.e. to make it a dog bowl or water glass with one click). * **Goal 3** - To have a parameter affecting the "breed" of the container (i.e. how thick and sturdy the container is). * **Goal 4** - To have a parameter affecting the "eloquence" of the container (i.e. how curvy the walls are). ==== Logic diagram ==== {{:name:logic_diagram.jpg?600|}} ==== CAD models ==== {{:name:ben_s_dog_bowl.catpart|}} ==== Parametric variations: Images ==== === German Shepherd in Germany === * Eloquence: 0 * Breed: 2 * Human-ness: 0 {{:name:german.jpg?500|}} === Chihuahua in Beverly Hills === * Eloquence: 1 * Breed: .2 * Human-ness: 0 {{:name:chihuahua.jpg?500|}} === Served with Chow Chow in China === * Eloquence: 0 * Breed: 2 * Human-ness: 0 {{:name:chowchow.jpg?500|}} === Random 1: Hourglass === * Eloquence: 2 * Breed: 1.5 * Human-ness: 1 {{:name:hourglass.jpg?500|}} === Random 2: Shot Glass === * Eloquence: .1 * Breed: .5 * Human-ness: .8 {{:name:ss2-shot_glass.jpg?500|}} ==== Lessons learned ==== I learned that when working with new software, it is important to keep your initial designs on paper simple and then add complexity within the program to the degree that it allows. Also, manage your time to allow for help from the instructors. ~~DISCUSSION~~