NX Open C++ Reference Guide
|
Represents a @link CAE::PostGraphBuilder CAE::PostGraphBuilder@endlink <br> This is an abstract class and cannot be instantiated <br>
Created in NX9.0.0.
More...
Public Types | |
enum | DataErrorHandling { DataErrorHandlingSkip, DataErrorHandlingUserValue } |
error handling option when result values are not present for the selected entities More... | |
enum | EntityType { EntityTypeNode, EntityTypeElement, EntityTypePoint, EntityTypeEdge, EntityTypeFace, EntityTypeBody } |
types of the entity objects which are selected More... | |
enum | EvalutionErrors { EvalutionErrorsSkip, EvalutionErrorsUserValue, EvalutionErrorsAbort } |
error handling option when there are expression evaluation errors while evaluating the formula More... | |
enum | GeometryValue { GeometryValueAverage, GeometryValueMinimum, GeometryValueMaximum, GeometryValueSum } |
This option is used to when the geometric entity selected has multiple result values. More... | |
enum | IncompatibleResult { IncompatibleResultSkip, IncompatibleResultAbort } |
error handling option when incompactible results are selected More... | |
enum | NodalCombination { NodalCombinationAverage, NodalCombinationMinimum, NodalCombinationMaximum, NodalCombinationSum, NodalCombinationNone } |
nodal combination option for determining the nodal result value for element and element-nodal result More... | |
Public Member Functions | |
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. | |
![]() | |
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 @link CAE::PostGraphBuilder CAE::PostGraphBuilder@endlink <br> This is an abstract class and cannot be instantiated <br>
Created in NX9.0.0.
NXOpen::CAE::Xyplot::ComplexOption2D NXOpen::CAE::PostGraphBuilder::ComplexGraphTypes | ( | ) |
Returns the complex plot display option while plotting complex result type
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
bool NXOpen::CAE::PostGraphBuilder::CreateFieldOption | ( | ) |
Returns the option to create field of the across iteration graph created by expression
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
NXOpen::CAE::PostGraphBuilder::EvalutionErrors NXOpen::CAE::PostGraphBuilder::EvalutionErrorsOption | ( | ) |
Returns the error handling option when there are evaluation errors on selected entities or path
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
NXOpen::CAE::PostGraphBuilder::GeometryValue NXOpen::CAE::PostGraphBuilder::GeometryCombinationValue | ( | ) |
Returns the geometry value option in case of edge, face or body selection
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
NXOpen::Fields::FieldTable* NXOpen::CAE::PostGraphBuilder::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 NXOpen::CAE::PostGraphBuilder::GraphTitle | ( | ) |
Returns the graph title
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
NXOpen::CAE::PostGraphBuilder::IncompatibleResult NXOpen::CAE::PostGraphBuilder::IncompatibleResultOption | ( | ) |
Returns the error handling option when results are not compatible on selected entities or path
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
NXOpen::CAE::PostGraphBuilder::NodalCombination NXOpen::CAE::PostGraphBuilder::NodalCombinationValue | ( | ) |
Returns the nodal combination option for determining the nodal value for element and element-nodal results
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
NXOpen::CAE::PostGraphBuilder::DataErrorHandling NXOpen::CAE::PostGraphBuilder::NoDataOption | ( | ) |
Returns the error handling option when result is not present on selected entities or path
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
bool NXOpen::CAE::PostGraphBuilder::SaveAfuOption | ( | ) |
Returns the save in AFU option to save graph data as AFU records
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
NXOpen::CAE::PostGraphBuilder::EntityType NXOpen::CAE::PostGraphBuilder::SelectedEntityType | ( | ) |
Returns the entity type of the tags of entities which passed using SetEntityObjects function
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
void NXOpen::CAE::PostGraphBuilder::SetComplexGraphTypes | ( | NXOpen::CAE::Xyplot::ComplexOption2D | complexGraphTypes | ) |
Sets the complex plot display option while plotting complex result type
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
complexGraphTypes | complexgraphtypes |
void NXOpen::CAE::PostGraphBuilder::SetCreateFieldOption | ( | bool | createField | ) |
Sets the option to create field of the across iteration graph created by expression
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
createField | createfield |
void NXOpen::CAE::PostGraphBuilder::SetEntityIds | ( | bool | isnodal, |
const std::vector< int > & | entityIds | ||
) |
Set entity ids for extracting result data
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
isnodal | isnodal |
entityIds | entityids |
void NXOpen::CAE::PostGraphBuilder::SetEntityObjects | ( | const std::vector< NXOpen::TaggedObject * > & | entityObjs | ) |
Sets the entity objects for extracting result data.
Objects passed to this method are of the type defined by CAE::PostGraphBuilder::SelectedEntityType . The types of objects allowed to be set are is defined by the CAE::PostGraphBuilder::EntityType .
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
entityObjs | entityobjs |
void NXOpen::CAE::PostGraphBuilder::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.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
evalutionErrorsOption | evalutionerrorsoption |
void NXOpen::CAE::PostGraphBuilder::SetFreePoints | ( | const std::vector< NXOpen::Point3d > & | freePoints | ) |
Set free points for extracting data
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
freePoints | freepoints |
void NXOpen::CAE::PostGraphBuilder::SetGeometryCombinationValue | ( | NXOpen::CAE::PostGraphBuilder::GeometryValue | geometryValue | ) |
Sets the geometry value option in case of edge, face or body selection
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
geometryValue | geometryvalue |
void NXOpen::CAE::PostGraphBuilder::SetGraphTitle | ( | const NXString & | graphTitle | ) |
Sets the graph title
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
graphTitle | graphtitle |
void NXOpen::CAE::PostGraphBuilder::SetGraphTitle | ( | const char * | graphTitle | ) |
Sets the graph title
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
graphTitle | graphtitle |
void NXOpen::CAE::PostGraphBuilder::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.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
incompatibleResult | incompatibleresult |
void NXOpen::CAE::PostGraphBuilder::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.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
nodalValue | nodalvalue |
void NXOpen::CAE::PostGraphBuilder::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.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
noDataOption | nodataoption |
void NXOpen::CAE::PostGraphBuilder::SetSaveAfuOption | ( | bool | saveAFU | ) |
Sets the save in AFU option to save graph data as AFU records
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
saveAFU | saveafu |
void NXOpen::CAE::PostGraphBuilder::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.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
geometryEntity | geometryentity |
void NXOpen::CAE::PostGraphBuilder::SetUserData | ( | double | userDataOption | ) |
Sets the error handling value used when error occurs or no data present on entities
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
userDataOption | userdataoption |
double NXOpen::CAE::PostGraphBuilder::UserData | ( | ) |
Returns the error handling value used when error occurs or no data present on entities
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")