Inputs
element : Element
Outputs
bool : bool
Description
Not all Revit elements are supported by the two Bimorph Element.Intersects nodes because the Revit API provides no support. It is difficult to know which elements are not supported since the output from the two Element.Intersects nodes defaults to an empty list when intersections fail.
Element.IsElementSupported provides a means to check if the element is supported, outputting true or false accordingly. If the element is not supported (such as Rooms), a good alternative is to extract its solid volume and use the Element.IntersectsSolid node.
Features
Returns true if the input element is supported by the Element.Intersection nodes