Search Results for

    Show / Hide Table of Contents

    Class AlternateFemRepresentationSource

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    AlternateFemRepresentationSource
    AtvSet
    FrfSet
    ModeSet
    VatvSet
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    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 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(Boolean, TaggedObject, Double, SelRecipeCoordinateStrategy.Pref)

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

    CreateSingleLabelSelectionRecipes(Boolean, TaggedObject)

    Declaration
    public void CreateSingleLabelSelectionRecipes(bool updateExistingRecipes, TaggedObject componentTag)
    Parameters
    Type Name Description
    System.Boolean 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
    AlternateFemRepresentationSource.NameLabelPair[]

    GetNamedNodesWithNodeId()

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

    GetNodeIdMappings()

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

    GetReplacedFeModelOccs()

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

    HasNodeIdMappings()

    Declaration
    public bool HasNodeIdMappings()
    Returns
    Type Description
    System.Boolean

    Information(Boolean)

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

    InsertNamedNodeWithLabel(String, Int32)

    Declaration
    public void InsertNamedNodeWithLabel(string recipeNameString, int nodeLabel)
    Parameters
    Type Name Description
    System.String recipeNameString
    System.Int32 nodeLabel

    InsertNamedNodeWithNodeId(String, String)

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

    InsertSelectionRecipeMappingWithLabel(FEModelOccurrence, SelectionRecipe, Int32)

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

    InsertSelectionRecipeMappingWithNodeId(FEModelOccurrence, SelectionRecipe, String)

    Declaration
    public void InsertSelectionRecipeMappingWithNodeId(FEModelOccurrence feModelOccTag, SelectionRecipe pSelectionRecipe, string nodeIDString)
    Parameters
    Type Name Description
    FEModelOccurrence feModelOccTag
    SelectionRecipe pSelectionRecipe
    System.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
    System.String name

    Implements

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