Search Results for

    Show / Hide Table of Contents

    Class FrfSet

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    AlternateFemRepresentationSource
    FrfSet
    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 FrfSet : AlternateFemRepresentationSource, IMessageSink, IPostScenarioDataSource

    Constructors

    FrfSet()

    Declaration
    protected FrfSet()

    Methods

    GetFrfStatus(Int32, FrfSet.NodeComponent, Int32, FrfSet.NodeComponent, FrfSet.Measure, FrfSet.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
    System.Int32 inputNode
    FrfSet.NodeComponent inputComponent
    System.Int32 outputNode
    FrfSet.NodeComponent outputComponent
    FrfSet.Measure excitation
    FrfSet.Measure response
    Returns
    Type Description
    System.Boolean

    GetNumberOfFrfs()

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

    SetFrfStatus(Int32, FrfSet.NodeComponent, Int32, FrfSet.NodeComponent, FrfSet.Measure, FrfSet.Measure, Boolean)

    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
    System.Int32 inputNode
    FrfSet.NodeComponent inputComponent
    System.Int32 outputNode
    FrfSet.NodeComponent outputComponent
    FrfSet.Measure excitation
    FrfSet.Measure response
    System.Boolean status

    Implements

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