|
NX Open C++ Reference Guide
|
Represents an abstract CAE::ResultsManipulationBuilder
This is an abstract class and cannot be instantiated
Created in NX7.5.2.
More...
Public Types | |
| enum | Action { ActionExport, ActionExportResultsOnly, ActionExportResultsAndModel, ActionCreateImportedResult, ActionCreateCompanionResult, ActionCreateCompanionResultWithModel, ActionCreateImportedSolution } |
| Action options More... | |
| enum | ElementValueAtNode { ElementValueAtNodeAverage, ElementValueAtNodeMaximum, ElementValueAtNodeMinimum, ElementValueAtNodeSum } |
| Value at Nodes for element nodal values. More... | |
| enum | OutputResultType { OutputResultTypeCompanion, OutputResultTypeFull } |
| Output result types. More... | |
| enum | ResultAppendMethod { ResultAppendMethodCreateNewLoadCases, ResultAppendMethodMergeWithPrimaryResultsData } |
| Result Append Method options. More... | |
| enum | UnitsSystem { UnitsSystemNone, UnitsSystemFromResult, UnitsSystemUserDefined } |
| Units system options. More... | |
Public Member Functions | |
| 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. | |
Public Member Functions inherited from NXOpen::Builder | |
| 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. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents an abstract CAE::ResultsManipulationBuilder
This is an abstract class and cannot be instantiated
Created in NX7.5.2.
Action options
Use CAE::ResultsManipulationBuilder::OutputResultType instead.
Result Append Method options.
| void NXOpen::CAE::ResultsManipulationBuilder::SetAction | ( | NXOpen::CAE::ResultsManipulationBuilder::Action | action | ) |
The action
Use CAE::ResultsManipulationBuilder::SetOutputResultType instead.
Created in NX7.5.2.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
| action | set action |
| void NXOpen::CAE::ResultsManipulationBuilder::SetAppendMethod | ( | NXOpen::CAE::ResultsManipulationBuilder::ResultAppendMethod | appendMethod | ) |
The append method if action is CAE::ResultsManipulationBuilder::ActionCreateCompanionResult
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
| appendMethod | set append method |
| void NXOpen::CAE::ResultsManipulationBuilder::SetCompanionResultName | ( | const NXString & | companionResultName | ) |
The companion result name if action is CAE::ResultsManipulationBuilder::ActionCreateCompanionResult
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
| companionResultName | set companion result name NOTE: The full Unicode character set is not supported for this parameter. |
| void NXOpen::CAE::ResultsManipulationBuilder::SetCompanionResultName | ( | const char * | companionResultName | ) |
The companion result name if action is CAE::ResultsManipulationBuilder::ActionCreateCompanionResult
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
| companionResultName | set companion result name NOTE: The full Unicode character set is not supported for this parameter. |
| void NXOpen::CAE::ResultsManipulationBuilder::SetCompanionSolution | ( | NXOpen::CAE::SimSolution * | solution | ) |
The companion solution if action is CAE::ResultsManipulationBuilder::ActionCreateCompanionResult
Created in NX7.5.2.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
| solution | set companion solution |
| void NXOpen::CAE::ResultsManipulationBuilder::SetCreateSolution | ( | bool | createSolution | ) |
Specifies whether to create an imported solution
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
| createSolution | createsolution |
| void NXOpen::CAE::ResultsManipulationBuilder::SetImportedSolutionName | ( | const NXString & | importedSolutionName | ) |
The imported solution name if action is CAE::ResultsManipulationBuilder::ActionCreateImportedSolution
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
| importedSolutionName | set imported solution name NOTE: The full Unicode character set is not supported for this parameter. |
| void NXOpen::CAE::ResultsManipulationBuilder::SetImportedSolutionName | ( | const char * | importedSolutionName | ) |
The imported solution name if action is CAE::ResultsManipulationBuilder::ActionCreateImportedSolution
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
| importedSolutionName | set imported solution name NOTE: The full Unicode character set is not supported for this parameter. |
| void NXOpen::CAE::ResultsManipulationBuilder::SetImportResult | ( | bool | importResult | ) |
Import the result immediately
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
| importResult | nodes and elements will be included |
| void NXOpen::CAE::ResultsManipulationBuilder::SetIncludeModel | ( | bool | includeModel | ) |
Include nodes and elements
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
| includeModel | nodes and elements will be included |
| void NXOpen::CAE::ResultsManipulationBuilder::SetLoadcaseName | ( | const NXString & | loadcaseName | ) |
The load case name
Created in NX7.5.2.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
| loadcaseName | set load case name NOTE: The full Unicode character set is not supported for this parameter. |
| void NXOpen::CAE::ResultsManipulationBuilder::SetLoadcaseName | ( | const char * | loadcaseName | ) |
The load case name
Created in NX7.5.2.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
| loadcaseName | set load case name NOTE: The full Unicode character set is not supported for this parameter. |
| void NXOpen::CAE::ResultsManipulationBuilder::SetOutputFile | ( | const NXString & | outputFile | ) |
The output file
Created in NX7.5.2.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
| outputFile | set output file NOTE: The full Unicode character set is not supported for this parameter. |
| void NXOpen::CAE::ResultsManipulationBuilder::SetOutputFile | ( | const char * | outputFile | ) |
The output file
Created in NX7.5.2.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
| outputFile | set output file NOTE: The full Unicode character set is not supported for this parameter. |
| void NXOpen::CAE::ResultsManipulationBuilder::SetOutputName | ( | const NXString & | outputName | ) |
The output name
Created in NX7.5.2.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
| outputName | set output name NOTE: The full Unicode character set is not supported for this parameter. |
| void NXOpen::CAE::ResultsManipulationBuilder::SetOutputName | ( | const char * | outputName | ) |
The output name
Created in NX7.5.2.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
| outputName | set output name NOTE: The full Unicode character set is not supported for this parameter. |
| void NXOpen::CAE::ResultsManipulationBuilder::SetOutputQuantity | ( | NXOpen::CAE::Result::Quantity | quantity | ) |
The output quantity
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
| quantity | not all values may be valid |
| void NXOpen::CAE::ResultsManipulationBuilder::SetOutputResultType | ( | NXOpen::CAE::ResultsManipulationBuilder::OutputResultType | type | ) |
The result output type
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
| type | type |
| void NXOpen::CAE::ResultsManipulationBuilder::SetUnitsSystem | ( | NXOpen::CAE::ResultsManipulationBuilder::UnitsSystem | unitsSystem | ) |
The units system
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
| unitsSystem | set units system |
| void NXOpen::CAE::ResultsManipulationBuilder::SetUnitsSystemResult | ( | NXOpen::CAE::Result * | result | ) |
The result to copy the units system from
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
| result | set the result for the units system |
| void NXOpen::CAE::ResultsManipulationBuilder::SetUserDefinedUnitsSystem | ( | const NXOpen::CAE::Result::ResultBasicUnit & | unitsSystem | ) |
The user-defined units system
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
| unitsSystem | set user-defined units system |