Search Results for

    Show / Hide Table of Contents

    Class SelectionRecipeCollection

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObjectCollection
    SelectionRecipeCollection
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.Collections.IEnumerable
    Inherited Members
    TaggedObjectCollection.GetEnumerator()
    TaggedObjectCollection.initialize()
    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.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class SelectionRecipeCollection : TaggedObjectCollection, IMessageSink, IEnumerable

    Constructors

    SelectionRecipeCollection()

    Declaration
    protected SelectionRecipeCollection()

    SelectionRecipeCollection(CaePart)

    Declaration
    protected SelectionRecipeCollection(CaePart owner)
    Parameters
    Type Name Description
    CaePart owner

    Properties

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    Copy(SelectionRecipe, String)

    Declaration
    public SelectionRecipe Copy(SelectionRecipe recipeToCopy, string name)
    Parameters
    Type Name Description
    SelectionRecipe recipeToCopy
    System.String name
    Returns
    Type Description
    SelectionRecipe

    CreateAttributeRecipe(String, CaeSetGroupFilterType, Boolean, CaeSetGroupFilterType)

    Declaration
    [Obsolete("Deprecated in NX1847.0.0.  Use NXOpen.CAE.SelRecipeBuilder instead.")]
    public AttributeSelectionRecipe CreateAttributeRecipe(string name, CaeSetGroupFilterType entityType, bool resolveRelatedFeEntity, CaeSetGroupFilterType relatedFeEntityType)
    Parameters
    Type Name Description
    System.String name
    CaeSetGroupFilterType entityType
    System.Boolean resolveRelatedFeEntity
    CaeSetGroupFilterType relatedFeEntityType
    Returns
    Type Description
    AttributeSelectionRecipe

    CreateBoxBoundingVolumeRecipe(String, CoordinateSystem, Expression, Expression, Expression, CaeSetGroupFilterType[])

    Declaration
    [Obsolete("Deprecated in NX1847.0.0.  Use NXOpen.CAE.SelRecipeBuilder instead.")]
    public BoundingVolumeSelectionRecipe CreateBoxBoundingVolumeRecipe(string name, CoordinateSystem centerCsys, Expression length, Expression width, Expression height, CaeSetGroupFilterType[] entityTypes)
    Parameters
    Type Name Description
    System.String name
    CoordinateSystem centerCsys
    Expression length
    Expression width
    Expression height
    CaeSetGroupFilterType[] entityTypes
    Returns
    Type Description
    BoundingVolumeSelectionRecipe

    CreateBoxBoundingVolumeRecipe(String, Point, Point, CaeSetGroupFilterType[])

    Declaration
    [Obsolete("Deprecated in NX1847.0.0.  Use NXOpen.CAE.SelRecipeBuilder instead.")]
    public BoundingVolumeSelectionRecipe CreateBoxBoundingVolumeRecipe(string name, Point centerPoint, Point targetPoint, CaeSetGroupFilterType[] entityTypes)
    Parameters
    Type Name Description
    System.String name
    Point centerPoint
    Point targetPoint
    CaeSetGroupFilterType[] entityTypes
    Returns
    Type Description
    BoundingVolumeSelectionRecipe

    CreateCloneSelRecipeBuilder(Boolean, SelectionRecipe)

    Declaration
    public CloneSelRecipeBuilder CreateCloneSelRecipeBuilder(bool deleteSourceRecipe, SelectionRecipe sourceSelRecipe)
    Parameters
    Type Name Description
    System.Boolean deleteSourceRecipe
    SelectionRecipe sourceSelRecipe
    Returns
    Type Description
    CloneSelRecipeBuilder

    CreateCoordinateRecipe(String, Point3d, Double)

    Declaration
    [Obsolete("Deprecated in NX1847.0.0.  Use NXOpen.CAE.SelRecipeBuilder instead.")]
    public CoordinateSelectionRecipe CreateCoordinateRecipe(string name, Point3d coordinates, double tolerance)
    Parameters
    Type Name Description
    System.String name
    Point3d coordinates
    System.Double tolerance
    Returns
    Type Description
    CoordinateSelectionRecipe

    CreateCylinderBoundingVolumeRecipe(String, CoordinateSystem, Expression, Expression, CaeSetGroupFilterType[])

    Declaration
    [Obsolete("Deprecated in NX1847.0.0.  Use NXOpen.CAE.SelRecipeBuilder instead.")]
    public BoundingVolumeSelectionRecipe CreateCylinderBoundingVolumeRecipe(string name, CoordinateSystem centerCsys, Expression diameter, Expression cylinderHeight, CaeSetGroupFilterType[] entityTypes)
    Parameters
    Type Name Description
    System.String name
    CoordinateSystem centerCsys
    Expression diameter
    Expression cylinderHeight
    CaeSetGroupFilterType[] entityTypes
    Returns
    Type Description
    BoundingVolumeSelectionRecipe

    CreateCylinderBoundingVolumeRecipe(String, Expression, Point, Point, CaeSetGroupFilterType[])

    Declaration
    [Obsolete("Deprecated in NX1847.0.0.  Use NXOpen.CAE.SelRecipeBuilder instead.")]
    public BoundingVolumeSelectionRecipe CreateCylinderBoundingVolumeRecipe(string name, Expression diameter, Point baseCenter, Point topCenter, CaeSetGroupFilterType[] entityTypes)
    Parameters
    Type Name Description
    System.String name
    Expression diameter
    Point baseCenter
    Point topCenter
    CaeSetGroupFilterType[] entityTypes
    Returns
    Type Description
    BoundingVolumeSelectionRecipe

    CreateLabelRangeRecipe(String, Int32[], Int32[], Int32[], Int32[], CaeSetGroupFilterType)

    Declaration
    [Obsolete("Deprecated in NX1847.0.0.  Use NXOpen.CAE.SelRecipeBuilder instead.")]
    public LabelRangeSelectionRecipe CreateLabelRangeRecipe(string name, int[] singleLabels, int[] startLabels, int[] endLabels, int[] increments, CaeSetGroupFilterType entityType)
    Parameters
    Type Name Description
    System.String name
    System.Int32[] singleLabels
    System.Int32[] startLabels
    System.Int32[] endLabels
    System.Int32[] increments
    CaeSetGroupFilterType entityType
    Returns
    Type Description
    LabelRangeSelectionRecipe

    CreatePointRecipe(String, Point, Double)

    Declaration
    [Obsolete("Deprecated in NX1847.0.0.  Use NXOpen.CAE.SelRecipeBuilder instead.")]
    public PointSelectionRecipe CreatePointRecipe(string name, Point point, double tolerance)
    Parameters
    Type Name Description
    System.String name
    Point point
    System.Double tolerance
    Returns
    Type Description
    PointSelectionRecipe

    CreateSelRecipeBuilder()

    Declaration
    public SelRecipeBuilder CreateSelRecipeBuilder()
    Returns
    Type Description
    SelRecipeBuilder

    CreateSingleLabelRecipe(String, Int32)

    Declaration
    [Obsolete("Deprecated in NX1847.0.0.  Use NXOpen.CAE.SelRecipeBuilder instead.")]
    public SingleLabelSelectionRecipe CreateSingleLabelRecipe(string name, int nodeLabel)
    Parameters
    Type Name Description
    System.String name
    System.Int32 nodeLabel
    Returns
    Type Description
    SingleLabelSelectionRecipe

    CreateSphereBoundingVolumeRecipe(String, Point, Expression, CaeSetGroupFilterType[])

    Declaration
    [Obsolete("Deprecated in NX1847.0.0.  Use NXOpen.CAE.SelRecipeBuilder instead.")]
    public BoundingVolumeSelectionRecipe CreateSphereBoundingVolumeRecipe(string name, Point centerPoint, Expression diameter, CaeSetGroupFilterType[] entityTypes)
    Parameters
    Type Name Description
    System.String name
    Point centerPoint
    Expression diameter
    CaeSetGroupFilterType[] entityTypes
    Returns
    Type Description
    BoundingVolumeSelectionRecipe

    Delete(SelectionRecipe[])

    Declaration
    public void Delete(SelectionRecipe[] recipes)
    Parameters
    Type Name Description
    SelectionRecipe[] recipes

    EnumerateMoveNext(ref Tag, Byte[])

    Declaration
    protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
    Parameters
    Type Name Description
    Tag currentTag
    System.Byte[] state
    Returns
    Type Description
    System.Int32
    Overrides
    TaggedObjectCollection.EnumerateMoveNext(ref Tag, Byte[])

    FindObject(String)

    Declaration
    public SelectionRecipe FindObject(string journalIdentifier)
    Parameters
    Type Name Description
    System.String journalIdentifier
    Returns
    Type Description
    SelectionRecipe

    ToArray()

    Declaration
    public SelectionRecipe[] ToArray()
    Returns
    Type Description
    SelectionRecipe[]

    Implements

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