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. Java基础-爬虫实战之爬去校花网网站内容

    Java基础-爬虫实战之爬去校花网网站内容 作者:尹正杰 版权声明:原创作品,谢绝转载!否则将追究法律责任. 爬虫这个实现点我压根就没有把它当做重点,也没打算做网络爬虫工程师,说起爬虫我更喜欢用Pyt ...

  2. Linux命令(一)grep查询

    grep -n as test1.txt -n : 显示行号 -v: 显示没有搜索字符的一行 -i:忽视大小写  搜索字符串 模式查找

  3. LINQ 查询

    概述 事实上,对于LINQ to Objects来说,就是通过为IEnumerable<T>接口定义了一组约50个扩展方式来实现的. Lambda表达式(拉姆达表达式,Lambda Exp ...

  4. Django Book学习笔记(下)

    Django的Session框架 对于Django加密,大致使用这样的格式: hashtype$salt$hash 原因? 一次哈希是一次单向的加密过程,你能容易地计算出一个给定值的哈希码,但是几乎不 ...

  5. python 多进程的启动和代码执行顺序

    对照着廖雪峰的网站学习Python遇到些问题: 在进程中,父进程创建子进程时发现,显示不是按照顺序显示,疑问? 参照代码如下: from multiprocessing import Pool imp ...

  6. 使用Sysmon和Splunk探测网络环境中横向渗透

    当前很难在网络中探测攻击者横向渗透,其中原因有很难获取必要的日志和区别正常与恶意行为.本篇文章介绍通过部署Sysmon并将日志发送到SIEM来探测横向渗透. 工具: Sysmon + Splunk l ...

  7. Replication容量和错误日志

    gtid排错 set sql_log_bin=off;  #人为关闭二进制日志

  8. readb(), readw(), readl(),writeb(), writew(), writel() 宏函数【转】

    转自:http://www.netfoucs.com/article/hustyangju/70429.html readb(), readw(), readl()函数功能:从内存映射的 I/O 空间 ...

  9. vim命令学习

    文本编辑器vim vim常用操作 vim是一个强大的全屏幕文本编辑器,是Linux上最常用的文本编辑器,它的作用是建立,编辑,显示文本文件. vim没有菜单,只有命令. 输入a或i或o进入编辑命令,下 ...

  10. WPF使用DataGridComboBoxColumn完成绑定

    在使用DataGrid的时候,有时候需要使某些列为ComboBox,这时自然想到使用DataGridComboBoxColumn,但是如果使用的是ItemsSource数据绑定后台的对象,就会发现,这 ...