- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am familiar with the process to generate dimensions by creating lines and adding references to an array. However, I have been attempting to recreate an ordinate dimension string as seen in the image, where it is a single string with multiple references. From using Revit Lookup, it appears I need to construct a DimensionSegmentArray and Append it with a DimensionSegment. I've attempted to create lines and use those, but get an error to create "DimensionSegments" instead. I've searched hours for a solution to this, but I am apparently missing something.
How would I construct a "Dimension Segment"?
Would I have to create a NewDimension for each segment, then append those to create another, longer dimension? If that's the case, then how would the number of Reference Arrays work in the longer NewDimension?
Solved! Go to Solution.