public interface SolutionCollection extends TaggedObjectCollection
Manager
TaggedObjectCollection.Iterator
Modifier and Type | Method and Description |
---|---|
Solution |
activeSolution()
Returns the active solution
License requirements: nx_response_anlys ("NX Response Analysis") . |
Solution |
cloneSolution(Solution oldSolution,
String suggestedName)
Clones a response analysis meta solution
License requirements: nx_response_anlys ("NX Response Analysis") . |
SolutionBuilder |
createSolutionBuilder(Solution raSolution)
Creates the builder object of response analysis meta solution
License requirements: nx_response_anlys ("NX Response Analysis") . |
Solution |
findObject(String solutionName)
Finds a response analysis meta solution with specified solution name
License requirements: nx_response_anlys ("NX Response Analysis") . |
void |
setActiveSolution(Solution activeSolution)
License requirements: nx_response_anlys ("NX Response Analysis") . |
_find_next, iterator
SolutionBuilder createSolutionBuilder(Solution raSolution) throws NXException, RemoteException
raSolution
- NXException
RemoteException
Solution activeSolution() throws NXException, RemoteException
NXException
RemoteException
void setActiveSolution(Solution activeSolution) throws NXException, RemoteException
activeSolution
- NXException
RemoteException
Solution cloneSolution(Solution oldSolution, String suggestedName) throws NXException, RemoteException
oldSolution
- the CAE.SimSolution
to be clonedsuggestedName
- name to use instead of default name (may be NULL) CAE.ResponseSimulation.Solution
NXException
RemoteException
Solution findObject(String solutionName) throws NXException, RemoteException
solutionName
- NXException
RemoteException
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.