Class SelectionRecipeCollection
Inheritance
SelectionRecipeCollection
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
Property Value
Methods
Copy(SelectionRecipe, string)
Declaration
public SelectionRecipe Copy(SelectionRecipe recipeToCopy, string name)
Parameters
Returns
CopyToClipboard(SelectionRecipe[])
Declaration
public void CopyToClipboard(SelectionRecipe[] recipes)
Parameters
CreateCloneSelRecipeBuilder(bool, SelectionRecipe)
Declaration
public CloneSelRecipeBuilder CreateCloneSelRecipeBuilder(bool deleteSourceRecipe, SelectionRecipe sourceSelRecipe)
Parameters
Returns
CreateSelRecipeBuilder()
Declaration
public SelRecipeBuilder CreateSelRecipeBuilder()
Returns
CreateSingleLabelRecipe(string, int)
Declaration
[Obsolete("Deprecated in NX1847.0.0. Use NXOpen.CAE.SelRecipeBuilder instead.")]
public SingleLabelSelectionRecipe CreateSingleLabelRecipe(string name, int nodeLabel)
Parameters
Type |
Name |
Description |
string |
name |
|
int |
nodeLabel |
|
Returns
Delete(SelectionRecipe[])
Declaration
public void Delete(SelectionRecipe[] recipes)
Parameters
EnumerateMoveNext(ref Tag, byte[])
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
Type |
Name |
Description |
Tag |
currentTag |
|
byte[] |
state |
|
Returns
Overrides
FindObject(string)
Declaration
public SelectionRecipe FindObject(string journalIdentifier)
Parameters
Type |
Name |
Description |
string |
journalIdentifier |
|
Returns
PasteFromClipboard(string)
Declaration
public void PasteFromClipboard(string prefix)
Parameters
Type |
Name |
Description |
string |
prefix |
|
ToArray()
Declaration
public SelectionRecipe[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink