Determining Analyses Solver Type Using ProToolkit
I'm trying to create a choice object on an interface that has the different analyses in the simulate model listed. The kicker is that the aux app I'm creating can only be used in FEM mode. I've successfully found all the PRO_SIMULATION_ANALYSIS items using the ProSolidMechitemVisit function but it gives ALL of the analyses, whether it is an FEM mode analysis or a normal Simulate analysis. Only analyses created in FEM mode get exported into the Nastran or Ansys files so I don't want to give the user the other options. Is there a member or a function in the ProToolkit C++ API that can be used to determine if the ProMechItem for the analysis belongs in FEM mode or not?

