|
NX Open C++ Reference Guide
|
This is a manager to the CAE::ResponseSimulation::StrengthResultsEvaluationSetting class. More...
Public Member Functions | |
| NXOpen::CAE::ResponseSimulation::CombinationEvaluationOptions * | CombinationOptionsBuilder () |
| Returns the setting of combination evaluation Created in NX5.0.0. | |
| NXOpen::CAE::ResponseSimulation::DataLocation * | DataLocation () |
| Returns the setting of combination evaluation Created in NX5.0.0. | |
| std::vector < NXOpen::CAE::FEElement * > | GetDestinationElements () |
| Returns the destination elements. | |
| NXOpen::CAE::ResponseSimulation::StrengthStressMaterialDefinitionMethod | MaterialDefinitionType () |
| Returns the definition method of material Created in NX5.0.0. | |
| bool | MaterialOverrideOption () |
| Returns the choice of override material property or not. | |
| double | MaterialSafetyFactor () |
| Returns the customized material safety factor Created in NX5.0.0. | |
| void | SetDestinationElements (const std::vector< NXOpen::CAE::FEElement * > &destinationElement) |
| Sets the destination elements Created in NX5.0.0. | |
| void | SetMaterialDefinitionType (NXOpen::CAE::ResponseSimulation::StrengthStressMaterialDefinitionMethod materialProperty) |
| Sets the definition method of material Created in NX5.0.0. | |
| void | SetMaterialOverrideOption (bool overrideMaterialProperty) |
| Sets the choice of override material property or not. | |
| void | SetMaterialSafetyFactor (double safetyFactor) |
| Sets the customized material safety factor Created in NX5.0.0. | |
| void | SetStandardDeviation (double standardDeviation) |
| Sets the customized standard deviation for random event Created in NX5.0.0. | |
| void | SetStressCriteriaType (NXOpen::CAE::ResponseSimulation::StrengthStressCriteria stressCriteria) |
| Sets the stress criteria type Created in NX5.0.0. | |
| void | SetStressOptionType (NXOpen::CAE::ResponseSimulation::StrengthStressOption stressOption) |
| Sets the stress option type Created in NX5.0.0. | |
| double | StandardDeviation () |
| Returns the customized standard deviation for random event Created in NX5.0.0. | |
| NXOpen::CAE::ResponseSimulation::StrengthStressCriteria | StressCriteriaType () |
| Returns the stress criteria type Created in NX5.0.0. | |
| NXOpen::CAE::ResponseSimulation::StrengthStressOption | StressOptionType () |
| Returns the stress option type Created in NX5.0.0. | |
Public Member Functions inherited from NXOpen::CAE::ResponseSimulation::DynamicResultEvaluationSettingBuilder | |
| std::vector< NXString > | GetDescriptionString () |
| Returns the description. | |
| void | SetDescriptionString (const std::vector< NXString > &description) |
| Sets the description Created in NX5.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. | |
This is a manager to the CAE::ResponseSimulation::StrengthResultsEvaluationSetting class.
Object of type CAE::ResponseSimulation::StrengthResultsEvaluationSetting can be created and edited only through this class
To create a new instance of this class, use CAE::ResponseSimulation::EvaluationSettingManager::CreateStrengthResultsEvaluationSettingBuilder
Created in NX5.0.0.
| NXOpen::CAE::ResponseSimulation::CombinationEvaluationOptions* NXOpen::CAE::ResponseSimulation::StrengthResultsEvaluationSettingBuilder::CombinationOptionsBuilder | ( | ) |
Returns the setting of combination evaluation
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| NXOpen::CAE::ResponseSimulation::DataLocation* NXOpen::CAE::ResponseSimulation::StrengthResultsEvaluationSettingBuilder::DataLocation | ( | ) |
Returns the setting of combination evaluation
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| std::vector<NXOpen::CAE::FEElement *> NXOpen::CAE::ResponseSimulation::StrengthResultsEvaluationSettingBuilder::GetDestinationElements | ( | ) |
Returns the destination elements.
| NXOpen::CAE::ResponseSimulation::StrengthStressMaterialDefinitionMethod NXOpen::CAE::ResponseSimulation::StrengthResultsEvaluationSettingBuilder::MaterialDefinitionType | ( | ) |
Returns the definition method of material
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| bool NXOpen::CAE::ResponseSimulation::StrengthResultsEvaluationSettingBuilder::MaterialOverrideOption | ( | ) |
Returns the choice of override material property or not.
If false, the material safty factor will be read from destination element selected, else a customized value will be used
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| double NXOpen::CAE::ResponseSimulation::StrengthResultsEvaluationSettingBuilder::MaterialSafetyFactor | ( | ) |
Returns the customized material safety factor
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| void NXOpen::CAE::ResponseSimulation::StrengthResultsEvaluationSettingBuilder::SetDestinationElements | ( | const std::vector< NXOpen::CAE::FEElement * > & | destinationElement | ) |
Sets the destination elements
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| destinationElement | destination element |
| void NXOpen::CAE::ResponseSimulation::StrengthResultsEvaluationSettingBuilder::SetMaterialDefinitionType | ( | NXOpen::CAE::ResponseSimulation::StrengthStressMaterialDefinitionMethod | materialProperty | ) |
Sets the definition method of material
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| materialProperty | material property |
| void NXOpen::CAE::ResponseSimulation::StrengthResultsEvaluationSettingBuilder::SetMaterialOverrideOption | ( | bool | overrideMaterialProperty | ) |
Sets the choice of override material property or not.
If false, the material safty factor will be read from destination element selected, else a customized value will be used
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| overrideMaterialProperty | override material property |
| void NXOpen::CAE::ResponseSimulation::StrengthResultsEvaluationSettingBuilder::SetMaterialSafetyFactor | ( | double | safetyFactor | ) |
Sets the customized material safety factor
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| safetyFactor | safety factor |
| void NXOpen::CAE::ResponseSimulation::StrengthResultsEvaluationSettingBuilder::SetStandardDeviation | ( | double | standardDeviation | ) |
Sets the customized standard deviation for random event
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| standardDeviation | standard deviation |
| void NXOpen::CAE::ResponseSimulation::StrengthResultsEvaluationSettingBuilder::SetStressCriteriaType | ( | NXOpen::CAE::ResponseSimulation::StrengthStressCriteria | stressCriteria | ) |
Sets the stress criteria type
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| stressCriteria | stress criteria |
| void NXOpen::CAE::ResponseSimulation::StrengthResultsEvaluationSettingBuilder::SetStressOptionType | ( | NXOpen::CAE::ResponseSimulation::StrengthStressOption | stressOption | ) |
Sets the stress option type
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| stressOption | stress option |
| double NXOpen::CAE::ResponseSimulation::StrengthResultsEvaluationSettingBuilder::StandardDeviation | ( | ) |
Returns the customized standard deviation for random event
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| NXOpen::CAE::ResponseSimulation::StrengthStressCriteria NXOpen::CAE::ResponseSimulation::StrengthResultsEvaluationSettingBuilder::StressCriteriaType | ( | ) |
Returns the stress criteria type
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| NXOpen::CAE::ResponseSimulation::StrengthStressOption NXOpen::CAE::ResponseSimulation::StrengthResultsEvaluationSettingBuilder::StressOptionType | ( | ) |
Returns the stress option type
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")