Dynamo object locked, cannot be selected

Good morning, I am starting with Revit and I ask you for help with this question
In Revit I have two masses that intersect.

By means of Dynamo I get to obtain the common geometry of both masses (intersection)

The problem is that in Revit, that created object, I can’t select it, move it.
It remains fixed immovable
imagen
How can I make it an unlocked object with its characteristics, area, volume, etc.
Thanks

Hi,

Welcome to the community :slight_smile:

It would be very helpful if you could post your graph… I suspect that you need to create a Revit Element from your geometry.

There is a node called ImportInstance.ByGeometries.

Or for more control you can use a node such as the one in Springs Package called Springs.FamilyInstance.ByGeometry.

Hope that helps,

Mark

1 Like