Python duplicate plane

I am trying to duplicate a plane, but they way I try it does not work?
Do you might know how it works?

Re-making the plane again seems not how it could work.
Thank you for your response. :smiley:

problem duplicate plane.gh (4.6 KB)

I think you’re looking for x.Clone().

1 Like

to create a duplicate of a plane in .NET you simply need to pass a plane to a plane constructor:

2 Likes