|
NX Open C++ Reference Guide
|
Represents a @link CAE::PostGraphAcrossIterationsBuilder CAE::PostGraphAcrossIterationsBuilder@endlink <br> This is an abstract class and cannot be instantiated <br>
Created in NX9.0.0.
More...
Public Member Functions | |
| bool | CombineAcrossEntities () |
| Returns the combine across entities method to be used if CAE::PostGraphAcrossIterationsBuilder::CombineAcrossEntities and CAE::PostGraphAcrossIterationsBuilder::SetCombineAcrossEntities is True Created in NX9.0.0. | |
| NXOpen::CAE::PostGraphAcrossIterationsBuilder::CombinationMethod | CombineValueFromEntitiesOption () |
| Returns the set combine across entities option type Created in NX9.0.0. | |
| int | IterationStepSpacing () |
| Returns the step spacing to be used between the start and end iteration. | |
| NXOpen::CAE::PostGraphAcrossIterationsBuilder::IterationLabelingOption | IterationValueOption () |
| Returns the select iteration type to be set as x axis Created in NX9.0.0. | |
| void | SetCombineAcrossEntities (bool combineAcrossEntities) |
| Sets the combine across entities method to be used if CAE::PostGraphAcrossIterationsBuilder::CombineAcrossEntities and CAE::PostGraphAcrossIterationsBuilder::SetCombineAcrossEntities is True Created in NX9.0.0. | |
| void | SetCombineValueFromEntitiesOption (NXOpen::CAE::PostGraphAcrossIterationsBuilder::CombinationMethod combineOption) |
| Sets the set combine across entities option type Created in NX9.0.0. | |
| void | SetEndIteration (NXOpen::CAE::BaseIteration *iteration) |
| Set end iteration Created in NX9.0.0. | |
| void | SetIterationStepSpacing (int iterationStepSpacing) |
| Sets the step spacing to be used between the start and end iteration. | |
| void | SetIterationValueOption (NXOpen::CAE::PostGraphAcrossIterationsBuilder::IterationLabelingOption iterationValue) |
| Sets the select iteration type to be set as x axis Created in NX9.0.0. | |
| void | SetStartIteration (NXOpen::CAE::BaseIteration *iteration) |
| Set start iteration Created in NX9.0.0. | |
Public Member Functions inherited from NXOpen::CAE::PostGraphBuilder | |
| NXOpen::CAE::Xyplot::ComplexOption2D | ComplexGraphTypes () |
| Returns the complex plot display option while plotting complex result type Created in NX9.0.0. | |
| bool | CreateFieldOption () |
| Returns the option to create field of the across iteration graph created by expression Created in NX9.0.0. | |
| NXOpen::CAE::PostGraphBuilder::EvalutionErrors | EvalutionErrorsOption () |
| Returns the error handling option when there are evaluation errors on selected entities or path Created in NX9.0.0. | |
| NXOpen::CAE::PostGraphBuilder::GeometryValue | GeometryCombinationValue () |
| Returns the geometry value option in case of edge, face or body selection Created in NX9.0.0. | |
| NXOpen::Fields::FieldTable * | GetFieldTable () |
| Gets the field which is created when user sets the CAE::PostGraphBuilder::CreateFieldOption and CAE::PostGraphBuilder::SetCreateFieldOption to true for across iterations type of graphs. | |
| NXString | GraphTitle () |
| Returns the graph title Created in NX9.0.0. | |
| NXOpen::CAE::PostGraphBuilder::IncompatibleResult | IncompatibleResultOption () |
| Returns the error handling option when results are not compatible on selected entities or path Created in NX9.0.0. | |
| NXOpen::CAE::PostGraphBuilder::NodalCombination | NodalCombinationValue () |
| Returns the nodal combination option for determining the nodal value for element and element-nodal results Created in NX9.0.0. | |
| NXOpen::CAE::PostGraphBuilder::DataErrorHandling | NoDataOption () |
| Returns the error handling option when result is not present on selected entities or path Created in NX9.0.0. | |
| bool | SaveAfuOption () |
| Returns the save in AFU option to save graph data as AFU records Created in NX9.0.0. | |
| NXOpen::CAE::PostGraphBuilder::EntityType | SelectedEntityType () |
| Returns the entity type of the tags of entities which passed using SetEntityObjects function Created in NX9.0.0. | |
| void | SetComplexGraphTypes (NXOpen::CAE::Xyplot::ComplexOption2D complexGraphTypes) |
| Sets the complex plot display option while plotting complex result type Created in NX9.0.0. | |
| void | SetCreateFieldOption (bool createField) |
| Sets the option to create field of the across iteration graph created by expression Created in NX9.0.0. | |
| void | SetEntityIds (bool isnodal, const std::vector< int > &entityIds) |
| Set entity ids for extracting result data Created in NX9.0.0. | |
| void | SetEntityObjects (const std::vector< NXOpen::TaggedObject * > &entityObjs) |
| Sets the entity objects for extracting result data. | |
| void | SetEvalutionErrorsOption (NXOpen::CAE::PostGraphBuilder::EvalutionErrors evalutionErrorsOption) |
| Sets the error handling option when there are evaluation errors on selected entities or path Created in NX9.0.0. | |
| void | SetFreePoints (const std::vector< NXOpen::Point3d > &freePoints) |
| Set free points for extracting data Created in NX9.0.0. | |
| void | SetGeometryCombinationValue (NXOpen::CAE::PostGraphBuilder::GeometryValue geometryValue) |
| Sets the geometry value option in case of edge, face or body selection Created in NX9.0.0. | |
| void | SetGraphTitle (const NXString &graphTitle) |
| Sets the graph title Created in NX9.0.0. | |
| void | SetGraphTitle (const char *graphTitle) |
| Sets the graph title Created in NX9.0.0. | |
| void | SetIncompatibleResultOption (NXOpen::CAE::PostGraphBuilder::IncompatibleResult incompatibleResult) |
| Sets the error handling option when results are not compatible on selected entities or path Created in NX9.0.0. | |
| void | SetNodalCombinationValue (NXOpen::CAE::PostGraphBuilder::NodalCombination nodalValue) |
| Sets the nodal combination option for determining the nodal value for element and element-nodal results Created in NX9.0.0. | |
| void | SetNoDataOption (NXOpen::CAE::PostGraphBuilder::DataErrorHandling noDataOption) |
| Sets the error handling option when result is not present on selected entities or path Created in NX9.0.0. | |
| void | SetSaveAfuOption (bool saveAFU) |
| Sets the save in AFU option to save graph data as AFU records Created in NX9.0.0. | |
| void | SetSelectedEntityType (NXOpen::CAE::PostGraphBuilder::EntityType geometryEntity) |
| Sets the entity type of the tags of entities which passed using SetEntityObjects function Created in NX9.0.0. | |
| void | SetUserData (double userDataOption) |
| Sets the error handling value used when error occurs or no data present on entities Created in NX9.0.0. | |
| double | UserData () |
| Returns the error handling value used when error occurs or no data present on entities Created in NX9.0.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 a @link CAE::PostGraphAcrossIterationsBuilder CAE::PostGraphAcrossIterationsBuilder@endlink <br> This is an abstract class and cannot be instantiated <br>
Created in NX9.0.0.
Defines the Iteration labeling options.
| bool NXOpen::CAE::PostGraphAcrossIterationsBuilder::CombineAcrossEntities | ( | ) |
Returns the combine across entities method to be used if CAE::PostGraphAcrossIterationsBuilder::CombineAcrossEntities and CAE::PostGraphAcrossIterationsBuilder::SetCombineAcrossEntities is True
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
| NXOpen::CAE::PostGraphAcrossIterationsBuilder::CombinationMethod NXOpen::CAE::PostGraphAcrossIterationsBuilder::CombineValueFromEntitiesOption | ( | ) |
Returns the set combine across entities option type
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
| int NXOpen::CAE::PostGraphAcrossIterationsBuilder::IterationStepSpacing | ( | ) |
Returns the step spacing to be used between the start and end iteration.
This option can be used to reduce the amount of data graphed.
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
| NXOpen::CAE::PostGraphAcrossIterationsBuilder::IterationLabelingOption NXOpen::CAE::PostGraphAcrossIterationsBuilder::IterationValueOption | ( | ) |
Returns the select iteration type to be set as x axis
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
| void NXOpen::CAE::PostGraphAcrossIterationsBuilder::SetCombineAcrossEntities | ( | bool | combineAcrossEntities | ) |
Sets the combine across entities method to be used if CAE::PostGraphAcrossIterationsBuilder::CombineAcrossEntities and CAE::PostGraphAcrossIterationsBuilder::SetCombineAcrossEntities is True
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
| combineAcrossEntities | combineacrossentities |
| void NXOpen::CAE::PostGraphAcrossIterationsBuilder::SetCombineValueFromEntitiesOption | ( | NXOpen::CAE::PostGraphAcrossIterationsBuilder::CombinationMethod | combineOption | ) |
Sets the set combine across entities option type
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
| combineOption | combineoption |
| void NXOpen::CAE::PostGraphAcrossIterationsBuilder::SetEndIteration | ( | NXOpen::CAE::BaseIteration * | iteration | ) |
Set end iteration
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
| iteration | iteration |
| void NXOpen::CAE::PostGraphAcrossIterationsBuilder::SetIterationStepSpacing | ( | int | iterationStepSpacing | ) |
Sets the step spacing to be used between the start and end iteration.
This option can be used to reduce the amount of data graphed.
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
| iterationStepSpacing | iterationstepspacing |
| void NXOpen::CAE::PostGraphAcrossIterationsBuilder::SetIterationValueOption | ( | NXOpen::CAE::PostGraphAcrossIterationsBuilder::IterationLabelingOption | iterationValue | ) |
Sets the select iteration type to be set as x axis
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
| iterationValue | iterationvalue |
| void NXOpen::CAE::PostGraphAcrossIterationsBuilder::SetStartIteration | ( | NXOpen::CAE::BaseIteration * | iteration | ) |
Set start iteration
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
| iteration | iteration |