NX Open C++ Reference Guide
|
Represents a CAE::ResultsReductionBuilder
To obtain an instance of this class use Session::ResultManager .
More...
Public Member Functions | |
void | SetDependentDomainName (const NXString &domainName) |
Set Dependent Domain Name Created in NX9.0.0. | |
void | SetDependentDomainName (const char *domainName) |
Set Dependent Domain Name Created in NX9.0.0. | |
void | SetElementValueAtNode (NXOpen::CAE::ResultsManipulationBuilder::ElementValueAtNode value) |
Set element value to be used at a node Created in NX9.0.0. | |
void | SetEvaluationErrorOption (NXOpen::CAE::ResultsReductionBuilder::EvaluationError evaluationErrorOption) |
Set evaluation error option Created in NX8.5.0. | |
void | SetFieldName (const NXString &fieldName) |
Set field Name to be created Created in NX9.0.0. | |
void | SetFieldName (const char *fieldName) |
Set field Name to be created Created in NX9.0.0. | |
void | SetFormula (const NXString &formula) |
The formula Created in NX8.5.0. | |
void | SetFormula (const char *formula) |
The formula Created in NX8.5.0. | |
void | SetIncompatibleResultsOption (NXOpen::CAE::ResultsReductionBuilder::IncompatibleResults incompatibleResultsOption) |
Set incompatible results option Created in NX8.5.0. | |
void | SetIndependentDomainName (const NXString &domainName) |
Set Independent Domain Name Created in NX9.0.0. | |
void | SetIndependentDomainName (const char *domainName) |
Set Independent Domain Name Created in NX9.0.0. | |
void | SetNoDataOption (NXOpen::CAE::ResultsReductionBuilder::NoData noDataOption) |
Set no data option Created in NX8.5.0. | |
void | SetOutput (NXOpen::CAE::ResultsReductionBuilder::Output output) |
Set output type from result reduction Created in NX9.0.0. | |
void | SetResults (const std::vector< NXOpen::CAE::Result * > &results, const std::vector< NXOpen::CAE::ResultParameters * > ¶meters, std::vector< NXString > &names) |
The result types Created in NX8.5.0. | |
void | SetResultTypeName (const NXString &resultTypeName) |
Set result type name that will be displayed in postview Created in NX9.0.0. | |
void | SetResultTypeName (const char *resultTypeName) |
Set result type name that will be displayed in postview Created in NX9.0.0. | |
void | SetResultUnit (NXOpen::Unit *unit) |
Set result unit for given result type/dependent field variable type Created in NX9.0.0. | |
void | SetViewIndexForPostView (int viewIndex) |
Set view index where postview will be created Created in NX9.0.0. | |
![]() | |
void | SetAction (NXOpen::CAE::ResultsManipulationBuilder::Action action) |
The action | |
void | SetAppendMethod (NXOpen::CAE::ResultsManipulationBuilder::ResultAppendMethod appendMethod) |
The append method if action is CAE::ResultsManipulationBuilder::ActionCreateCompanionResult Created in NX8.5.0. | |
void | SetCompanionResultName (const NXString &companionResultName) |
The companion result name if action is CAE::ResultsManipulationBuilder::ActionCreateCompanionResult Created in NX8.5.0. | |
void | SetCompanionResultName (const char *companionResultName) |
The companion result name if action is CAE::ResultsManipulationBuilder::ActionCreateCompanionResult Created in NX8.5.0. | |
void | SetCompanionSolution (NXOpen::CAE::SimSolution *solution) |
The companion solution if action is CAE::ResultsManipulationBuilder::ActionCreateCompanionResult Created in NX7.5.2. | |
void | SetCreateSolution (bool createSolution) |
Specifies whether to create an imported solution Created in NX9.0.0. | |
void | SetImportedSolutionName (const NXString &importedSolutionName) |
The imported solution name if action is CAE::ResultsManipulationBuilder::ActionCreateImportedSolution Created in NX8.5.0. | |
void | SetImportedSolutionName (const char *importedSolutionName) |
The imported solution name if action is CAE::ResultsManipulationBuilder::ActionCreateImportedSolution Created in NX8.5.0. | |
void | SetImportResult (bool importResult) |
Import the result immediately Created in NX8.5.0. | |
void | SetIncludeModel (bool includeModel) |
Include nodes and elements Created in NX8.5.0. | |
void | SetLoadcaseName (const NXString &loadcaseName) |
The load case name Created in NX7.5.2. | |
void | SetLoadcaseName (const char *loadcaseName) |
The load case name Created in NX7.5.2. | |
void | SetOutputFile (const NXString &outputFile) |
The output file Created in NX7.5.2. | |
void | SetOutputFile (const char *outputFile) |
The output file Created in NX7.5.2. | |
void | SetOutputName (const NXString &outputName) |
The output name Created in NX7.5.2. | |
void | SetOutputName (const char *outputName) |
The output name Created in NX7.5.2. | |
void | SetOutputQuantity (NXOpen::CAE::Result::Quantity quantity) |
The output quantity Created in NX8.5.0. | |
void | SetOutputResultType (NXOpen::CAE::ResultsManipulationBuilder::OutputResultType type) |
The result output type Created in NX9.0.0. | |
void | SetUnitsSystem (NXOpen::CAE::ResultsManipulationBuilder::UnitsSystem unitsSystem) |
The units system Created in NX8.5.0. | |
void | SetUnitsSystemResult (NXOpen::CAE::Result *result) |
The result to copy the units system from Created in NX8.5.0. | |
void | SetUserDefinedUnitsSystem (const NXOpen::CAE::Result::ResultBasicUnit &unitsSystem) |
The user-defined units system Created in NX8.5.0. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a CAE::ResultsReductionBuilder
To obtain an instance of this class use Session::ResultManager .
Created in NX8.5.0.
void NXOpen::CAE::ResultsReductionBuilder::SetDependentDomainName | ( | const NXString & | domainName | ) |
Set Dependent Domain Name
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
domainName | NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::CAE::ResultsReductionBuilder::SetDependentDomainName | ( | const char * | domainName | ) |
Set Dependent Domain Name
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
domainName | NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::CAE::ResultsReductionBuilder::SetElementValueAtNode | ( | NXOpen::CAE::ResultsManipulationBuilder::ElementValueAtNode | value | ) |
Set element value to be used at a node
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
value | value |
void NXOpen::CAE::ResultsReductionBuilder::SetEvaluationErrorOption | ( | NXOpen::CAE::ResultsReductionBuilder::EvaluationError | evaluationErrorOption | ) |
Set evaluation error option
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
evaluationErrorOption | evaluationerroroption |
void NXOpen::CAE::ResultsReductionBuilder::SetFieldName | ( | const NXString & | fieldName | ) |
Set field Name to be created
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
fieldName | NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::CAE::ResultsReductionBuilder::SetFieldName | ( | const char * | fieldName | ) |
Set field Name to be created
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
fieldName | NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::CAE::ResultsReductionBuilder::SetFormula | ( | const NXString & | formula | ) |
The formula
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
formula | set formula NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::CAE::ResultsReductionBuilder::SetFormula | ( | const char * | formula | ) |
The formula
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
formula | set formula NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::CAE::ResultsReductionBuilder::SetIncompatibleResultsOption | ( | NXOpen::CAE::ResultsReductionBuilder::IncompatibleResults | incompatibleResultsOption | ) |
Set incompatible results option
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
incompatibleResultsOption | incompatibleresultsoption |
void NXOpen::CAE::ResultsReductionBuilder::SetIndependentDomainName | ( | const NXString & | domainName | ) |
Set Independent Domain Name
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
domainName | NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::CAE::ResultsReductionBuilder::SetIndependentDomainName | ( | const char * | domainName | ) |
Set Independent Domain Name
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
domainName | NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::CAE::ResultsReductionBuilder::SetNoDataOption | ( | NXOpen::CAE::ResultsReductionBuilder::NoData | noDataOption | ) |
Set no data option
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
noDataOption | nodataoption |
void NXOpen::CAE::ResultsReductionBuilder::SetOutput | ( | NXOpen::CAE::ResultsReductionBuilder::Output | output | ) |
Set output type from result reduction
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
output | output |
void NXOpen::CAE::ResultsReductionBuilder::SetResults | ( | const std::vector< NXOpen::CAE::Result * > & | results, |
const std::vector< NXOpen::CAE::ResultParameters * > & | parameters, | ||
std::vector< NXString > & | names | ||
) |
The result types
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
results | set results |
parameters | set result parameters |
names | set result names NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::CAE::ResultsReductionBuilder::SetResultTypeName | ( | const NXString & | resultTypeName | ) |
Set result type name that will be displayed in postview
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
resultTypeName | NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::CAE::ResultsReductionBuilder::SetResultTypeName | ( | const char * | resultTypeName | ) |
Set result type name that will be displayed in postview
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
resultTypeName | NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::CAE::ResultsReductionBuilder::SetResultUnit | ( | NXOpen::Unit * | unit | ) |
Set result unit for given result type/dependent field variable type
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
unit | unit |
void NXOpen::CAE::ResultsReductionBuilder::SetViewIndexForPostView | ( | int | viewIndex | ) |
Set view index where postview will be created
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
viewIndex | view index |