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: Revit_Core_Engine/Query/Space.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ public static partial class Query
40
40
[Input("spaces","An optional collection of Revit Spaces to search. If not provided, all Spaces in the element's document will be used.")]
41
41
[Input("useRoomCalculationPoint","If true and the element is a FamilyInstance with a spatial element calculation point, that point will be used for containment checks.")]
42
42
[Output("space","The Revit Space containing the element, or the element itself if it is a Space. Returns null if no containing Space is found.")]
0 commit comments