tinkerCAD案例:26. Making the Amplifier Body 制作放大器主体(1)

news2024/9/23 7:28:53

tinkerCAD案例:26. Making the Amplifier Body 制作放大器主体

Project Overview: 项目概况:

Music is the universal language! And who doesn’t love jamming out to some sweet tunes with friends? But it’s such a bummer when there are more people than headphones! This project will teach you to design an amplifier for any mobile device using Tinkercad, so you can share your music with the world.
音乐是通用语言!谁不喜欢和朋友一起演奏甜美的曲调呢?但是当人比耳机还多时,真是太可惜了!该项目将教您使用Tinkercad为任何移动设备设计放大器,以便您可以与世界分享您的音乐。

step 1

In this project you will:
在本项目中,您将:

-Design the main body of your amplifier
-设计放大器的主体

-Create a port that will amplify the sound from your mobile device
- 创建一个端口,可以放大来自移动设备的声音

-Add your own flair to the appearance of the amplifier
-在放大器的外观中添加自己的天赋
在这里插入图片描述

step 2

The main portion of the amplifier will be a cylinder that acts as a speaker for the sound. Everything else we add to the amplifier so let’s use a cylinder to get started!
放大器的主要部分将是一个圆柱体,用作声音的扬声器。我们添加到放大器中的其他所有内容,所以让我们使用圆柱体开始吧!

Instructions 指示

在这里插入图片描述

说明

  1. Place a cylinder on the workplane and size it to be 70mm wide and 110mm tall.
    在工作平面上放置一个圆柱体,并将其尺寸调整为70mm宽,110mm高。


  2. Continue to the next step.
    继续执行下一步。

step 3

We will use a 2nd smaller cylinder to create a hole for the sound to move through. This will make the cylinder appear as if it’s hollowed out.
我们将使用第二个较小的圆柱体来创建一个孔,让声音通过。这将使圆柱体看起来好像是镂空的。

Instructions 指示

在这里插入图片描述

说明

  1. Place a cylinder on the workplane and make it 60mm wide and 100mm tall.
    在工作平面上放置一个圆柱体,使其宽 60 毫米,高 100 毫米。


  2. Turn the new cylinder into a hole.
    将新圆柱体变成一个孔。


  3. Continue to the next step.
    继续执行下一步。

step 4

By placing the 2 cylinders together, we will be able to make an open cylinder.
通过将 2 个圆柱体放在一起,我们将能够制作一个开放的圆柱体。

Instructions 指示
在这里插入图片描述

说明

  1. Select the cylinder that is a hole and drag it into the solid cylinder.
    选取作为孔的圆柱体,并将其拖动到实体圆柱体中。


  2. Align the cylinders so that they are even at the top. Since the hole is 10mm shorter, aligning both at the top will create the proper depth for the bottom of your port.
    对齐圆柱体,使它们均匀地位于顶部。由于孔短 10 毫米,因此在顶部对齐两者将为端口底部创建适当的深度。


  3. Select both cylinders and click on “group” to subtract the hole from the solid cylinder.
    选择两个圆柱体,然后单击“组”以从实心圆柱体中减去孔。


  4. Continue to the next step.
    继续执行下一步。


step 5

Now that the cylinders are grouped to make an open cylinder, we need to position the cylinder so that sound will be projected toward the listeners.
现在,圆柱体被分组以形成一个开放的圆柱体,我们需要定位圆柱体,以便声音将投射到听众。

Instructions 指示
在这里插入图片描述

说明

  1. Select the cylinder and use the side arrow to rotate the cylinder to a 45 degree angle.
    选择圆柱体,然后使用侧箭头将圆柱体旋转 45 度角。

step 6

To allow the amp to stand up, we must create a base for it to rest on.
为了让放大器站起来,我们必须为它创造一个可以支撑底座。

Instructions 指示
在这里插入图片描述

说明

  1. Drag a box to the workplane and size it to be 70mm by 80mm.
    将一个框拖动到工作平面上,并将其大小调整为 70 毫米 x 80 毫米。


  2. Move the box so that the cylinder is seated solidly on it.
    移动盒子,使圆柱体牢固地固定在其上。


  3. Continue to the next step.
    继续执行下一步。

step 7

When rotating your cylinder, a portion of it may have moved below the workplane. In this step, we will remove it.
旋转气缸时,气缸的一部分可能已移动到工作平面下方。在此步骤中,我们将删除它。

Instructions 指示
在这里插入图片描述

