Message 1 of 3
How to create non-linear dimensions in project document

Not applicable
06-19-2019
08:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
This seems to be a basic function of Revit, but I have been searching it for a while and could not find the solution. The Revit help (link below) states NewDimension method can create a linear dimension only.
Then how do we create non-linear dimension, such as Radial dimension, in project document.
I tried the overloaded NewDimension method:
NewDimension(View view,Line line,ReferenceArray references,DimensionType dimensionType)
I tried to supply a non-linear dimensionType to the method, but it throws exception “the dimension type is a non-linear dimension type”.
I know methods available for creating non-linear dimensions in family document, but how about project document?
What am I missing here?
Thanks