Revit API Forum
Welcome to Autodesk’s Revit API Forums. Share your knowledge, ask questions, and explore popular Revit API topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to reduce size of columns in above floors without changing its parameters?

1 REPLY 1
Reply
Message 1 of 2
Anonymous
496 Views, 1 Reply

How to reduce size of columns in above floors without changing its parameters?

How to reduce the size of columns (width & breadth) in above floors without changing the name of the column or creating a new one? Like a tapered column.
1 REPLY 1
Message 2 of 2
naveen.kumar.t
in reply to: Anonymous

HI @Anonymous,

In tapered column you can change the width and breadth by setting the tapered column parameter value

                    Element e;
                    foreach(Parameter P in e.Parameters)
                    {
                       if(P.Definition.Name=="Your breadth/width parameter name")
                       {
                            P.Set(value);
                       }
                    }

Naveen Kumar T
Developer Technical Services
Autodesk Developer Network

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Customer Advisory Groups


Rail Community