Message 1 of 4
How to avoid walls overlapping?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone!
i am creating walls using line
wall = Wall.Create(doc, geomLine, ModelObjects.FindAndSortLevels(doc).Last().Id, true);
after that i have to change line location to Finish Face: Interior, but we dont have function for that, coz WALL_KEY_REF_PARAM dont change real position of wall
wall.get_Parameter(BuiltInParameter.WALL_KEY_REF_PARAM).Set(3);
just change wall parameter, and in this case i have to change location using wall.Location.Move.
but in this case some of my walls have intersection,
how can i avoid it?
thanks