Hi all, I would like to create a surface with color on revit. I tried to use GeometryColor.ByGeometryColor, but not sure why it doesn’t work.
I read some other post that solve this problem by uncheck the preview in preview nodes. However, it seems not working in here.
I am using revit 2019 and dynamo 2.0.4. Thanks a lot!!
1 Like
The geometry is inside Dynamo and not Revit :-).
The blue circle and point you see is Revit’s preview of the geometry - and as I know of, always represented as blue ![:slight_smile: :slight_smile:](https://emoji.discourse-cdn.com/twitter/slight_smile.png?v=9)
Hope that helps.
1 Like
You’ll need to first import into Revit the geometry created in Dynamo.
Then you can color it in specific views.
colorElement.dyn (16.7 KB)
2 Likes