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.

  1. Autodesk Revit Architecture 2014 Essentials, Sybex
    Introduction to Revit Architecture, with concise explanations, real-world examples and plenty of hands-on exercises and tutorials.

  2. 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.
  3. Autodesk Revit 2014 BIM Management, Sybex
    Template and Family Creation, designed for students already familiar with Revit Architecture.
  4. 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.
  5. Revit Architecture 2014 for Designers, Fairchild Books
    The book is written specifically for architects and interior designers as they transition from CAD to BIM.
  6. 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.
  7. 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.
  8. 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.
  9. 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.
  10. Autodesk Revit Architecture 2014 Fundamentals, SDC Publications
    Enables students to create full 3D architectural project models, focuses on basic tools.

Top 10 Revit Architecture 2014 books的更多相关文章

  1. Top 10 Universities for Artificial Intelligence

    1. Massachusetts Institute of Technology, Cambridge, MA Massachusetts Institute of Technology is a p ...

  2. TOP 10开源的推荐系统简介

    最近这两年推荐系统特别火,本文搜集整理了一些比较好的开源推荐系统,即有轻量级的适用于做研究的SVDFeature.LibMF.LibFM等,也有重量级的适用于工业系统的 Mahout.Oryx.Eas ...

  3. 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 ...

  4. 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 ...

  5. Top 10 Mistakes Java Developers Make--reference

    This list summarizes the top 10 mistakes that Java developers frequently make. #1. Convert Array to ...

  6. OWASP TOP 10 2017中文译文

    说明:owasp top 10其实有中文官方版本:本文是按着英文版进行翻译而成. 官方中文版:http://www.owasp.org.cn/owasp-project/OWASPTop102017v ...

  7. 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 ...

  8. 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 ...

  9. Web漏洞总结: OWASP Top 10

    本文原创,更多内容可以参考: Java 全栈知识体系.如需转载请说明原处. 开发安全 - OWASP Top 10 在学习安全需要总体了解安全趋势和常见的Web漏洞,首推了解OWASP,因为它代表着业 ...

随机推荐

  1. SQL Server 一些查询技巧

    --1.[行列转换] --列转行 USE tempdb GO IF (OBJECT_ID('DEPT') IS NOT NULL) DROP TABLE DEPT CREATE TABLE DEPT( ...

  2. .net 未被引用的错误

    开发的时候遇到了一个错误,如下: 错误 1 类型“System.ServiceModel.ClientBase`1<T0>”在未被引用的程序集中定义. 我原本以为是版本号的问题,添加了引用 ...

  3. ActiveMQ基础教程JMS概述

    什么是JMS JMS即Java消息服务(Java Message Service)应用程序接口,是一个Java平台中关于面向消息中间件(MOM)的API,用于在两个应用程序之间,或分布式系统中发送消息 ...

  4. 移动端网页开发 meta 之 viewport

    这几天在搞微信公众平台,涉及到几个页面要写,可是当我测试时发现和想象中不太一样,于是去找了几个页面看了下,发现他们页面头部有 meta viewport 的标签,所以去找了下网上的资料,发现千篇一律, ...

  5. html5 canvas 对角线渐变

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/ ...

  6. [机器学习&数据挖掘]机器学习实战决策树plotTree函数完全解析

    在看机器学习实战时候,到第三章的对决策树画图的时候,有一段递归函数怎么都看不懂,因为以后想选这个方向为自己的职业导向,抱着精看的态度,对这本树进行地毯式扫描,所以就没跳过,一直卡了一天多,才差不多搞懂 ...

  7. SpringSecurity csrf验证忽略某些请求

    前几天项目中遇到springSecurity问题,研究了大半天,掉进了csrf的坑,先认识一下csrf CSRF概念:CSRF跨站点请求伪造(Cross—Site Request Forgery),跟 ...

  8. Hive笔记之Fetch Task

    在使用Hive的时候,有时候只是想取表中某个分区的前几条的记录看下数据格式,比如一个很常用的查询: select * from foo where partition_column=bar limit ...

  9. CSS3设置内容超过一定长度后自动折行

    在用编辑器保存的数据到数据库的时候经常是在我们的内容前后加一个P标签,但是出来之后是一行,有时候会超过边框的宽度,所以研究了如何折行,如下代码: <!DOCTYPE html> <h ...

  10. LINUX下 USB转串口 【转】

    转自:http://blog.163.com/smilexiao_11015461/blog/static/2122052182012102410399459/ 1.将设备u口插入pc2.输入#lsm ...