What Modify a profile of element ?

What Modify a profile of element ?

sizy458
Advocate Advocate
313 Views
0 Replies
Message 1 of 1

What Modify a profile of element ?

sizy458
Advocate
Advocate
Hello , What do i modify the profile by revit's API programming ? . ... ... .Wall wall = r as Wall; if (wall != null) { IList sideFaces
= HostObjectUtils.GetSideFaces(wall, ShellLayerType.Exterior); Face f = wall.GetGeometryObjectFromReference( sideFaces[0]) as Face; //function work good for returning profile f.EdgeLoops.Clear(); //this line don't work ! with exception read-only collection I want before all to make reset a profile of the conic wall ?
What do i make programming for sending profile on the element or wall ?
Thank you
0 Likes
314 Views
0 Replies
Replies (0)