Enum BuiltInParameter - Built in parameter for inner radius, left radius and right radius is it possible to retrieve values?

Enum BuiltInParameter - Built in parameter for inner radius, left radius and right radius is it possible to retrieve values?

Anonymous
Not applicable
405 Views
2 Replies
Message 1 of 3

Enum BuiltInParameter - Built in parameter for inner radius, left radius and right radius is it possible to retrieve values?

Anonymous
Not applicable

Hi!

I am working in one addin in c# and i need to retrieve the value of the angles (inner radius, left radius and right radius).

So far i believe that the builtInParameter in revit API is not returning those values.
Does anyone know if i am right, or if there is one way to get those values?

Capturar12221.png

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

jeremy_tammik
Alumni
Alumni

These look like family parameters to me, not shared parameters.

 

However, you can retrieve both using the Revit API.

 

Please explore your family instance element and possibly it associated element type using RevitLookup to determine where this data can be found and how to access it programmatically.

 

Jeremy Tammik Developer Advocacy and Support + The Building Coder + Autodesk Developer Network + ADN Open
0 Likes
Message 3 of 3

Anonymous
Not applicable

Thank you! So, that was what i was thinking. I already retrieve the shared parameters, i need to retrieve the one who are not shared like inner radius p.e of a curve. 

I used RevitLookup what was helpfull and i am  thinking in using the FabricationPart class , getDimensions() to retrieve the inner radius but i still don't know if that it will work. 

0 Likes