NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.CAE.DurabilityStrainGageAnalyzerBuilder Class Reference

Represents the builder for analyzing strain gage data. More...

Inheritance diagram for NXOpen.CAE.DurabilityStrainGageAnalyzerBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  AxisDirectionSearchMethodEnum { CriticalPlane, PrincipalAxis }
 the axis direction search enum. More...
 
enum  CriticalPlaneOptionEnum { MaximumShear, MaximumPrincipal }
 the critical plane option enum. More...
 
enum  GageConstructionEnum { Stacked, Planar, User }
 the gage construction enum. More...
 
enum  GageSourceEnum { Response, Afu }
 the gage source enum. More...
 
enum  GageTypeEnum { Rectangular, Delta, Tee }
 the gage type enum. More...
 

Public Member Functions

unsafe void UseStrainGageData (string prefixName, string name, string afuName, int numRecords, int index1, int index2, int index3)
 Use straingage data. More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe bool AbsoluteMaximumPrincipalAngle [get, set]
 Returns or sets the absoluteMaximumPrincipalAngle. More...
 
unsafe bool AbsoluteMaximumPrincipalStrain [get, set]
 Returns or sets the absoluteMaximumPrincipalStrain. More...
 
unsafe bool AbsoluteMaximumPrincipalStress [get, set]
 Returns or sets the absoluteMaximumPrincipalStress. More...
 
unsafe bool AbsoluteMaximumShearStrain [get, set]
 Returns or sets the absoluteMaximumShearStrain. More...
 
unsafe bool AbsoluteMaximumShearStress [get, set]
 Returns or sets the absoluteMaximumShearStress. More...
 
unsafe
NXOpen.CAE.DurabilityStrainGageAnalyzerBuilder.AxisDirectionSearchMethodEnum 
AxisDirectionSearchMethod [get, set]
 Returns or sets the axis direction search method. More...
 
unsafe bool BiaxialityRatioHistory [get, set]
 Returns or sets the biaxialityRatioHistory. More...
 
unsafe
NXOpen.CAE.DurabilityStrainGageAnalyzerBuilder.CriticalPlaneOptionEnum 
CriticalPlaneOption [get, set]
 Returns or sets the critical plane option. More...
 
unsafe bool EffectiveStrain [get, set]
 Returns or sets the effective strain. More...
 
unsafe bool EffectiveStress [get, set]
 Returns or sets the effective stress. More...
 
unsafe
NXOpen.CAE.DurabilityStrainGageAnalyzerBuilder.GageConstructionEnum 
GageConstruction [get, set]
 Returns or sets the gage construction. More...
 
unsafe double GagePoissonRatio [get, set]
 Returns or sets the gagePoissonRatio. More...
 
unsafe
NXOpen.CAE.DurabilityStrainGageAnalyzerBuilder.GageSourceEnum 
GageSource [get, set]
 Returns or sets the gage source. More...
 
unsafe
NXOpen.CAE.DurabilityStrainGageAnalyzerBuilder.GageTypeEnum 
GageType [get, set]
 Returns or sets the gage type. More...
 
unsafe double Kt1 [get, set]
 Returns or sets the kt1. More...
 
unsafe double Kt2 [get, set]
 Returns or sets the kt2. More...
 
unsafe double Kt3 [get, set]
 Returns or sets the kt3. More...
 
unsafe NXOpen.PhysicalMaterial MaterialTag [get, set]
 Returns or sets the materialTag. More...
 
unsafe bool MaximumPrincipalAngle [get, set]
 Returns or sets the maximumPrincipalAngle. More...
 
unsafe bool MaximumPrincipalStrain [get, set]
 Returns or sets the maximumPrincipalStrain. More...
 
unsafe bool MaximumPrincipalStress [get, set]
 Returns or sets the maxPrinStress. More...
 
unsafe bool MaximumShearStrain [get, set]
 Returns or sets the maximumShearStrain. More...
 
unsafe bool MaximumShearStress [get, set]
 Returns or sets the maximumShearStress. More...
 
