Google SketchUp Cookbook: (Chapter 3) Intersection Edges: Cutting and Trimming
软件环境
SketchUp Pro 2018
参考书籍
Google SketchUp Cookbook
Trimming an Object
使用 Intersect with Model 裁剪物体。
Cutting All Intersected Objects
一次性裁剪多个物体。
Using Groups or Components to Create Cutting Objects
下图中,有两种样式的裁剪:
a) 实体模型
b) 壳状模型
实体模型:裁剪后,保留了裁剪物体的部分表面,与被裁剪物体结合在一起
壳状模型:裁剪后,将裁剪物体完全删除掉了
Intersecting with Groups and Components, Without Exploding
上图是 Building with Glass Windows,Building 处于 Exploded 状态(既不是 Group,也不是 Component),Glass Window 是组件(Component)
在 Building 上生成 Intersection edges:选中 Building 所有几何元素 -> 右键菜单 -> Intersect Faces -> with Model
在 Glass Window 上生成 Intersection edges:选中并编辑 Glass Window 组件 -> 选中 Glass Window 所有几何元素 -> 右键菜单 -> Intersect Faces -> with Model
Intersecting with Both Intact and Exploded Components
这个例子是说,有一个双层抽屉,抽屉上有4个把手,把手创建为组件,先用把手作为裁剪物体去裁剪抽屉正面,在抽屉正面钻出用于安装把手的小洞。
同时把手组件上保留有 Intersection edges,最后将把手组件放回抽屉正面。
Intersecting Only Selected Objects
这个容易理解,仅在选中的物体上生成 intersection edges。
这里有一个快速选择几何元素的技巧,根据材质选择:
a) 先选择一个面
b) 右键菜单 -> Select -> All with same Material
Intersecting Within a Group or Component
Intersect Faces -> with Context
当你需要在一个组或组件内部产生 intersection edges ,并且不受模型其余部分的影响时,请使用 Intersect Faces with Context
Using Intersect to Trim Components with Themselves
组件与组件之间相交,用圆木堆砌小围栏,见下图效果。
Google SketchUp Cookbook: (Chapter 3) Intersection Edges: Cutting and Trimming的更多相关文章
- Google SketchUp Cookbook: (Chapter 5) Roofs: Constraints and Inferences
软件环境 SketchUp Pro 2018 参考书籍 Google SketchUp Cookbook Creating an Overhanging Roof 屋顶上有一个缝隙需要填充,有两种方法 ...
- Google SketchUp Cookbook: (Chapter 4) Advanced Intersect and Follow Me Techniques
软件环境 SketchUp Pro 2018 参考书籍 Google SketchUp Cookbook Intersect 工具经常与 Follow Me 工具一起使用,以创建复杂的 3D 物体. ...
- Google SketchUp Cookbook: (Chapter 2) Following Paths with Follow Me
软件环境 SketchUp Pro 2018 参考书籍 Google SketchUp Cookbook Follow Me工具 Follow Me工具,将2D图形沿着一条路径挤出生成3D物体. 使用 ...
- Google SketchUp Cookbook: (Chapter 1) Making Multiple Copies
软件环境 SketchUp Pro 2018 参考书籍 Google SketchUp Cookbook http://shop.oreilly.com/product/9780596155100.d ...
- How to export a model from SolidWorks to Google SketchUp
How to export a model from SolidWorks to Google SketchUp While Google SketchUp is not a professional ...
- [转载] google mock cookbook
原文: https://code.google.com/p/googlemock/wiki/CookBook Creating Mock Classes Mocking Private or Prot ...
- (转) [it-ebooks]电子书列表
[it-ebooks]电子书列表 [2014]: Learning Objective-C by Developing iPhone Games || Leverage Xcode and Obj ...
- Sketchup+ArcGIS三维建模与管理
一.软件安装及其说明 1.需要安装的软件及其安装: 这份报告主要涉及到的有三个需要安装的软件ArcGIS9.3(或9.2) .Sketchup6.0和SketchUp6 ESRI 插件. ArcGIS ...
- 谷歌 google
google Google是搜索引擎名,也是一家美国上市公司名称.Google公司于1998年9月7日以私有股份公司的形式创立,以设计并管理一个互联网的搜索引擎.Google公司的总部称作“Googl ...
随机推荐
- UnicodeDecodeError: 'gbk' codec can't decode byte 0xae in position 199: illegal multibyte sequence
=================================版权声明================================= 版权声明:原创文章 谢绝转载 请通过右侧公告中的“联系邮 ...
- Django连接oracle数据库的那些问题
环境: windows 7 64位 python 3.6.5 32位 oracle客户端11.2 32位 django1.11.20 (django2.x版本不支持oracle客户端11g了) cx_ ...
- 安装ruby及sass
下载 ruby安装包,安装后,进入: 输入: gem sources --add https://gems.ruby-china.com/ --remove https://rubygems.org/ ...
- QT 读写配置文件 .ini
高端大气上档次!码住 读取配置文件: //根据目录寻找配置文件 QSettings* setting = new QSettings("configs/config.ini", Q ...
- ss-R:// 链接的含义
1.问题 ss-R:// Mi41LmZ1Y2twcHBwcC50b2RheToyNDI4ODphdXRoX2FlczEyOF9tZDU6YWVzLTI1Ni1jdHI6dGxzMS4yX3RpY2t ...
- android开发解决Error:Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'. > java.lang.RuntimeException: java.lang.RuntimeException: c.....
网上常见的方法我都试过,都没能解决,偶然看到的一个方法解决了,在这了记录一下. 在App目录下的build.gradle的android{ ... ....}中添加如下代码,即可解决.(xx.xx. ...
- sql注入-推断是否存在SQL注入-and大法和or大法
来自:https://www.cnblogs.com/ichunqiu/p/5749347.html 页面不返回任何错误信息,我们就可以借助本方法来推断了,首先我们在参数后面加上 and 1=1和an ...
- 创建一个dynamics 365 CRM online plugin (四) - PreValidation
开始之前,我们要确认一下 Plugin 的 pipeline. PreValidation -> PreOperation -> Server Side System Main Event ...
- Git 日常操作
本地新建Git库步骤: 初始化git库:git init 建立本地和远程的关联: git remote add origin ip:端口/ 项目.git 从远程下载所有分支到本地:git fetch ...
- Routemanage类方法详解
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Ref ...