Top 10 Revit Architecture 2014 books
Revit Architecture, along with ArchiCAD, is most used BIM software in architectural design. Although book is not the best medium for learning computer software, there are some useful handbooks if you often use this software. Refers to the latest version of Revit Architecture, 2014.
- Autodesk Revit Architecture 2014 Essentials, Sybex
- Introduction to Revit Architecture, with concise explanations, real-world examples and plenty of hands-on exercises and tutorials.

- Introduction to Revit Architecture, with concise explanations, real-world examples and plenty of hands-on exercises and tutorials.
- Mastering Autodesk Revit Architecture 2014, Sybex
- Revised and updated edition that features in-depth explanations, real-world examples, practical tutorials, hands-on exercises with downloadable before-and-after files.

- Revised and updated edition that features in-depth explanations, real-world examples, practical tutorials, hands-on exercises with downloadable before-and-after files.
- Autodesk Revit 2014 BIM Management, Sybex
- Template and Family Creation, designed for students already familiar with Revit Architecture.

- Template and Family Creation, designed for students already familiar with Revit Architecture.
- Renaissance Revit: Creating Classical Architecture with Modern Software, CreateSpace Independent Publishing Platform
- Brings together architecture, history and Revit, learn how to create complex forms drawn from classical architecture.

- Brings together architecture, history and Revit, learn how to create complex forms drawn from classical architecture.
- Revit Architecture 2014 for Designers, Fairchild Books
- The book is written specifically for architects and interior designers as they transition from CAD to BIM.

- The book is written specifically for architects and interior designers as they transition from CAD to BIM.
- Interior Design Using Autodesk Revit 2014, SDC Publications
- Introduction to BIM for Interior Designers, learn Revit while developing the interior of a 2-story law office, while emphasis is placed on interior design rather than primary architectural elements. Contains accompanying CD.

- Introduction to BIM for Interior Designers, learn Revit while developing the interior of a 2-story law office, while emphasis is placed on interior design rather than primary architectural elements. Contains accompanying CD.
- Autodesk Revit Architecture 2014 for Architects and Designers, CADCIM Technologies
- Learn major concepts and tools of Revit Architecture 2014 – building components, conceptual massing, smart workflows, rich construction documentation, and more.

- Learn major concepts and tools of Revit Architecture 2014 – building components, conceptual massing, smart workflows, rich construction documentation, and more.
- Autodesk Revit Architecture 2014: No Experience Required, Sybex
- Covers each phase of designing, documenting, and presenting a real-world project – a four-story office building.

- Covers each phase of designing, documenting, and presenting a real-world project – a four-story office building.
- Residential Design Using Autodesk Revit 2014, Architectural Commercial Design Using Autodesk Revit 2014, SDC Publications
- Enables architectural students new to Autodesk Revit 2014 to learn Revit’s Architectural tools while developing a single family residence, or a three story office building. Contains accompanying CD.

- Enables architectural students new to Autodesk Revit 2014 to learn Revit’s Architectural tools while developing a single family residence, or a three story office building. Contains accompanying CD.
- Autodesk Revit Architecture 2014 Fundamentals, SDC Publications
- Enables students to create full 3D architectural project models, focuses on basic tools.

