How to Use "Intersect" in Civil 3D Dynamo Without Transforming Geometry?

Hi :slight_smile:
I’m using Civil 3D Dynamo and working on a script that involves the “Intersect” operation for 3D solids.

I want to perform the intersection using the 3D Solid Order “Intersect” in Civil 3D Dynamo without transforming geometry and without using the Geometry.Intersect method.

Is there a way to achieve this directly in Civil 3D Dynamo?

Any guidance would be greatly appreciated!

Have you tried to copy the original objects and use those copies to do your intersect with?
I would think that to be the easiest path forward.