NX Open C++ Reference Guide
|
Represents a CAE::ModelCheck::ModelSetupCheckBuilder which can be used to check if the active CAE::SimSolution contains all the necessary items for the analysis, including elements, loads, constraints and materials. More...
Public Member Functions | |
bool | CheckAllComponents () |
Returns the value indicating whether to check all components associated with the assembly FEM in the model check, regardless of load status. | |
bool | CheckLabelConflicts () |
Returns the value indicating whether to check labeling conflicts for node, element and coordindate system across component FEMS and reports the label range in which the conflict occurs Created in NX8.5.0. | |
bool | CheckUnconnectedComponent () |
Returns the option specifying whether to check for component FEMs that are not connected Created in NX8.5.0. | |
bool | IsDetailedMessage () |
Returns the value indicating whether to list comprehensive descriptions of any problems and suggest possible remedies. | |
NXString | ReportFileName () |
Returns the full name of the report file. | |
void | SetCheckAllComponents (bool checkAllComponents) |
Sets the value indicating whether to check all components associated with the assembly FEM in the model check, regardless of load status. | |
void | SetCheckLabelConflicts (bool checkLabelConflicts) |
Sets the value indicating whether to check labeling conflicts for node, element and coordindate system across component FEMS and reports the label range in which the conflict occurs Created in NX8.5.0. | |
void | SetCheckUnconnectedComponent (bool checkUnconnectedComponent) |
Sets the option specifying whether to check for component FEMs that are not connected Created in NX8.5.0. | |
void | SetDetailedMessage (bool isDetailedMessage) |
Sets the value indicating whether to list comprehensive descriptions of any problems and suggest possible remedies. | |
void | SetReportFileName (const NXString &reportFileName) |
Sets the full name of the report file. | |
void | SetReportFileName (const char *reportFileName) |
Sets the full name of the report file. | |
![]() | |
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::ModelCheck::ModelSetupCheckBuilder which can be used to check if the active CAE::SimSolution contains all the necessary items for the analysis, including elements, loads, constraints and materials.
Also it could check label conficts and component connect status. Builder::Commit performs the check. The check result is written into a report file or listed in a seperate information window, along with an error summary for each topic
Created in NX8.5.0.
bool NXOpen::CAE::ModelCheck::ModelSetupCheckBuilder::CheckAllComponents | ( | ) |
Returns the value indicating whether to check all components associated with the assembly FEM in the model check, regardless of load status.
If false, only the fully loaded components are included in the check
Created in NX8.5.0.
License requirements : None
bool NXOpen::CAE::ModelCheck::ModelSetupCheckBuilder::CheckLabelConflicts | ( | ) |
Returns the value indicating whether to check labeling conflicts for node, element and coordindate system across component FEMS and reports the label range in which the conflict occurs
Created in NX8.5.0.
License requirements : None
bool NXOpen::CAE::ModelCheck::ModelSetupCheckBuilder::CheckUnconnectedComponent | ( | ) |
Returns the option specifying whether to check for component FEMs that are not connected
Created in NX8.5.0.
License requirements : None
bool NXOpen::CAE::ModelCheck::ModelSetupCheckBuilder::IsDetailedMessage | ( | ) |
Returns the value indicating whether to list comprehensive descriptions of any problems and suggest possible remedies.
If false, only the simple descriptions of problems are listed
Created in NX8.5.0.
License requirements : None
NXString NXOpen::CAE::ModelCheck::ModelSetupCheckBuilder::ReportFileName | ( | ) |
Returns the full name of the report file.
If NULL, the report is listed in a separate listing window
Created in NX8.5.0.
License requirements : None
void NXOpen::CAE::ModelCheck::ModelSetupCheckBuilder::SetCheckAllComponents | ( | bool | checkAllComponents | ) |
Sets the value indicating whether to check all components associated with the assembly FEM in the model check, regardless of load status.
If false, only the fully loaded components are included in the check
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
checkAllComponents | checkallcomponents |
void NXOpen::CAE::ModelCheck::ModelSetupCheckBuilder::SetCheckLabelConflicts | ( | bool | checkLabelConflicts | ) |
Sets the value indicating whether to check labeling conflicts for node, element and coordindate system across component FEMS and reports the label range in which the conflict occurs
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
checkLabelConflicts | checklabelconflicts |
void NXOpen::CAE::ModelCheck::ModelSetupCheckBuilder::SetCheckUnconnectedComponent | ( | bool | checkUnconnectedComponent | ) |
Sets the option specifying whether to check for component FEMs that are not connected
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
checkUnconnectedComponent | checkunconnectedcomponent |
void NXOpen::CAE::ModelCheck::ModelSetupCheckBuilder::SetDetailedMessage | ( | bool | isDetailedMessage | ) |
Sets the value indicating whether to list comprehensive descriptions of any problems and suggest possible remedies.
If false, only the simple descriptions of problems are listed
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
isDetailedMessage | isdetailedmessage |
void NXOpen::CAE::ModelCheck::ModelSetupCheckBuilder::SetReportFileName | ( | const NXString & | reportFileName | ) |
Sets the full name of the report file.
If NULL, the report is listed in a separate listing window
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
reportFileName | reportfilename |
void NXOpen::CAE::ModelCheck::ModelSetupCheckBuilder::SetReportFileName | ( | const char * | reportFileName | ) |
Sets the full name of the report file.
If NULL, the report is listed in a separate listing window
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
reportFileName | reportfilename |