ColorFill Legend Location

Hey, I’m trying to control location of ColorFill Legends on views

First thing I’ve tried is obviously Clockworks Location+, but to no avail - it returns all false, empty lists.

Now I’ve checked ApiDocs and found that ColorFillLegend Class has properties like Location, Geometry, BoundingBox.
Here unfortunately my knowledge lacks deeper understanding of Revit pipelines.
I was able to run a simple collector to gather all colorfill legends and their locations. I don’t know how to further transform the output “Autodesk.Revit.DB.Location” to a point.

Furthermore retrieving BoundingBox or Geometry returns “IronPython.Runtime.Types.ReflectedIndexer”

Any hints?

1 Like

Woops, seems I’ve found it, Origin property seems to be working