Revit not seeing Dynamo Geometry

I have a script that runs fine in the Dynamo window, but the geometry is not showing up in Revit
Am I missing something here?

Dynamo geometry is different from Revit geometry. If you want to convert to Revit there are several nodes available. These look like Floors. That nodes takes an outline as an input.

I was trying something different than the floor by level routine

you can convert the solid into a Revit object then - basically an in-place family

Try DirectShape.

I just tried ImportInstance.ByGeometry and it seems to be working