Search Results for

    Show / Hide Table of Contents

    Class ModeSet

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    AlternateFemRepresentationSource
    ModeSet
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IPostScenarioDataSource
    Inherited Members
    AlternateFemRepresentationSource.Rename(String)
    AlternateFemRepresentationSource.ForceUpdate()
    AlternateFemRepresentationSource.HasNodeIdMappings()
    AlternateFemRepresentationSource.GetNodeIdMappings()
    AlternateFemRepresentationSource.InsertNamedNodeWithLabel(String, Int32)
    AlternateFemRepresentationSource.InsertNamedNodeWithNodeId(String, String)
    AlternateFemRepresentationSource.ClearNamedNodes()
    AlternateFemRepresentationSource.GetReplacedFeModelOccs()
    AlternateFemRepresentationSource.InsertSelectionRecipeMappingWithNodeId(FEModelOccurrence, SelectionRecipe, String)
    AlternateFemRepresentationSource.InsertSelectionRecipeMappingWithLabel(FEModelOccurrence, SelectionRecipe, Int32)
    AlternateFemRepresentationSource.RemoveSelectionRecipeMapping(FEModelOccurrence, SelectionRecipe)
    AlternateFemRepresentationSource.GetMappedSelectionRecipes(FEModelOccurrence)
    AlternateFemRepresentationSource.GetAltRepSelectionRecipes(FEModelOccurrence[], SelectionRecipe[])
    AlternateFemRepresentationSource.GetNamedNodesWithNodeId()
    AlternateFemRepresentationSource.GetNamedNodesWithLabel()
    AlternateFemRepresentationSource.Information(Boolean)
    AlternateFemRepresentationSource.CreateSingleLabelSelectionRecipes(Boolean, TaggedObject)
    AlternateFemRepresentationSource.CreateCoordinateSelectionRecipes(Boolean, TaggedObject, Double, SelRecipeCoordinateStrategy.Pref)
    AlternateFemRepresentationSource.PropertyTable
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class ModeSet : AlternateFemRepresentationSource, IMessageSink, IPostScenarioDataSource

    Constructors

    ModeSet()

    Declaration
    protected ModeSet()

    Methods

    GetAllModesInfos(out ModeSet.ModeInfo[])

    Declaration
    public void GetAllModesInfos(out ModeSet.ModeInfo[] modesInfos)
    Parameters
    Type Name Description
    ModeSet.ModeInfo[] modesInfos

    GetModeByIndex(Int32, out Int32, out Boolean, out Double, out Double, out Double, out Double, out String)

    Declaration
    [Obsolete("Deprecated in NX1872.0.0.  Use GetModeInfoByIndex instead.")]
    public void GetModeByIndex(int index, out int label, out bool status, out double undampedFrequency, out double dampingRatio, out double modalMassReal, out double modalMassImg, out string annotation)
    Parameters
    Type Name Description
    System.Int32 index
    System.Int32 label
    System.Boolean status
    System.Double undampedFrequency
    System.Double dampingRatio
    System.Double modalMassReal
    System.Double modalMassImg
    System.String annotation

    GetModeInfoByIndex(Int32)

    Declaration
    public ModeSet.ModeInfo GetModeInfoByIndex(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    ModeSet.ModeInfo

    GetNumberOfModes()

    Declaration
    public int GetNumberOfModes()
    Returns
    Type Description
    System.Int32

    SetModeAnnotation(Int32, String)

    Declaration
    public void SetModeAnnotation(int label, string annotation)
    Parameters
    Type Name Description
    System.Int32 label
    System.String annotation

    SetModeAnnotation(String, Int32, String)

    Declaration
    public void SetModeAnnotation(string dataSourceName, int label, string annotation)
    Parameters
    Type Name Description
    System.String dataSourceName
    System.Int32 label
    System.String annotation

    SetModeDampingRatio(Int32, Double)

    Declaration
    public void SetModeDampingRatio(int label, double dampingRatio)
    Parameters
    Type Name Description
    System.Int32 label
    System.Double dampingRatio

    SetModeDampingRatio(String, Int32, Double)

    Declaration
    public void SetModeDampingRatio(string dataSourceName, int label, double dampingRatio)
    Parameters
    Type Name Description
    System.String dataSourceName
    System.Int32 label
    System.Double dampingRatio

    SetModeModalMass(Int32, Double, Double)

    Declaration
    public void SetModeModalMass(int label, double modalMassReal, double modalMassImg)
    Parameters
    Type Name Description
    System.Int32 label
    System.Double modalMassReal
    System.Double modalMassImg

    SetModeModalMass(String, Int32, Double, Double)

    Declaration
    public void SetModeModalMass(string dataSourceName, int label, double modalMassReal, double modalMassImg)
    Parameters
    Type Name Description
    System.String dataSourceName
    System.Int32 label
    System.Double modalMassReal
    System.Double modalMassImg

    SetModeStatus(Int32, Boolean)

    Declaration
    public void SetModeStatus(int label, bool status)
    Parameters
    Type Name Description
    System.Int32 label
    System.Boolean status

    SetModeStatus(String, Int32, Boolean)

    Declaration
    public void SetModeStatus(string dataSourceName, int label, bool status)
    Parameters
    Type Name Description
    System.String dataSourceName
    System.Int32 label
    System.Boolean status

    SetModeStructuralDampingFactor(Int32, Double)

    Declaration
    public void SetModeStructuralDampingFactor(int label, double structuralDampingFactor)
    Parameters
    Type Name Description
    System.Int32 label
    System.Double structuralDampingFactor

    SetModeStructuralDampingFactor(String, Int32, Double)

    Declaration
    public void SetModeStructuralDampingFactor(string dataSourceName, int label, double structuralDampingFactor)
    Parameters
    Type Name Description
    System.String dataSourceName
    System.Int32 label
    System.Double structuralDampingFactor

    SetModeUndampedFrequency(Int32, Double)

    Declaration
    public void SetModeUndampedFrequency(int label, double undampedFrequency)
    Parameters
    Type Name Description
    System.Int32 label
    System.Double undampedFrequency

    SetModeUndampedFrequency(String, Int32, Double)

    Declaration
    public void SetModeUndampedFrequency(string dataSourceName, int label, double undampedFrequency)
    Parameters
    Type Name Description
    System.String dataSourceName
    System.Int32 label
    System.Double undampedFrequency

    SetModeViscousDampingFactor(Int32, Double)

    Declaration
    public void SetModeViscousDampingFactor(int label, double viscousDampingFactor)
    Parameters
    Type Name Description
    System.Int32 label
    System.Double viscousDampingFactor

    SetModeViscousDampingFactor(String, Int32, Double)

    Declaration
    public void SetModeViscousDampingFactor(string dataSourceName, int label, double viscousDampingFactor)
    Parameters
    Type Name Description
    System.String dataSourceName
    System.Int32 label
    System.Double viscousDampingFactor

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IPostScenarioDataSource
    In This Article
    Back to top Generated by DocFX