ViewDrafting

Views to create unassociated, view-specific details that are not part of the modeled design.

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

Use the static ViewDrafting.Create() 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.