unsafe NXOpen.Expression SearchResolution [get]
 Returns the search resolution. More...
 
unsafe bool SignedVonMisesStress [get, set]
 Returns or sets the signedVonMisesStress. More...
 
unsafe string TargetFileName [get, set]
 Returns or sets the targetFileName. More...
 
unsafe bool UseEffectiveBiaxialityRatio [get, set]
 Returns or sets the effective biaxiality ratio. More...
 
unsafe bool VonMisesStress [get, set]
 Returns or sets the vonMisesStress. More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents the builder for analyzing strain gage data.

To create a new instance of this class, use NXOpen.CAE.DurabilityManager.CreateStrainGageAnalyzerBuilder

Created in NX8.0.0

Member Enumeration Documentation

the axis direction search enum.

Enumerator
CriticalPlane 

Critical Plane

PrincipalAxis 

Principal Axis

the critical plane option enum.

Enumerator
MaximumShear 

Maximum Shear

MaximumPrincipal 

Maximum Principal

the gage construction enum.

Enumerator
Stacked 

Stacked

Planar 

Planar

User 

User

the gage source enum.

Enumerator
Response 

Response

Afu 

Afu

the gage type enum.

Enumerator
Rectangular 

Rectangular

Delta 

Delta

Tee 

Tee

Member Function Documentation

unsafe void NXOpen.CAE.DurabilityStrainGageAnalyzerBuilder.UseStrainGageData ( string  prefixName,
string  name,
string  afuName,
int  numRecords,
int  index1,
int  index2,
int  index3 
)
inline

Use straingage data.

Created in NX8.5.0

License requirements: nx_adv_durability ("NX Advanced Durability")

Parameters
prefixName
name
afuName
numRecords
index1
index2
index3

Property Documentation

unsafe bool NXOpen.CAE.DurabilityStrainGageAnalyzerBuilder.AbsoluteMaximumPrincipalAngle
getset

Returns or sets the absoluteMaximumPrincipalAngle.

Created in NX8.0.0

License requirements to get this property: nx_adv_durability ("NX Advanced Durability")

License requirements to set this property: nx_adv_durability ("NX Advanced Durability")

unsafe bool NXOpen.CAE.DurabilityStrainGageAnalyzerBuilder.AbsoluteMaximumPrincipalStrain
getset

Returns or sets the absoluteMaximumPrincipalStrain.

Created in NX8.0.0

License requirements to get this property: nx_adv_durability ("NX Advanced Durability")

License requirements to set this property: nx_adv_durability ("NX Advanced Durability")

unsafe bool NXOpen.CAE.DurabilityStrainGageAnalyzerBuilder.AbsoluteMaximumPrincipalStress
getset

Returns or sets the absoluteMaximumPrincipalStress.

Created in NX8.0.0

License requirements to get this property: nx_adv_durability ("NX Advanced Durability")

License requirements to set this property: nx_adv_durability ("NX Advanced Durability")

unsafe bool NXOpen.CAE.DurabilityStrainGageAnalyzerBuilder.AbsoluteMaximumShearStrain
getset

Returns or sets the absoluteMaximumShearStrain.

Created in NX8.0.0

License requirements to get this property: nx_adv_durability ("NX Advanced Durability")

License requirements to set this property: nx_adv_durability ("NX Advanced Durability")

unsafe bool NXOpen.CAE.DurabilityStrainGageAnalyzerBuilder.AbsoluteMaximumShearStress
getset

Returns or sets the absoluteMaximumShearStress.

Created in NX8.0.0

License requirements to get this property: nx_adv_durability ("NX Advanced Durability")

License requirements to set this property: nx_adv_durability ("NX Advanced Durability")

unsafe NXOpen.CAE.DurabilityStrainGageAnalyzerBuilder.AxisDirectionSearchMethodEnum NXOpen.CAE.DurabilityStrainGageAnalyzerBuilder.AxisDirectionSearchMethod
getset

Returns or sets the axis direction search method.

