Message 1 of 1
Wall: attach top/base - wishlist CF-180
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
is there any way to attach wall top to the roof?
There was a post few years ago and a case was addet to the wishlist CF-180:
https://forums.autodesk.com/t5/revit-api-forum/wall-attach-top-base-no-api/m-p/5930543#M13063
create-gable-wall from Jeremy is not the Solution i was looking for:
http://thebuildingcoder.typepad.com/blog/2011/07/create-gable-wall.html
Maybe it`s possible with the PostCommand "Dialog_HostObj_SketchEditElevation: Control_HostObj_ExtendWalls", but i can`t find how to apply wall/roof to the command.
string s_commandToDisable = "Dialog_HostObj_SketchEditElevation: Control_HostObj_ExtendWalls";
RevitCommandId s_commandId = RevitCommandId.LookupCommandId(s_commandToDisable);
AddInCommandBinding commandBinding = uiapp.CreateAddInCommandBinding(s_commandId);
Product: Revit 2019.1
Kind regards