NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::CAE::ResponseSimulation::StrengthResultsEvaluationSettingBuilder Class Reference

This is a manager to the NXOpen::CAE::ResponseSimulation::StrengthResultsEvaluationSetting class. More...

Inheritance diagram for NXOpen::CAE::ResponseSimulation::StrengthResultsEvaluationSettingBuilder:
NXOpen::CAE::ResponseSimulation::DynamicResultEvaluationSettingBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

NXOpen::CAE::ResponseSimulation::CombinationEvaluationOptionsCombinationOptionsBuilder ()
 Returns the setting of combination evaluation
Created in NX5.0.0. More...
 
NXOpen::CAE::ResponseSimulation::DataLocationDataLocation ()
 Returns the setting of combination evaluation
Created in NX5.0.0. More...
 
std::vector
< NXOpen::CAE::FEElement * > 
GetDestinationElements ()
 Returns the destination elements. More...
 
NXOpen::CAE::ResponseSimulation::StrengthStressMaterialDefinitionMethod MaterialDefinitionType ()
 Returns the definition method of material
Created in NX5.0.0. More...
 
bool MaterialOverrideOption ()
 Returns the choice of override material property or not. More...
 
double MaterialSafetyFactor ()
 Returns the customized material safety factor
Created in NX5.0.0. More...
 
void SetDestinationElements (const std::vector< NXOpen::CAE::FEElement * > &destinationElement)
 Sets the destination elements
Created in NX5.0.0. More...
 
void SetMaterialDefinitionType (NXOpen::CAE::ResponseSimulation::StrengthStressMaterialDefinitionMethod materialProperty)
 Sets the definition method of material
Created in NX5.0.0. More...
 
void SetMaterialOverrideOption (bool overrideMaterialProperty)
 Sets the choice of override material property or not. More...
 
void SetMaterialSafetyFactor (double safetyFactor)
 Sets the customized material safety factor
Created in NX5.0.0. More...
 
void SetStandardDeviation (double standardDeviation)
 Sets the customized standard deviation for random event
Created in NX5.0.0. More...
 
void SetStressCriteriaType (NXOpen::CAE::ResponseSimulation::StrengthStressCriteria stressCriteria)
 Sets the stress criteria type
Created in NX5.0.0. More...
 
void SetStressOptionType (NXOpen::CAE::ResponseSimulation::StrengthStressOption stressOption)
 Sets the stress option type
Created in NX5.0.0. More...
 
double StandardDeviation ()
 Returns the customized standard deviation for random event
Created in NX5.0.0. More...
 
NXOpen::CAE::ResponseSimulation::StrengthStressCriteria StressCriteriaType ()
 Returns the stress criteria type
Created in NX5.0.0. More...
 
NXOpen::CAE::ResponseSimulation::StrengthStressOption StressOptionType ()
 Returns the stress option type
Created in NX5.0.0. More...
 
- Public Member Functions inherited from NXOpen::CAE::ResponseSimulation::DynamicResultEvaluationSettingBuilder
std::vector< NXStringGetDescriptionString ()
 Returns the description. More...
 
void SetDescriptionString (const std::vector< NXString > &description)
 Sets the description
Created in NX5.0.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

This is a manager to the NXOpen::CAE::ResponseSimulation::StrengthResultsEvaluationSetting class.

Object of type NXOpen::CAE::ResponseSimulation::StrengthResultsEvaluationSetting can be created and edited only through this class
To create a new instance of this class, use NXOpen::CAE::ResponseSimulation::EvaluationSettingManager::CreateStrengthResultsEvaluationSettingBuilder

Created in NX5.0.0.

Member Function Documentation

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.

Returns

Created in NX5.0.0.

License requirements : nx_response_anlys ("NX Response Analysis")
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")

Parameters
destinationElementdestination 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")

Parameters
materialPropertymaterial 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")

Parameters
overrideMaterialPropertyoverride 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")

Parameters
safetyFactorsafety 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")

Parameters
standardDeviationstandard 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")

Parameters
stressCriteriastress 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")

Parameters
stressOptionstress 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")


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.