Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
I guess it is now possible to create an analysis as a ProMechitem of a specific type.
Then, at least in Creo3, it is possible to find out which LoadSets are assigned to an existing analysis via the use of ProMechitemDependenciesGet().
What is still missing in the API is the ability to modify LoadSets assigned to a newly created analysis.
To keep things symmetric I propose introducing the calls along these lines:
ProMechloadsetAnalysesGet()
ProMechloadsetAnalysisAssign()
ProMechanalysisDescriptionGet()
ProMechanalysisDescriptionSet()
ProMechanalysisTypeGet()
ProMechanalysisLoadsetsGet()
...
+ Calls for constructing an analysis
+ Calls for assigning/querying contraintsets linked with an analysis
The ability to programatically create/modify analyses is very important for our application. The lack of API support for this makes our solution semi-automatic. And it could be simply beautiful...
Cheers,
Bartek
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.