Create angular dimension with 3 references and equal angles

Create angular dimension with 3 references and equal angles

m.walterN99B3
Contributor Contributor
165 Views
2 Replies
Message 1 of 3

Create angular dimension with 3 references and equal angles

m.walterN99B3
Contributor
Contributor

Is there a way in the API or maybe a workaround to create an angular dimension with equal angles between 3 model lines?

 

!revit question equal angle dimension.png

 

NewAngularDimension only accepts 2 references:

 

public Dimension NewAngularDimension(
	View view,
	Arc arc,
	Reference firstRef,
	Reference secondRef
)

 

0 Likes
166 Views
2 Replies
Replies (2)
Message 2 of 3

longt61
Advocate
Advocate

which version of Revit API do you use?  As far as I know, Revit API 2022 has already supported this in AngularDimension class.

 

0 Likes
Message 3 of 3

m.walterN99B3
Contributor
Contributor

I use Revit 2016-2026.
In the documentation for Revit 2022-2026 there is no method in FamilyItemFactory Class named NewAngularDimension with 3 references:

 

https://www.revitapidocs.com/2026/5c2584a9-34e2-3b37-0ceb-64efc71c5dd0.htm

 

0 Likes