NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
List of all members
NXOpen::CAE::VatvSet Class Reference

This is the class representing a Vatv result set. More...

Inheritance diagram for NXOpen::CAE::VatvSet:
NXOpen::CAE::AlternateFemRepresentationSource NXOpen::CAE::IPostScenarioDataSource NXOpen::TaggedObject

Additional Inherited Members

- Public Types inherited from NXOpen::CAE::AlternateFemRepresentationSource
enum  CreateMeshMode { CreateMeshModeAllElements, CreateMeshModeDataElements, CreateMeshModeVisualizationElements }
 Create mesh options. More...
 
- Public Member Functions inherited from NXOpen::CAE::AlternateFemRepresentationSource
void ClearNamedNodes ()
 Clears all the named nodes of an Alternate Fem Representation Source
Created in NX1847.0.0. More...
 
void ForceUpdate ()
 Force update of the Alternate Fem Representation Source
Created in NX12.0.0. More...
 
void GetAltRepSelectionRecipes (std::vector< NXOpen::CAE::FEModelOccurrence * > &pptFeModelOccTags, std::vector< NXOpen::CAE::SelectionRecipe * > &pppSelectionRecipe)
 Gets the NXOpen::CAE::SelectionRecipe array in an Alternate Fem Representation Source and the corresponding replaced NXOpen::CAE::FEModelOccurrence array
Created in NX1847.0.0. More...
 
std::vector
< NXOpen::CAE::SelectionRecipe * > 
GetMappedSelectionRecipes (NXOpen::CAE::FEModelOccurrence *feModelOccTag)
 Gets the mapped NXOpen::CAE::SelectionRecipe array in an Alternate Fem Representation Source for the given NXOpen::CAE::FEModelOccurrence. More...
 
std::vector
< NXOpen::CAE::AlternateFemRepresentationSource::NameLabelPair
GetNamedNodesWithLabel ()
 Gets the named nodes in an Alternate Fem Representation Source having no mappings. More...
 
std::vector
< NXOpen::CAE::AlternateFemRepresentationSource::NameIdentifierPair
GetNamedNodesWithNodeId ()
 Gets the named nodes in an Alternate Fem Representation Source having mappings. More...
 
std::vector
< NXOpen::CAE::AlternateFemRepresentationSource::NameLabelPair
GetNodeIdMappings ()
 Gets the mappings between a node string identifier and the correspondig node label. More...
 
std::vector
< NXOpen::CAE::FEModelOccurrence * > 
GetReplacedFeModelOccs ()
 Gets the Finite Element Model Occurrences replaced by the Alternate Fem Representation Source. More...
 
bool HasNodeIdMappings ()
 Returns true if the given Alternate Fem Representation Source has node string identifiers to labels mappings, i.e. More...
 
void InsertNamedNodeWithLabel (const NXString &recipeNameString, int nodeLabel)
 Adds or replaces a named node in an Alternate Fem Representation Source having no mappings. More...
 
void InsertNamedNodeWithLabel (const char *recipeNameString, int nodeLabel)
 Adds or replaces a named node in an Alternate Fem Representation Source having no mappings. More...
 
void InsertNamedNodeWithNodeId (const NXString &recipeNameString, const NXString &nodeIDString)
 Adds or replaces a named node in an Alternate Fem Representation Source having mappings. More...
 
void InsertNamedNodeWithNodeId (const char *recipeNameString, const char *nodeIDString)
 Adds or replaces a named node in an Alternate Fem Representation Source having mappings. More...
 
void InsertSelectionRecipeMappingWithLabel (NXOpen::CAE::FEModelOccurrence *feModelOccTag, NXOpen::CAE::SelectionRecipe *pSelectionRecipe, int nodeLabel)
 Adds or replaces a NXOpen::CAE::SelectionRecipe for the given replaced NXOpen::CAE::FEModelOccurrence in an Alternate Fem Representation Source without mappings
Created in NX1847.0.0. More...
 
void InsertSelectionRecipeMappingWithNodeId (NXOpen::CAE::FEModelOccurrence *feModelOccTag, NXOpen::CAE::SelectionRecipe *pSelectionRecipe, const NXString &nodeIDString)
 Adds or replaces a NXOpen::CAE::SelectionRecipe for the given replaced NXOpen::CAE::FEModelOccurrence in an Alternate Fem Representation Source having mappings
Created in NX1847.0.0. More...
 
void InsertSelectionRecipeMappingWithNodeId (NXOpen::CAE::FEModelOccurrence *feModelOccTag, NXOpen::CAE::SelectionRecipe *pSelectionRecipe, const char *nodeIDString)
 Adds or replaces a NXOpen::CAE::SelectionRecipe for the given replaced NXOpen::CAE::FEModelOccurrence in an Alternate Fem Representation Source having mappings
Created in NX1847.0.0. More...
 
void RemoveSelectionRecipeMapping (NXOpen::CAE::FEModelOccurrence *feModelOccTag, NXOpen::CAE::SelectionRecipe *pSelectionRecipe)
 Removes a NXOpen::CAE::SelectionRecipe for the given replaced NXOpen::CAE::FEModelOccurrence from the Alternate Fem Representation Source
Created in NX1847.0.0. More...
 
void Rename (const NXString &name)
 Set the name of the Alternate Fem Representation Source
Created in NX12.0.0. More...
 
void Rename (const char *name)
 Set the name of the Alternate Fem Representation Source
Created in NX12.0.0. More...
 

Detailed Description

This is the class representing a Vatv result set.


Not support KF.

Created in NX1847.0.0.


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.