News

#Section alignment line tool parallel to the elements Revit Objective: It's used to create the section alignment line parallel to selected elements like wall,pipe,duct,etc... 1) Install pyrevit 2) Go ...
Convert Section View to Drafting View By Joe Ye Revit didn’t expose API to change the the property of a section view to make it a drafting view. Here introduce a workaround how to put the content in a ...
For this case, we will have to iterate through each view and get all the section symbols in each view. To do this, we can create a list of the views in the model (using element filtering) and then for ...