Class AlternateFemRepresentationSource
Inheritance
AlternateFemRepresentationSource
Assembly: NXOpen.dll
Syntax
public class AlternateFemRepresentationSource : TaggedObject, IMessageSink
Constructors
AlternateFemRepresentationSource()
Declaration
protected AlternateFemRepresentationSource()
Properties
PropertyTable
Declaration
public BasePropertyTable PropertyTable { get; }
Property Value
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
CreateSingleLabelSelectionRecipes(bool, TaggedObject)
Declaration
public void CreateSingleLabelSelectionRecipes(bool updateExistingRecipes, TaggedObject componentTag)
Parameters
ForceUpdate()
Declaration
public void ForceUpdate()
GetAltRepSelectionRecipes(out FEModelOccurrence[], out SelectionRecipe[])
Declaration
public void GetAltRepSelectionRecipes(out FEModelOccurrence[] pptFeModelOccTags, out SelectionRecipe[] pppSelectionRecipe)
Parameters
GetMappedSelectionRecipes(FEModelOccurrence)
Declaration
public SelectionRecipe[] GetMappedSelectionRecipes(FEModelOccurrence feModelOccTag)
Parameters
Returns
GetNamedNodesWithLabel()
Declaration
public AlternateFemRepresentationSource.NameLabelPair[] GetNamedNodesWithLabel()
Returns
GetNamedNodesWithNodeId()
Declaration
public AlternateFemRepresentationSource.NameIdentifierPair[] GetNamedNodesWithNodeId()
Returns
GetNodeIdMappings()
Declaration
public AlternateFemRepresentationSource.NameLabelPair[] GetNodeIdMappings()
Returns
GetReplacedFeModelOccs()
Declaration
public FEModelOccurrence[] GetReplacedFeModelOccs()
Returns
HasNodeIdMappings()
Declaration
public bool HasNodeIdMappings()
Returns
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
InsertSelectionRecipeMappingWithNodeId(FEModelOccurrence, SelectionRecipe, string)
Declaration
public void InsertSelectionRecipeMappingWithNodeId(FEModelOccurrence feModelOccTag, SelectionRecipe pSelectionRecipe, string nodeIDString)
Parameters
RemoveSelectionRecipeMapping(FEModelOccurrence, SelectionRecipe)
Declaration
public void RemoveSelectionRecipeMapping(FEModelOccurrence feModelOccTag, SelectionRecipe pSelectionRecipe)
Parameters
Rename(string)
Declaration
public void Rename(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink