Color geometry in Revit through Dynamo with Display.ByGeometryColor

Hi, i use Dynamp 1.2 and Revit 2016.

  1. Is there a way to color geometry in Revit with Dynamo?
    I tryed this with the node “Display.ByGeometryColor” but i only dye the geometry in Dynamo.

  2. Is it possible to import new created geometry and color them in Revit? For example lines? and how?

In my example i dye existing geometry(walls) and try to dye created geometry (solid line):

Here is a link to similar discussion: Surface color gradient in revit

2 Likes

This should get you there.

@Hannes To change colors in Revit use Element.OverrideColorInView

2 Likes

https://dynamonodes.com/2016/01/27/rhythm-node-index/

Thx Vikram…i don’t know why i haven’t found this node;)

Is there a node that does a similar coloring in Revit to Autodesk.DesignScript.Geometry.Line objects please?

That link no longer works in 2023. This still works: Revit.Elements.Element - OverrideColorInView