Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Revit API - Materials
Rating: 4.6 out of 5(4 ratings)
20 students

Revit API - Materials

How to work with Materials when programming the Revit API
Created byHarry Mattison
Last updated 3/2019
English

What you'll learn

  • How to use the Revit API to work with Materials

Course content

1 section7 lectures59m total length
  • How to change value of parameters of materials in revit api3:29
  • Set Material Color11:23
  • What materials are used & not used in a Revit project?9:10
  • How to get area and volume of materials8:12
  • Material Assets6:19
  • Set material asset color and rotation12:17
  • Find the image file used by a material9:03

    Note that many classes used in this sample are in the Autodesk.Revit.DB.Visual namespace, so add this line at the top of your file.

    using Autodesk.Revit.DB.Visual;   

Requirements

  • C# programming & basic understanding of Revit API

Description

This course will help you learn how to perform common operations with Materials in the Revit API. There is a lot of data about materials that exists in Revit's database that is not easily accessible from the Revit User Interface, so the API can be a great help in collecting this data. Please add comments on the course to suggest additional Materials topics that you would like covered.

Who this course is for:

  • Revit API developers who want to learn more about the Materials API