说明

  1. Drag a box to the workplane and make it 40mm by 80mm.
    将一个框拖动到工作平面上,并将其设为 40 毫米 x 80 毫米。


  2. Turn the box into a hole.
    把盒子变成一个洞。


  3. Slide the box below the workplane to cover the piece of cylinder that is projecting below the plane.
    将框滑动到工作平面下方,以覆盖在平面下方突出的圆柱体。


  4. Select all components and click “group” to subtract the piece below the plane.
    选择所有组件,然后单击“组”以减去平面下方的零件。


  5. Continue to the next lesson
    继续下一课

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.coloradmin.cn/o/814738.html

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈,一经查实,立即删除!

相关文章

【腾讯云Cloud Studio实战训练营】Cloud Studio 快速搭建学习分享

文章目录 零、前言一、Cloud Studio1.1、Cloud Studio是什么1.2、Cloud Studio的优势 二、实战:快速构建React完成点餐H5页面还原2.1、打开官网2.2、选择React 框架模板2.3、编码部分安装 antd-mobile安装 Less安装 normalize上传项目需要的素材替换App.js主文件 2.…

ChatGPT结合知识图谱构建医疗问答应用 (二) - 构建问答流程

一、ChatGPT结合知识图谱 上篇文章对医疗数据集进行了整理,并写入了知识图谱中,本篇文章将结合 ChatGPT 构建基于知识图谱的问答应用。 下面是上篇文章的地址: ChatGPT结合知识图谱构建医疗问答应用 (一) - 构建知识图谱 这里实现问答的流程…

无涯教程-jQuery - Tabs组件函数

窗口小部件选项卡函数可与JqueryUI中的窗口小部件一起使用。选项卡用于在分成逻辑部分的内容之间交换。 Tabs - 语法 $( "#tabs" ).tabs(); Tabs - 示例 以下是显示Tab用法的简单示例- <!doctype html> <html lang"en"><head><m…

选择排序算法

选择排序 算法说明与代码实现&#xff1a; 以下是使用Go语言实现的选择排序算法示例代码&#xff1a; package mainimport "fmt"func selectionSort(arr []int) {n : len(arr)for i : 0; i < n-1; i {minIndex : ifor j : i 1; j < n; j {if arr[j] < a…

一篇关于预测“未来”的教程:运行在 Intel AIxBoard™ 开发板上的 TDengine

英特尔数字化开发套件 AIxBoard 是一款 AI 架构的人工智能嵌入式开发板&#xff0c;体积小巧功能强大&#xff0c;可以在时序数据预测、图像分类、目标检测分割和语音处理等应用中并行运行多个神经网络。作为一款面向专业创客、开发者的功能强大的小型计算机&#xff0c;借助开…

牛客网Verilog刷题——VL48

牛客网Verilog刷题——VL48 题目答案 题目 在data_en为高期间&#xff0c;data_in将保持不变&#xff0c;data_en为高至少保持3个B时钟周期。表明&#xff0c;当data_en为高时&#xff0c;可将数据进行同步。本题中data_in端数据变化频率很低&#xff0c;相邻两个数据间的变化&…

字符串性能优化

String 对象作为 Java 语言中重要的数据类型&#xff0c;是内存中占据空间最大的一个对象。高效地 使用字符串&#xff0c;可以提升系统的整体性能。 来一到题来引出这个话题 通过三种不同的方式创建了三个对象&#xff0c;再依次两两匹配&#xff0c;每组被匹配的两个对象是否…

Eclipse使用Ctrl键导致程序卡死的解决方案

在Eclipse中&#xff0c;经常可以使用Ctrl鼠标单击&#xff0c;可以直接将编辑界面引导到相关的方法&#xff0c;属性&#xff0c;或者类。 这个功能确实非常好用&#xff0c;但是由于复制粘贴的功能快捷键也是Ctrl&#xff0c;以致我在快速进行操作的时候&#xff0c;Eclipse…

tinkerCAD案例:27. Build a Mobile Amplifier 构建移动放大器(2)

tinkerCAD案例&#xff1a;27. Build a Mobile Amplifier 构建移动放大器(2) 原文 step 1 Lesson Overview: 课程概述&#xff1a; Now we’re going to adapt the shape to your device! 现在&#xff0c;我们将根据您的设备调整形状&#xff01; step 2 o create an in…

【雕爷学编程】MicroPython动手做(25)——语音合成与语音识别2

