I keep getting the same error message with the Surface analysis tools in Dynamo 0.8 & Revit 2016. I want to use analysis results to display on the curved surface of the mass in project attached below.
The faceanalysisdisplay… node keeps getting problematic with this message:
Take another look at the error message. It refers to the data type of your second input as _SingleFunctionObject which means that somewhere in the chain of nodes leading up to that input there must be an unconnected input. I would suspect that it was because you didn’t have a face selected.
Mmh, strange. This may actually be a bug. I made some alterations to your script (getting rid of the List.Create node & creating a list of names for the analysis results), but it didn’t make this warning disappear.
@Zach_Kron I am pulling this old post and trying to do similar analysis for ceiling surfaces. I can see you have color displayed in the snip. Is that geometry a mass? Do you know if we can colorize ceiling surfaces as well? I was able to do Point Analysis Display but not Face Analysis Display. Any insight you may have would help me tremendously. Why does the node produce a list and not AnalysisDisplay object like this snip I captured? In this the point displays correctly in Revit but the Face doesn’t.