I'm working with Revit API and the revit python shell to make a tool, and a part of the tool's operation includes mirroring the selected element(desk) shown in the screenshot.
In order to pick up a plane to mirror the desk, I'm trying to pick up a curve from the bounding box of the desk in the floor plan. However, I have a hard time to pick up a specific curve on the back side of the desk element. The direction of the plane should be consistent no matter what family the user selects.
Any idea on this?