The FaceAnalysisDisplay. ByViewFacePointsAndValues node displays colors on multiple faces

May I ask if the “FaceAnalysisDisplay. ByViewFacePointsAndValues” node already supports color display on multiple faces in the 2024 version?
I tried this node a long time ago in the 2018 version, but unfortunately, it can only be set on one face.

As far as I know, each face needs it’s own display in the API, and so the out of the box nodes are a new analysis style per face. You can force the low and high values to be consistent, or work on custom coding the analytical display via the API if that is something you need.

1 Like

Thank you for your reply! I want to know what API can customize encoding for analytical display?

This is the namespace: Autodesk.Revit.DB.Analysis Namespace

An example of implementing the face display as a C# zero touch node can be found here: DynamoRevit/src/Libraries/RevitNodes/AnalysisDisplay/FaceAnalysisDisplay.cs at a4cd7f18d8d2f39da992b13354c704dfac4a2822 · DynamoDS/DynamoRevit · GitHub

1 Like

thank you!

1 Like