How to add your knowledge

ViewDrafting

    Table of contents
    1. 1. ImageView

    The drafting view is not associated with the model. It allows the user to create detail drawings that are not included in the model.

    • In the drafting view, the user can create details in different view scales (coarse, fine, or medium).
    • You can use 2D detailing tools, including:
      • Detail lines
      • Detail regions
      • Detail components
      • Insulation
      • Reference planes
      • Dimensions
      • Symbols
      • Text

      These tools are the same tools used to create a detail view.

    • Drafting views do not display model elements.

    Use the Autodesk.Revit.Creation.NewViewDrafting() method to create a drafting view. Model elements are not displayed in the drafting view.

    ImageView

    The ImageView class is derived from ViewDrafting.  It can be used to create rendering views containing images imported from disk.  Use the static ImageView.Create() method to create new rendering views.