Created in NX8.0.0

License requirements to get this property: nx_adv_durability ("NX Advanced Durability")

License requirements to set this property: nx_adv_durability ("NX Advanced Durability")

unsafe bool NXOpen.CAE.DurabilityStrainGageAnalyzerBuilder.BiaxialityRatioHistory
getset

Returns or sets the biaxialityRatioHistory.

Created in NX8.0.0

License requirements to get this property: nx_adv_durability ("NX Advanced Durability")

License requirements to set this property: nx_adv_durability ("NX Advanced Durability")

unsafe NXOpen.CAE.DurabilityStrainGageAnalyzerBuilder.CriticalPlaneOptionEnum NXOpen.CAE.DurabilityStrainGageAnalyzerBuilder.CriticalPlaneOption
getset

Returns or sets the critical plane option.

Created in NX8.0.0

License requirements to get this property: nx_adv_durability ("NX Advanced Durability")

License requirements to set this property: nx_adv_durability ("NX Advanced Durability")

unsafe bool NXOpen.CAE.DurabilityStrainGageAnalyzerBuilder.EffectiveStrain
getset

Returns or sets the effective strain.

Created in NX8.0.0

License requirements to get this property: nx_adv_durability ("NX Advanced Durability")

License requirements to set this property: nx_adv_durability ("NX Advanced Durability")

unsafe bool NXOpen.CAE.DurabilityStrainGageAnalyzerBuilder.EffectiveStress
getset

Returns or sets the effective stress.

Created in NX8.0.0

License requirements to get this property: nx_adv_durability ("NX Advanced Durability")

License requirements to set this property: nx_adv_durability ("NX Advanced Durability")

unsafe NXOpen.CAE.DurabilityStrainGageAnalyzerBuilder.GageConstructionEnum NXOpen.CAE.DurabilityStrainGageAnalyzerBuilder.GageConstruction
getset

Returns or sets the gage construction.

Created in NX8.0.0

License requirements to get this property: nx_adv_durability ("NX Advanced Durability")

License requirements to set this property: nx_adv_durability ("NX Advanced Durability")

unsafe double NXOpen.CAE.DurabilityStrainGageAnalyzerBuilder.GagePoissonRatio
getset

Returns or sets the gagePoissonRatio.

Created in NX8.0.0

License requirements to get this property: nx_adv_durability ("NX Advanced Durability")

License requirements to set this property: nx_adv_durability ("NX Advanced Durability")

unsafe NXOpen.CAE.DurabilityStrainGageAnalyzerBuilder.GageSourceEnum NXOpen.CAE.DurabilityStrainGageAnalyzerBuilder.GageSource
getset

Returns or sets the gage source.

Created in NX8.0.0

License requirements to get this property: nx_adv_durability ("NX Advanced Durability")

License requirements to set this property: nx_adv_durability ("NX Advanced Durability")

unsafe NXOpen.CAE.DurabilityStrainGageAnalyzerBuilder.GageTypeEnum NXOpen.CAE.DurabilityStrainGageAnalyzerBuilder.GageType
getset

Returns or sets the gage type.

Created in NX8.0.0

License requirements to get this property: nx_adv_durability ("NX Advanced Durability")

License requirements to set this property: nx_adv_durability ("NX Advanced Durability")

unsafe double NXOpen.CAE.DurabilityStrainGageAnalyzerBuilder.Kt1
getset

Returns or sets the kt1.

Created in NX8.0.0

License requirements to get this property: nx_adv_durability ("NX Advanced Durability")

License requirements to set this property: nx_adv_durability ("NX Advanced Durability")

unsafe double NXOpen.CAE.DurabilityStrainGageAnalyzerBuilder.Kt2
getset

Returns or sets the kt2.

Created in NX8.0.0

License requirements to get this property: nx_adv_durability ("NX Advanced Durability")

License requirements to set this property: nx_adv_durability ("NX Advanced Durability")

unsafe double NXOpen.CAE.DurabilityStrainGageAnalyzerBuilder.Kt3
getset