- Enables students to create full 3D architectural project models, focuses on basic tools.
Top 10 Revit Architecture 2014 books的更多相关文章
- Top 10 Universities for Artificial Intelligence
1. Massachusetts Institute of Technology, Cambridge, MA Massachusetts Institute of Technology is a p ...
- TOP 10开源的推荐系统简介
最近这两年推荐系统特别火,本文搜集整理了一些比较好的开源推荐系统,即有轻量级的适用于做研究的SVDFeature.LibMF.LibFM等,也有重量级的适用于工业系统的 Mahout.Oryx.Eas ...
- TOP 10 BEST LINUX GAMES RELEASED IN 2016
Gaming on Linux used to be a very rare phrase. But since the arrival of Steam on Linux, the Linux ga ...
- Top 10 Algorithms for Coding Interview--reference
By X Wang Update History:Web Version latest update: 4/6/2014PDF Version latest update: 1/16/2014 The ...
- Top 10 Mistakes Java Developers Make--reference
This list summarizes the top 10 mistakes that Java developers frequently make. #1. Convert Array to ...
- OWASP TOP 10 2017中文译文
说明:owasp top 10其实有中文官方版本:本文是按着英文版进行翻译而成. 官方中文版:http://www.owasp.org.cn/owasp-project/OWASPTop102017v ...
- Top 10 Algorithms of 20th and 21st Century
Top 10 Algorithms of 20th and 21st Century MATH 595 (Section TTA) Fall 2014 TR 2:00 pm - 3:20 pm, Ro ...
- SQL Server: Top 10 Secrets of a SQL Server Expert
转载自:http://technet.microsoft.com/en-us/magazine/gg299551.aspx Many companies have downsized their IT ...
- Web漏洞总结: OWASP Top 10
本文原创,更多内容可以参考: Java 全栈知识体系.如需转载请说明原处. 开发安全 - OWASP Top 10 在学习安全需要总体了解安全趋势和常见的Web漏洞,首推了解OWASP,因为它代表着业 ...
随机推荐
- css3背景颜色渐变属性 兼容性测试基础环境为:windows系统;IE6.0+, Firefox4.0+, Chrome4.0+, Safari4.0+, Opera15.0+
css3背景颜色渐变属性 兼容性测试基础环境为:windows系统:IE6.0+, Firefox4.0+, Chrome4.0+, Safari4.0+, Opera15.0+ 语法: <li ...
- OpenStack 存储服务 Cinder存储节点部署LVM(十六)
Cinder存储节点部署 部署在192.168.137.12主机 1.安装lvm2软件包 yum install lvm2 -y 2.启动LVM的metadata服务并且设置该服务随系统启动 syst ...
- Java基础-JAVA中常见的数据结构介绍
Java基础-JAVA中常见的数据结构介绍 作者:尹正杰 版权声明:原创作品,谢绝转载!否则将追究法律责任. 一.什么是数据结构 答:数据结构是指数据存储的组织方式.大致上分为线性表.栈(Stack) ...
- jdk1.8.0_45源码解读——HashMap的实现
jdk1.8.0_45源码解读——HashMap的实现 一.HashMap概述 HashMap是基于哈希表的Map接口实现的,此实现提供所有可选的映射操作.存储的是<key,value>对 ...
- 将网页设置为允许 XMLHttpRequest 跨域访问
在非IE下,使用XMLHttpRequest 不能跨域访问, 除非要访问的网页设置为允许跨域访问. 将网页设置为允许跨域访问的方法如下: Java Response.AddHeader("A ...
- iOS数据库操作之coredata详细操作步骤
CHENYILONG Blog iOS数据库操作之coredata详细操作步骤 技术博客http://www.cnblogs.com/ChenYilong/ 新浪微博http://weibo.com/ ...
- laravel一个页面两个表格分页处理
关键是看懂laravel自带的 paginate() 方法. 在Builder.php文件(项目名称/laravel/vendor/laravel/framework/src/Illuminate/D ...
- CTSC/APIO2018滚粗记
CTSC/APIO2018滚粗记 前言 从\(5.5\)晚上的火车到\(5.14\)早上的高铁 \(10\)天的时间真的过去的很快. 眨眼间,就到了今天晚上的颁奖. 至于结果如何,反而并不是那么重要了 ...
- windows环境命令行创建虚拟环境
1:安装virtualenv pip install virtualenv 2:创建并激活虚拟环境 #创建虚拟环境 D:\>mkdir xianmu D:\>cd xianmu D:\xi ...
- decimal模块
简介 decimal意思为十进制,这个模块提供了十进制浮点运算支持. 常用方法 1.可以传递给Decimal整型或者字符串参数,但不能是浮点数据,因为浮点数据本身就不准确. 2.要从浮点数据转换为De ...