Search Results for

    Show / Hide Table of Contents

    Class FrfSet

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    AlternateFemRepresentationSource
    FrfSet
    Implements
    IMessageSink
    IPostScenarioDataSource
    Inherited Members
    AlternateFemRepresentationSource.Rename(string)
    AlternateFemRepresentationSource.ForceUpdate()
    AlternateFemRepresentationSource.HasNodeIdMappings()
    AlternateFemRepresentationSource.GetNodeIdMappings()
    AlternateFemRepresentationSource.InsertNamedNodeWithLabel(string, int)
    AlternateFemRepresentationSource.InsertNamedNodeWithNodeId(string, string)
    AlternateFemRepresentationSource.ClearNamedNodes()
    AlternateFemRepresentationSource.GetReplacedFeModelOccs()
    AlternateFemRepresentationSource.InsertSelectionRecipeMappingWithNodeId(FEModelOccurrence, SelectionRecipe, string)
    AlternateFemRepresentationSource.InsertSelectionRecipeMappingWithLabel(FEModelOccurrence, SelectionRecipe, int)
    AlternateFemRepresentationSource.RemoveSelectionRecipeMapping(FEModelOccurrence, SelectionRecipe)
    AlternateFemRepresentationSource.GetMappedSelectionRecipes(FEModelOccurrence)
    AlternateFemRepresentationSource.GetAltRepSelectionRecipes(out FEModelOccurrence[], out SelectionRecipe[])
    AlternateFemRepresentationSource.GetNamedNodesWithNodeId()
    AlternateFemRepresentationSource.GetNamedNodesWithLabel()
    AlternateFemRepresentationSource.Information(bool)
    AlternateFemRepresentationSource.CreateSingleLabelSelectionRecipes(bool, TaggedObject)
    AlternateFemRepresentationSource.CreateCoordinateSelectionRecipes(bool, TaggedObject, double, SelRecipeCoordinateStrategy.Pref)
    AlternateFemRepresentationSource.PropertyTable
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class FrfSet : AlternateFemRepresentationSource, IMessageSink, IPostScenarioDataSource

    Constructors

    FrfSet()

    Declaration
    protected FrfSet()

    Methods

    GetFrfStatus(int, NodeComponent, int, NodeComponent, Measure, Measure)

    Declaration
    public bool GetFrfStatus(int inputNode, FrfSet.NodeComponent inputComponent, int outputNode, FrfSet.NodeComponent outputComponent, FrfSet.Measure excitation, FrfSet.Measure response)
    Parameters
    Type Name Description
    int inputNode
    FrfSet.NodeComponent inputComponent
    int outputNode
    FrfSet.NodeComponent outputComponent
    FrfSet.Measure excitation
    FrfSet.Measure response
    Returns
    Type Description
    bool

    GetNumberOfFrfs()

    Declaration
    public int GetNumberOfFrfs()
    Returns
    Type Description
    int

    SetFrfStatus(int, NodeComponent, int, NodeComponent, Measure, Measure, bool)

    Declaration
    public void SetFrfStatus(int inputNode, FrfSet.NodeComponent inputComponent, int outputNode, FrfSet.NodeComponent outputComponent, FrfSet.Measure excitation, FrfSet.Measure response, bool status)
    Parameters
    Type Name Description
    int inputNode
    FrfSet.NodeComponent inputComponent
    int outputNode
    FrfSet.NodeComponent outputComponent
    FrfSet.Measure excitation
    FrfSet.Measure response
    bool status

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IPostScenarioDataSource
    In this article
    Back to top Generated by DocFX