Returns or sets the kt3.

Created in NX8.0.0

License requirements to get this property: nx_adv_durability ("NX Advanced Durability")

License requirements to set this property: nx_adv_durability ("NX Advanced Durability")

unsafe NXOpen.PhysicalMaterial NXOpen.CAE.DurabilityStrainGageAnalyzerBuilder.MaterialTag
getset

Returns or sets the materialTag.

Created in NX8.0.0

License requirements to get this property: nx_adv_durability ("NX Advanced Durability")

License requirements to set this property: nx_adv_durability ("NX Advanced Durability")

unsafe bool NXOpen.CAE.DurabilityStrainGageAnalyzerBuilder.MaximumPrincipalAngle
getset

Returns or sets the maximumPrincipalAngle.

Created in NX8.0.0

License requirements to get this property: nx_adv_durability ("NX Advanced Durability")

License requirements to set this property: nx_adv_durability ("NX Advanced Durability")

unsafe bool NXOpen.CAE.DurabilityStrainGageAnalyzerBuilder.MaximumPrincipalStrain
getset

Returns or sets the maximumPrincipalStrain.

Created in NX8.0.0

License requirements to get this property: nx_adv_durability ("NX Advanced Durability")

License requirements to set this property: nx_adv_durability ("NX Advanced Durability")

unsafe bool NXOpen.CAE.DurabilityStrainGageAnalyzerBuilder.MaximumPrincipalStress
getset

Returns or sets the maxPrinStress.

Created in NX8.0.0

License requirements to get this property: nx_adv_durability ("NX Advanced Durability")

License requirements to set this property: nx_adv_durability ("NX Advanced Durability")

unsafe bool NXOpen.CAE.DurabilityStrainGageAnalyzerBuilder.MaximumShearStrain
getset

Returns or sets the maximumShearStrain.

Created in NX8.0.0

License requirements to get this property: nx_adv_durability ("NX Advanced Durability")

License requirements to set this property: nx_adv_durability ("NX Advanced Durability")

unsafe bool NXOpen.CAE.DurabilityStrainGageAnalyzerBuilder.MaximumShearStress
getset

Returns or sets the maximumShearStress.

Created in NX8.0.0

License requirements to get this property: nx_adv_durability ("NX Advanced Durability")

License requirements to set this property: nx_adv_durability ("NX Advanced Durability")

unsafe NXOpen.Expression NXOpen.CAE.DurabilityStrainGageAnalyzerBuilder.SearchResolution
get

Returns the search resolution.

Created in NX8.0.0

License requirements: nx_adv_durability ("NX Advanced Durability")

unsafe bool NXOpen.CAE.DurabilityStrainGageAnalyzerBuilder.SignedVonMisesStress
getset

Returns or sets the signedVonMisesStress.

Created in NX8.0.0

License requirements to get this property: nx_adv_durability ("NX Advanced Durability")

License requirements to set this property: nx_adv_durability ("NX Advanced Durability")

unsafe string NXOpen.CAE.DurabilityStrainGageAnalyzerBuilder.TargetFileName
getset

Returns or sets the targetFileName.

Created in NX8.0.0

License requirements to get this property: nx_adv_durability ("NX Advanced Durability")

License requirements to set this property: nx_adv_durability ("NX Advanced Durability")

unsafe bool NXOpen.CAE.DurabilityStrainGageAnalyzerBuilder.UseEffectiveBiaxialityRatio
getset

Returns or sets the effective biaxiality ratio.

Created in NX8.0.0

License requirements to get this property: nx_adv_durability ("NX Advanced Durability")

License requirements to set this property: nx_adv_durability ("NX Advanced Durability")

unsafe bool NXOpen.CAE.DurabilityStrainGageAnalyzerBuilder.VonMisesStress
getset

Returns or sets the vonMisesStress.

Created in NX8.0.0

License requirements to get this property: nx_adv_durability ("NX Advanced Durability")

License requirements to set this property: nx_adv_durability ("NX Advanced Durability")


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