I would like the ability to create a sketch line from the intersection of a plane into the 2D sketch.
There is the ability to create a 3D curve from the intersection of two surfaces, but Inventor lacks the ability to create the same curve on a 2D Sketch.
As an example, I have two work planes that are not perpendicular to one another. I need to get the line that represents the intersection of the two planes. I will need to create an axis from the two planes, and then project the axis into the sketch. This creates a lot of axis in the feature tree, and this is the only thing I will be using the axis for.
Either the Project Geometry command could just return the intersection of the work plane with the given sketch; this will make the projection still work when perpendicular, but still provide the new functionality. Or, add a new command that specifically projects the intersection of the work plane with the 2D sketch plane.