You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/pyRevitTools.extension/pyRevit.tab/Modify.panel/3D.pulldown/Orient Section Box To Face.pushbutton/script.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ def orientsectionbox(view):
33
33
options=DB.Options()
34
34
options.ComputeReferences=True
35
35
options.IncludeNonVisibleObjects=True
36
-
options.DetailLevel=DB.ViewDetailLevel.Fine
36
+
options.DetailLevel=curview.DetailLevel
37
37
38
38
geom_elem=element.get_Geometry(options)
39
39
Collapse file: extensions/pyRevitTools.extension/pyRevit.tab/Modify.panel/3D.pulldown/Orient View To Face.pushbutton/script.py
Copy file name to clipboardExpand all lines: extensions/pyRevitTools.extension/pyRevit.tab/Modify.panel/3D.pulldown/Orient View To Face.pushbutton/script.py
0 commit comments