Search Results for

    Show / Hide Table of Contents

    Class AlternateFemRepresentationSource

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    AlternateFemRepresentationSource
    AtvSet
    FrfSet
    ModeSet
    VatvSet
    Implements
    IMessageSink
    Inherited Members
    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 AlternateFemRepresentationSource : TaggedObject, IMessageSink

    Constructors

    AlternateFemRepresentationSource()

    Declaration
    protected AlternateFemRepresentationSource()

    Properties

    PropertyTable

    Declaration
    public BasePropertyTable PropertyTable { get; }
    Property Value
    Type Description
    BasePropertyTable

    Methods

    ClearNamedNodes()

    Declaration
    public void ClearNamedNodes()

    CreateCoordinateSelectionRecipes(bool, TaggedObject, double, Pref)

    Declaration
    public void CreateCoordinateSelectionRecipes(bool updateExistingRecipes, TaggedObject componentTag, double tolerance, SelRecipeCoordinateStrategy.Pref resolvePreference)
    Parameters
    Type Name Description
    bool updateExistingRecipes
    TaggedObject componentTag
    double tolerance
    SelRecipeCoordinateStrategy.Pref resolvePreference

    CreateSingleLabelSelectionRecipes(bool, TaggedObject)

    Declaration
    public void CreateSingleLabelSelectionRecipes(bool updateExistingRecipes, TaggedObject componentTag)
    Parameters
    Type Name Description
    bool updateExistingRecipes
    TaggedObject componentTag

    ForceUpdate()

    Declaration
    public void ForceUpdate()

    GetAltRepSelectionRecipes(out FEModelOccurrence[], out SelectionRecipe[])

    Declaration
    public void GetAltRepSelectionRecipes(out FEModelOccurrence[] pptFeModelOccTags, out SelectionRecipe[] pppSelectionRecipe)
    Parameters
    Type Name Description
    FEModelOccurrence[] pptFeModelOccTags
    SelectionRecipe[] pppSelectionRecipe

    GetMappedSelectionRecipes(FEModelOccurrence)

    Declaration
    public SelectionRecipe[] GetMappedSelectionRecipes(FEModelOccurrence feModelOccTag)
    Parameters
    Type Name Description
    FEModelOccurrence feModelOccTag
    Returns
    Type Description
    SelectionRecipe[]

    GetNamedNodesWithLabel()

    Declaration
    public AlternateFemRepresentationSource.NameLabelPair[] GetNamedNodesWithLabel()
    Returns
    Type Description
    NameLabelPair[]

    GetNamedNodesWithNodeId()

    Declaration
    public AlternateFemRepresentationSource.NameIdentifierPair[] GetNamedNodesWithNodeId()
    Returns
    Type Description
    NameIdentifierPair[]

    GetNodeIdMappings()

    Declaration
    public AlternateFemRepresentationSource.NameLabelPair[] GetNodeIdMappings()
    Returns
    Type Description
    NameLabelPair[]

    GetReplacedFeModelOccs()

    Declaration
    public FEModelOccurrence[] GetReplacedFeModelOccs()
    Returns
    Type Description
    FEModelOccurrence[]

    HasNodeIdMappings()

    Declaration
    public bool HasNodeIdMappings()
    Returns
    Type Description
    bool

    Information(bool)

    Declaration
    public void Information(bool showWarnings)
    Parameters
    Type Name Description
    bool showWarnings

    InsertNamedNodeWithLabel(string, int)

    Declaration
    public void InsertNamedNodeWithLabel(string recipeNameString, int nodeLabel)
    Parameters
    Type Name Description
    string recipeNameString
    int nodeLabel

    InsertNamedNodeWithNodeId(string, string)

    Declaration
    public void InsertNamedNodeWithNodeId(string recipeNameString, string nodeIDString)
    Parameters
    Type Name Description
    string recipeNameString
    string nodeIDString

    InsertSelectionRecipeMappingWithLabel(FEModelOccurrence, SelectionRecipe, int)

    Declaration
    public void InsertSelectionRecipeMappingWithLabel(FEModelOccurrence feModelOccTag, SelectionRecipe pSelectionRecipe, int nodeLabel)
    Parameters
    Type Name Description
    FEModelOccurrence feModelOccTag
    SelectionRecipe pSelectionRecipe
    int nodeLabel

    InsertSelectionRecipeMappingWithNodeId(FEModelOccurrence, SelectionRecipe, string)

    Declaration
    public void InsertSelectionRecipeMappingWithNodeId(FEModelOccurrence feModelOccTag, SelectionRecipe pSelectionRecipe, string nodeIDString)
    Parameters
    Type Name Description
    FEModelOccurrence feModelOccTag
    SelectionRecipe pSelectionRecipe
    string nodeIDString

    RemoveSelectionRecipeMapping(FEModelOccurrence, SelectionRecipe)

    Declaration
    public void RemoveSelectionRecipeMapping(FEModelOccurrence feModelOccTag, SelectionRecipe pSelectionRecipe)
    Parameters
    Type Name Description
    FEModelOccurrence feModelOccTag
    SelectionRecipe pSelectionRecipe

    Rename(string)

    Declaration
    public void Rename(string name)
    Parameters
    Type Name Description
    string name

    Implements

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