Message 1 of 1
What Modify a profile of element ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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
= 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