Class ModelUpdateSolutionSetCollection
Inheritance
ModelUpdateSolutionSetCollection
Assembly: NXOpen.dll
Syntax
public class ModelUpdateSolutionSetCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
ModelUpdateSolutionSetCollection()
Declaration
protected ModelUpdateSolutionSetCollection()
ModelUpdateSolutionSetCollection(CorrelManager)
Declaration
protected ModelUpdateSolutionSetCollection(CorrelManager owner)
Parameters
Properties
ActiveSolutionSet
Declaration
public ModelUpdateSolutionSet ActiveSolutionSet { get; set; }
Property Value
Tag
Declaration
Property Value
Methods
CloneSolutionset(ModelUpdateSolutionSet)
Declaration
public ModelUpdateSolutionSet CloneSolutionset(ModelUpdateSolutionSet sourceSolnSetTag)
Parameters
Returns
CreateSolutionSet(ModelUpdateSolution, ModelUpdateSolution[], string)
Declaration
public ModelUpdateSolutionSet CreateSolutionSet(ModelUpdateSolution masterMUSol, ModelUpdateSolution[] muSolsTags, string name)
Parameters
Returns
CreateSolutionSet(ModelUpdateSolution[], string, Auto, ShapeCorrelation)
Declaration
public ModelUpdateSolutionSet CreateSolutionSet(ModelUpdateSolution[] muSolsTags, string name, CorrelModePairingBuilder.Auto modePairingMethod, CorrelModePairingBuilder.ShapeCorrelation shapeCorrelationMethod)
Parameters
Returns
DeleteSolutionSet(ModelUpdateSolutionSet)
Declaration
public void DeleteSolutionSet(ModelUpdateSolutionSet solnSetTag)
Parameters
EnumerateMoveNext(ref Tag, byte[])
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
Type |
Name |
Description |
Tag |
currentTag |
|
byte[] |
state |
|
Returns
Overrides
FindObject(string)
Declaration
public ModelUpdateSolutionSet FindObject(string solutionSetName)
Parameters
Type |
Name |
Description |
string |
solutionSetName |
|
Returns
ToArray()
Declaration
public ModelUpdateSolutionSet[] ToArray()
Returns
UpdateFiniteElementModel(ModelUpdateSolutionSet)
Declaration
public void UpdateFiniteElementModel(ModelUpdateSolutionSet solnSetTag)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink