Search Results for

    Show / Hide Table of Contents

    Class ModelUpdateSolutionSetCollection

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObjectCollection
    ModelUpdateSolutionSetCollection
    Implements
    IMessageSink
    IEnumerable
    Inherited Members
    TaggedObjectCollection.GetEnumerator()
    TaggedObjectCollection.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    string name
    Returns
    Type Description
    ModelUpdateSolutionSet

    CreateSolutionSet(ModelUpdateSolution[], string, Auto, ShapeCorrelation)

    Declaration
    public ModelUpdateSolutionSet CreateSolutionSet(ModelUpdateSolution[] muSolsTags, string name, CorrelModePairingBuilder.Auto modePairingMethod, CorrelModePairingBuilder.ShapeCorrelation shapeCorrelationMethod)
    Parameters
    Type Name Description
    ModelUpdateSolution[] muSolsTags
    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
    byte[] state
    Returns
    Type Description
    int
    Overrides
    TaggedObjectCollection.EnumerateMoveNext(ref Tag, byte[])

    FindObject(string)

    Declaration
    public ModelUpdateSolutionSet FindObject(string solutionSetName)
    Parameters
    Type Name Description
    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
    IEnumerable
    In this article
    Back to top Generated by DocFX