知识点&#xff1a;什么是掌控板&#xff1f; 掌控板是一块普及STEAM创客教育、人工智能教育、机器人编程教育的开源智能硬件。它集成ESP-32高性能双核芯片&#xff0c;支持WiFi和蓝牙双模通信&#xff0c;可作为物联网节点&#xff0c;实现物联网应用。同时掌控板上集成了OLED…

浏览器安装selenium IDE插件并进行网页测试记录

Chrome开发者工具插件,谷歌浏览器开发者工具插件推荐下载_安装_教程-扩展迷 去官网直接搜索下载需要的插件就可。 插件下载安装-Chrome-扩展迷 下载好后解压&#xff1a; 打开Chrome谷歌浏览器&#xff1a; 设置>拓展程序>打开"开发者模式”>将下载好的seleni…

【多模态】21、BARON | 通过引入大量 regions 来提升模型开放词汇目标检测能力(CVPR2021)

文章目录 一、背景二、方法2.1 主要过程2.2 Forming Bag of Regions2.3 Representing Bag of Regions2.4 Aligning bag of regions 三、效果 论文&#xff1a;Aligning Bag of Regions for Open-Vocabulary Object Detection 代码&#xff1a;https://github.com/wusize/ovdet…

SciencePub学术 | 人工智能类重点SCIEEI征稿中

SciencePub学术 刊源推荐: 人工智能类重点SCIE&EI征稿中&#xff01;信息如下&#xff0c;录满为止&#xff1a; 一、期刊概况&#xff1a; 人工智能类重点SCIE&EI 【期刊简介】IF&#xff1a;6.5-7.0&#xff0c;JCR1区&#xff0c;中科院2区&#xff1b; 【出版社…

画架构图工具-haydn

Haydn解决方案数字化平台_海顿解决方案工具链-华为云 下图为haydn架构图示例 Haydn解决方案数字化平台_海顿解决方案工具链-华为云 1、vpc是一个很重要的元素&#xff0c;有网络隔离的作用。 2、OBS、CES、CTS&#xff0c;不需要画到vpc里面。 3、不在区域内的资源&#xf…

Panda 编译时原子化 CSS-in-JS 框架的跨平台方案

Panda 编译时原子化 CSS-in-JS 框架的跨平台方案 Panda 编译时原子化 CSS-in-JS 框架的跨平台方案 对编译时原子化CSS框架的思考编译时 CSS-in-JS 方案对比 LinariaPandacss总结 weapp-pandacss 介绍快速开始 pandacss 安装和配置 0. 安装和初始化 pandacss1. 配置 postcss2. …

Hbase pe 压测 OOM问题解决

说明&#xff1a;本人使用CDH虚拟机搭建了Hbase集群&#xff0c;但是在压测的时发现线程多个的时候直接回OOM,记录一下 执行命令 hbase pe --nomapred --oneContrue --tablerw_test_1 --rows1000 --valueSize100 --compressSNAPPY --presplit10 --autoFlushtrue randomWrite …

SDXL 1.0 介绍和优缺点总结

2023年7月26日:Stability. AI 发布SDXL 1.0&#xff0c;这是对其生成模型的又一次重大更新&#xff0c;带来了突破性的变化。 SDXL 1.0包括两种不同的模型: sdxml -base-1.0:生成1024 x 1024图像的基本文本到图像模型。基本模型使用OpenCLIP-ViT/G和CLIP-ViT/L进行文本编码。…

详解c++继承与多继承

目录 &#x1f684;什么是继承&#x1f689;继承的概念&#x1f683;继承的定义 &#x1f687;继承基类成员访问方式的变化&#x1f686;基类和派生类对象赋值转换&#x1f690;继承时的作用域&#x1f697;派生类的默认成员函数&#x1f693;继承、友元、静态成员&#x1f69a…

运维级影像归档与通信系统(PACS)源码

运维级医院PACS系统源码&#xff0c;带演示&#xff0c;带使用手册和操作说明书 &#xff0c;带三维重建与还原功能&#xff0c;开发环境&#xff1a;VC MSSQL。 一、影像归档与通信系统&#xff08;PACS&#xff09;概述 PACS影像归档与通信系统”( Picture Archiving and C…

小型双轮差速底盘灭火功能的实现

1. 功能说明 灭火机器人是一种特殊的机器人&#xff0c;专门用于进行火灾扑救和灭火任务。它们通常具备以下功能和特点&#xff1a; ① 火灾侦测&#xff1a;灭火机器人配备了各种传感器和探测设备&#xff0c;可以检测烟雾、温度升高等火灾迹象。 ② 火灾扑救&#xff1a;灭火…