cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Support for programmatic creation/modification of simulation analyses

0 Kudos

Support for programmatic creation/modification of simulation analyses

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

1 Comment
PTCModerator
Emeritus
Status changed to: Archived