Class ModelUpdateSolutionSetCollection
Inheritance
System.Object
System.MarshalByRefObject
ModelUpdateSolutionSetCollection
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public class ModelUpdateSolutionSetCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
ModelUpdateSolutionSetCollection()
Declaration
protected ModelUpdateSolutionSetCollection()
ModelUpdateSolutionSetCollection(CorrelManager)
Declaration
protected ModelUpdateSolutionSetCollection(CorrelManager owner)
Parameters
Type | Name | Description |
---|---|---|
CorrelManager | owner |
Properties
ActiveSolutionSet
Declaration
public ModelUpdateSolutionSet ActiveSolutionSet { get; set; }
Property Value
Type | Description |
---|---|
ModelUpdateSolutionSet |
Tag
Declaration
public Tag Tag { get; }
Property Value
Type | Description |
---|---|
Tag |
Methods
CloneSolutionset(ModelUpdateSolutionSet)
Declaration
public ModelUpdateSolutionSet CloneSolutionset(ModelUpdateSolutionSet sourceSolnSetTag)
Parameters
Type | Name | Description |
---|---|---|
ModelUpdateSolutionSet | sourceSolnSetTag |
Returns
Type | Description |
---|---|
ModelUpdateSolutionSet |
CreateSolutionSet(ModelUpdateSolution, ModelUpdateSolution[], String)
Declaration
public ModelUpdateSolutionSet CreateSolutionSet(ModelUpdateSolution masterMUSol, ModelUpdateSolution[] muSolsTags, string name)
Parameters
Type | Name | Description |
---|---|---|
ModelUpdateSolution | masterMUSol | |
ModelUpdateSolution[] | muSolsTags | |
System.String | name |
Returns
Type | Description |
---|---|
ModelUpdateSolutionSet |
CreateSolutionSet(ModelUpdateSolution[], String, CorrelModePairingBuilder.Auto, CorrelModePairingBuilder.ShapeCorrelation)
Declaration
public ModelUpdateSolutionSet CreateSolutionSet(ModelUpdateSolution[] muSolsTags, string name, CorrelModePairingBuilder.Auto modePairingMethod, CorrelModePairingBuilder.ShapeCorrelation shapeCorrelationMethod)
Parameters
Type | Name | Description |
---|---|---|
ModelUpdateSolution[] | muSolsTags | |
System.String | name | |
CorrelModePairingBuilder.Auto | modePairingMethod | |
CorrelModePairingBuilder.ShapeCorrelation | shapeCorrelationMethod |
Returns
Type | Description |
---|---|
ModelUpdateSolutionSet |
DeleteSolutionSet(ModelUpdateSolutionSet)
Declaration
public void DeleteSolutionSet(ModelUpdateSolutionSet solnSetTag)
Parameters
Type | Name | Description |
---|---|---|
ModelUpdateSolutionSet | solnSetTag |
EnumerateMoveNext(ref Tag, Byte[])
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
Type | Name | Description |
---|---|---|
Tag | currentTag | |
System.Byte[] | state |
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
FindObject(String)
Declaration
public ModelUpdateSolutionSet FindObject(string solutionSetName)
Parameters
Type | Name | Description |
---|---|---|
System.String | solutionSetName |
Returns
Type | Description |
---|---|
ModelUpdateSolutionSet |
ToArray()
Declaration
public ModelUpdateSolutionSet[] ToArray()
Returns
Type | Description |
---|---|
ModelUpdateSolutionSet[] |
UpdateFiniteElementModel(ModelUpdateSolutionSet)
Declaration
public void UpdateFiniteElementModel(ModelUpdateSolutionSet solnSetTag)
Parameters
Type | Name | Description |
---|---|---|
ModelUpdateSolutionSet | solnSetTag |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable