NX Open C++ Reference Guide
|
Represents the builder for analyzing strain gage data. More...
Public Types | |
enum | AxisDirectionSearchMethodEnum { AxisDirectionSearchMethodEnumCriticalPlane, AxisDirectionSearchMethodEnumPrincipalAxis } |
the axis direction search enum. More... | |
enum | CriticalPlaneOptionEnum { CriticalPlaneOptionEnumMaximumShear, CriticalPlaneOptionEnumMaximumPrincipal } |
the critical plane option enum. More... | |
enum | GageConstructionEnum { GageConstructionEnumStacked, GageConstructionEnumPlanar, GageConstructionEnumUser } |
the gage construction enum. More... | |
enum | GageSourceEnum { GageSourceEnumResponse, GageSourceEnumAfu } |
the gage source enum. More... | |
enum | GageTypeEnum { GageTypeEnumRectangular, GageTypeEnumDelta, GageTypeEnumTee } |
the gage type enum. More... | |
Public Member Functions | |
bool | AbsoluteMaximumPrincipalAngle () |
Returns the absoluteMaximumPrincipalAngle. | |
bool | AbsoluteMaximumPrincipalStrain () |
Returns the absoluteMaximumPrincipalStrain. | |
bool | AbsoluteMaximumPrincipalStress () |
Returns the absoluteMaximumPrincipalStress. | |
bool | AbsoluteMaximumShearStrain () |
Returns the absoluteMaximumShearStrain. | |
bool | AbsoluteMaximumShearStress () |
Returns the absoluteMaximumShearStress. | |
void | AddStrainGageData (const NXString &strainGage, const NXString &afuName, int numRecords, int index1, int index2, int index3) |
Add gage data. | |
void | AddStrainGageData (const char *strainGage, const char *afuName, int numRecords, int index1, int index2, int index3) |
Add gage data. | |
NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::AxisDirectionSearchMethodEnum | AxisDirectionSearchMethod () |
Returns the axis direction search method. | |
bool | BiaxialityRatioHistory () |
Returns the biaxialityRatioHistory. | |
NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::CriticalPlaneOptionEnum | CriticalPlaneOption () |
Returns the critical plane option. | |
bool | EffectiveStrain () |
Returns the effective strain. | |
bool | EffectiveStress () |
Returns the effective stress. | |
NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::GageConstructionEnum | GageConstruction () |
Returns the gage construction. | |
double | GagePoissonRatio () |
Returns the gagePoissonRatio. | |
NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::GageSourceEnum | GageSource () |
Returns the gage source. | |
NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::GageTypeEnum | GageType () |
Returns the gage type. | |
double | Kt1 () |
Returns the kt1. | |
double | Kt2 () |
Returns the kt2. | |
double | Kt3 () |
Returns the kt3. | |
NXOpen::PhysicalMaterial * | MaterialTag () |
Returns the materialTag. | |
bool | MaximumPrincipalAngle () |
Returns the maximumPrincipalAngle. | |
bool | MaximumPrincipalStrain () |
Returns the maximumPrincipalStrain. | |
bool | MaximumPrincipalStress () |
Returns the maxPrinStress. | |
bool | MaximumShearStrain () |
Returns the maximumShearStrain. | |
bool | MaximumShearStress () |
Returns the maximumShearStress. | |
NXOpen::Expression * | SearchResolution () |
Returns the search resolution. | |
void | SetAbsoluteMaximumPrincipalAngle (bool absoluteMaximumPrincipalAngle) |
Sets the absoluteMaximumPrincipalAngle. | |
void | SetAbsoluteMaximumPrincipalStrain (bool absoluteMaximumPrincipalStrain) |
Sets the absoluteMaximumPrincipalStrain. | |
void | SetAbsoluteMaximumPrincipalStress (bool absoluteMaximumPrincipalStress) |
Sets the absoluteMaximumPrincipalStress. | |
void | SetAbsoluteMaximumShearStrain (bool absoluteMaximumShearStrain) |
Sets the absoluteMaximumShearStrain. | |
void | SetAbsoluteMaximumShearStress (bool absoluteMaximumShearStress) |
Sets the absoluteMaximumShearStress. | |
void | SetAxisDirectionSearchMethod (NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::AxisDirectionSearchMethodEnum axisDirectionSearchMethod) |
Sets the axis direction search method. | |
void | SetBiaxialityRatioHistory (bool biaxialityRatioHistory) |
Sets the biaxialityRatioHistory. | |
void | SetCriticalPlaneOption (NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::CriticalPlaneOptionEnum criticalPlaneOption) |
Sets the critical plane option. | |
void | SetEffectiveStrain (bool effectiveStrain) |
Sets the effective strain. | |
void | SetEffectiveStress (bool effectiveStress) |
Sets the effective stress. | |
void | SetGageConstruction (NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::GageConstructionEnum gageConstruction) |
Sets the gage construction. | |
void | SetGagePoissonRatio (double gagePoissonRatio) |
Sets the gagePoissonRatio. | |
void | SetGageSource (NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::GageSourceEnum gageSource) |
Sets the gage source. | |
void | SetGageType (NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::GageTypeEnum gageType) |
Sets the gage type. | |
void | SetKt1 (double kt1) |
Sets the kt1. | |
void | SetKt2 (double kt2) |
Sets the kt2. | |
void | SetKt3 (double kt3) |
Sets the kt3. | |
void | SetMaterialTag (NXOpen::PhysicalMaterial *materialTag) |
Sets the materialTag. | |
void | SetMaximumPrincipalAngle (bool maximumPrincipalAngle) |
Sets the maximumPrincipalAngle. | |
void | SetMaximumPrincipalStrain (bool maximumPrincipalStrain) |
Sets the maximumPrincipalStrain. | |
void | SetMaximumPrincipalStress (bool maximumPrincipalStress) |
Sets the maxPrinStress. | |
void | SetMaximumShearStrain (bool maximumShearStrain) |
Sets the maximumShearStrain. | |
void | SetMaximumShearStress (bool maximumShearStress) |
Sets the maximumShearStress. | |
void | SetSignedVonMisesStress (bool signedVonMisesStress) |
Sets the signedVonMisesStress. | |
void | SetTargetFileName (const NXString &filename) |
Sets the targetFileName. | |
void | SetTargetFileName (const char *filename) |
Sets the targetFileName. | |
void | SetUseEffectiveBiaxialityRatio (bool useEffectiveBiaxialityRatio) |
Sets the effective biaxiality ratio. | |
void | SetVonMisesStress (bool vonMisesStress) |
Sets the vonMisesStress. | |
bool | SignedVonMisesStress () |
Returns the signedVonMisesStress. | |
NXString | TargetFileName () |
Returns the targetFileName. | |
bool | UseEffectiveBiaxialityRatio () |
Returns the effective biaxiality ratio. | |
void | UseStrainGageData (const NXString &prefixName, const NXString &name, const NXString &afuName, int numRecords, int index1, int index2, int index3) |
Use straingage data. | |
void | UseStrainGageData (const char *prefixName, const char *name, const char *afuName, int numRecords, int index1, int index2, int index3) |
Use straingage data. | |
bool | VonMisesStress () |
Returns the vonMisesStress. | |
![]() | |
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 the builder for analyzing strain gage data.
To create a new instance of this class, use CAE::DurabilityManager::CreateStrainGageAnalyzerBuilder
Created in NX8.0.0.
bool NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::AbsoluteMaximumPrincipalAngle | ( | ) |
Returns the absoluteMaximumPrincipalAngle.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
bool NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::AbsoluteMaximumPrincipalStrain | ( | ) |
Returns the absoluteMaximumPrincipalStrain.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
bool NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::AbsoluteMaximumPrincipalStress | ( | ) |
Returns the absoluteMaximumPrincipalStress.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
bool NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::AbsoluteMaximumShearStrain | ( | ) |
Returns the absoluteMaximumShearStrain.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
bool NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::AbsoluteMaximumShearStress | ( | ) |
Returns the absoluteMaximumShearStress.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
void NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::AddStrainGageData | ( | const NXString & | strainGage, |
const NXString & | afuName, | ||
int | numRecords, | ||
int | index1, | ||
int | index2, | ||
int | index3 | ||
) |
Add gage data.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
strainGage | NOTE: The full Unicode character set is not supported for this parameter. |
afuName | NOTE: The full Unicode character set is not supported for this parameter. |
numRecords | numrecords |
index1 | index1 |
index2 | index2 |
index3 | index3 |
void NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::AddStrainGageData | ( | const char * | strainGage, |
const char * | afuName, | ||
int | numRecords, | ||
int | index1, | ||
int | index2, | ||
int | index3 | ||
) |
Add gage data.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
strainGage | NOTE: The full Unicode character set is not supported for this parameter. |
afuName | NOTE: The full Unicode character set is not supported for this parameter. |
numRecords | numrecords |
index1 | index1 |
index2 | index2 |
index3 | index3 |
NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::AxisDirectionSearchMethodEnum NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::AxisDirectionSearchMethod | ( | ) |
Returns the axis direction search method.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
bool NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::BiaxialityRatioHistory | ( | ) |
Returns the biaxialityRatioHistory.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::CriticalPlaneOptionEnum NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::CriticalPlaneOption | ( | ) |
Returns the critical plane option.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
bool NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::EffectiveStrain | ( | ) |
Returns the effective strain.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
bool NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::EffectiveStress | ( | ) |
Returns the effective stress.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::GageConstructionEnum NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::GageConstruction | ( | ) |
Returns the gage construction.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
double NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::GagePoissonRatio | ( | ) |
Returns the gagePoissonRatio.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::GageSourceEnum NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::GageSource | ( | ) |
Returns the gage source.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::GageTypeEnum NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::GageType | ( | ) |
Returns the gage type.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
double NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::Kt1 | ( | ) |
Returns the kt1.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
double NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::Kt2 | ( | ) |
Returns the kt2.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
double NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::Kt3 | ( | ) |
Returns the kt3.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
NXOpen::PhysicalMaterial* NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::MaterialTag | ( | ) |
Returns the materialTag.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
bool NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::MaximumPrincipalAngle | ( | ) |
Returns the maximumPrincipalAngle.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
bool NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::MaximumPrincipalStrain | ( | ) |
Returns the maximumPrincipalStrain.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
bool NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::MaximumPrincipalStress | ( | ) |
Returns the maxPrinStress.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
bool NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::MaximumShearStrain | ( | ) |
Returns the maximumShearStrain.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
bool NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::MaximumShearStress | ( | ) |
Returns the maximumShearStress.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
NXOpen::Expression* NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::SearchResolution | ( | ) |
Returns the search resolution.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
void NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::SetAbsoluteMaximumPrincipalAngle | ( | bool | absoluteMaximumPrincipalAngle | ) |
Sets the absoluteMaximumPrincipalAngle.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
absoluteMaximumPrincipalAngle | absolutemaximumprincipalangle |
void NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::SetAbsoluteMaximumPrincipalStrain | ( | bool | absoluteMaximumPrincipalStrain | ) |
Sets the absoluteMaximumPrincipalStrain.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
absoluteMaximumPrincipalStrain | absolutemaximumprincipalstrain |
void NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::SetAbsoluteMaximumPrincipalStress | ( | bool | absoluteMaximumPrincipalStress | ) |
Sets the absoluteMaximumPrincipalStress.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
absoluteMaximumPrincipalStress | absolutemaximumprincipalstress |
void NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::SetAbsoluteMaximumShearStrain | ( | bool | absoluteMaximumShearStrain | ) |
Sets the absoluteMaximumShearStrain.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
absoluteMaximumShearStrain | absolutemaximumshearstrain |
void NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::SetAbsoluteMaximumShearStress | ( | bool | absoluteMaximumShearStress | ) |
Sets the absoluteMaximumShearStress.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
absoluteMaximumShearStress | absolutemaximumshearstress |
void NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::SetAxisDirectionSearchMethod | ( | NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::AxisDirectionSearchMethodEnum | axisDirectionSearchMethod | ) |
Sets the axis direction search method.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
axisDirectionSearchMethod | axisdirectionsearchmethod |
void NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::SetBiaxialityRatioHistory | ( | bool | biaxialityRatioHistory | ) |
Sets the biaxialityRatioHistory.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
biaxialityRatioHistory | biaxialityratiohistory |
void NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::SetCriticalPlaneOption | ( | NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::CriticalPlaneOptionEnum | criticalPlaneOption | ) |
Sets the critical plane option.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
criticalPlaneOption | criticalplaneoption |
void NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::SetEffectiveStrain | ( | bool | effectiveStrain | ) |
Sets the effective strain.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
effectiveStrain | effectivestrain |
void NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::SetEffectiveStress | ( | bool | effectiveStress | ) |
Sets the effective stress.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
effectiveStress | effectivestress |
void NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::SetGageConstruction | ( | NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::GageConstructionEnum | gageConstruction | ) |
Sets the gage construction.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
gageConstruction | gageconstruction |
void NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::SetGagePoissonRatio | ( | double | gagePoissonRatio | ) |
Sets the gagePoissonRatio.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
gagePoissonRatio | gagepoissonratio |
void NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::SetGageSource | ( | NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::GageSourceEnum | gageSource | ) |
Sets the gage source.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
gageSource | gagesource |
void NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::SetGageType | ( | NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::GageTypeEnum | gageType | ) |
Sets the gage type.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
gageType | gagetype |
void NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::SetKt1 | ( | double | kt1 | ) |
Sets the kt1.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
kt1 | kt1 |
void NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::SetKt2 | ( | double | kt2 | ) |
Sets the kt2.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
kt2 | kt2 |
void NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::SetKt3 | ( | double | kt3 | ) |
Sets the kt3.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
kt3 | kt3 |
void NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::SetMaterialTag | ( | NXOpen::PhysicalMaterial * | materialTag | ) |
Sets the materialTag.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
materialTag | materialtag |
void NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::SetMaximumPrincipalAngle | ( | bool | maximumPrincipalAngle | ) |
Sets the maximumPrincipalAngle.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
maximumPrincipalAngle | maximumprincipalangle |
void NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::SetMaximumPrincipalStrain | ( | bool | maximumPrincipalStrain | ) |
Sets the maximumPrincipalStrain.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
maximumPrincipalStrain | maximumprincipalstrain |
void NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::SetMaximumPrincipalStress | ( | bool | maximumPrincipalStress | ) |
Sets the maxPrinStress.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
maximumPrincipalStress | maximumprincipalstress |
void NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::SetMaximumShearStrain | ( | bool | maximumShearStrain | ) |
Sets the maximumShearStrain.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
maximumShearStrain | maximumshearstrain |
void NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::SetMaximumShearStress | ( | bool | maximumShearStress | ) |
Sets the maximumShearStress.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
maximumShearStress | maximumshearstress |
void NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::SetSignedVonMisesStress | ( | bool | signedVonMisesStress | ) |
Sets the signedVonMisesStress.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
signedVonMisesStress | signedvonmisesstress |
void NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::SetTargetFileName | ( | const NXString & | filename | ) |
Sets the targetFileName.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
filename | filename |
void NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::SetTargetFileName | ( | const char * | filename | ) |
Sets the targetFileName.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
filename | filename |
void NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::SetUseEffectiveBiaxialityRatio | ( | bool | useEffectiveBiaxialityRatio | ) |
Sets the effective biaxiality ratio.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
useEffectiveBiaxialityRatio | useeffectivebiaxialityratio |
void NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::SetVonMisesStress | ( | bool | vonMisesStress | ) |
Sets the vonMisesStress.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
vonMisesStress | vonmisesstress |
bool NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::SignedVonMisesStress | ( | ) |
Returns the signedVonMisesStress.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
NXString NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::TargetFileName | ( | ) |
Returns the targetFileName.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
bool NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::UseEffectiveBiaxialityRatio | ( | ) |
Returns the effective biaxiality ratio.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
void NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::UseStrainGageData | ( | const NXString & | prefixName, |
const NXString & | name, | ||
const NXString & | afuName, | ||
int | numRecords, | ||
int | index1, | ||
int | index2, | ||
int | index3 | ||
) |
Use straingage data.
Created in NX8.5.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
prefixName | NOTE: The full Unicode character set is not supported for this parameter. |
name | NOTE: The full Unicode character set is not supported for this parameter. |
afuName | NOTE: The full Unicode character set is not supported for this parameter. |
numRecords | numrecords |
index1 | index1 |
index2 | index2 |
index3 | index3 |
void NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::UseStrainGageData | ( | const char * | prefixName, |
const char * | name, | ||
const char * | afuName, | ||
int | numRecords, | ||
int | index1, | ||
int | index2, | ||
int | index3 | ||
) |
Use straingage data.
Created in NX8.5.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
prefixName | NOTE: The full Unicode character set is not supported for this parameter. |
name | NOTE: The full Unicode character set is not supported for this parameter. |
afuName | NOTE: The full Unicode character set is not supported for this parameter. |
numRecords | numrecords |
index1 | index1 |
index2 | index2 |
index3 | index3 |
bool NXOpen::CAE::DurabilityStrainGageAnalyzerBuilder::VonMisesStress | ( | ) |
Returns the vonMisesStress.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")