Search Results for

    Show / Hide Table of Contents

    Class DurabilityStrainGageAnalyzerBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    DurabilityStrainGageAnalyzerBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class DurabilityStrainGageAnalyzerBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    DurabilityStrainGageAnalyzerBuilder()

    Declaration
    protected DurabilityStrainGageAnalyzerBuilder()

    Properties

    AbsoluteMaximumPrincipalAngle

    Declaration
    public bool AbsoluteMaximumPrincipalAngle { get; set; }
    Property Value
    Type Description
    System.Boolean

    AbsoluteMaximumPrincipalStrain

    Declaration
    public bool AbsoluteMaximumPrincipalStrain { get; set; }
    Property Value
    Type Description
    System.Boolean

    AbsoluteMaximumPrincipalStress

    Declaration
    public bool AbsoluteMaximumPrincipalStress { get; set; }
    Property Value
    Type Description
    System.Boolean

    AbsoluteMaximumShearStrain

    Declaration
    public bool AbsoluteMaximumShearStrain { get; set; }
    Property Value
    Type Description
    System.Boolean

    AbsoluteMaximumShearStress

    Declaration
    public bool AbsoluteMaximumShearStress { get; set; }
    Property Value
    Type Description
    System.Boolean

    AxisDirectionSearchMethod

    Declaration
    public DurabilityStrainGageAnalyzerBuilder.AxisDirectionSearchMethodEnum AxisDirectionSearchMethod { get; set; }
    Property Value
    Type Description
    DurabilityStrainGageAnalyzerBuilder.AxisDirectionSearchMethodEnum

    BiaxialityRatioHistory

    Declaration
    public bool BiaxialityRatioHistory { get; set; }
    Property Value
    Type Description
    System.Boolean

    CriticalPlaneOption

    Declaration
    public DurabilityStrainGageAnalyzerBuilder.CriticalPlaneOptionEnum CriticalPlaneOption { get; set; }
    Property Value
    Type Description
    DurabilityStrainGageAnalyzerBuilder.CriticalPlaneOptionEnum

    EffectiveStrain

    Declaration
    public bool EffectiveStrain { get; set; }
    Property Value
    Type Description
    System.Boolean

    EffectiveStress

    Declaration
    public bool EffectiveStress { get; set; }
    Property Value
    Type Description
    System.Boolean

    GageConstruction

    Declaration
    public DurabilityStrainGageAnalyzerBuilder.GageConstructionEnum GageConstruction { get; set; }
    Property Value
    Type Description
    DurabilityStrainGageAnalyzerBuilder.GageConstructionEnum

    GagePoissonRatio

    Declaration
    public double GagePoissonRatio { get; set; }
    Property Value
    Type Description
    System.Double

    GageSource

    Declaration
    public DurabilityStrainGageAnalyzerBuilder.GageSourceEnum GageSource { get; set; }
    Property Value
    Type Description
    DurabilityStrainGageAnalyzerBuilder.GageSourceEnum

    GageType

    Declaration
    public DurabilityStrainGageAnalyzerBuilder.GageTypeEnum GageType { get; set; }
    Property Value
    Type Description
    DurabilityStrainGageAnalyzerBuilder.GageTypeEnum

    Kt1

    Declaration
    public double Kt1 { get; set; }
    Property Value
    Type Description
    System.Double

    Kt2

    Declaration
    public double Kt2 { get; set; }
    Property Value
    Type Description
    System.Double

    Kt3

    Declaration
    public double Kt3 { get; set; }
    Property Value
    Type Description
    System.Double

    MaterialTag

    Declaration
    public PhysicalMaterial MaterialTag { get; set; }
    Property Value
    Type Description
    PhysicalMaterial

    MaximumPrincipalAngle

    Declaration
    public bool MaximumPrincipalAngle { get; set; }
    Property Value
    Type Description
    System.Boolean

    MaximumPrincipalStrain

    Declaration
    public bool MaximumPrincipalStrain { get; set; }
    Property Value
    Type Description
    System.Boolean

    MaximumPrincipalStress

    Declaration
    public bool MaximumPrincipalStress { get; set; }
    Property Value
    Type Description
    System.Boolean

    MaximumShearStrain

    Declaration
    public bool MaximumShearStrain { get; set; }
    Property Value
    Type Description
    System.Boolean

    MaximumShearStress

    Declaration
    public bool MaximumShearStress { get; set; }
    Property Value
    Type Description
    System.Boolean

    SearchResolution

    Declaration
    public Expression SearchResolution { get; }
    Property Value
    Type Description
    Expression

    SignedVonMisesStress

    Declaration
    public bool SignedVonMisesStress { get; set; }
    Property Value
    Type Description
    System.Boolean

    TargetFileName

    Declaration
    public string TargetFileName { get; set; }
    Property Value
    Type Description
    System.String

    UseEffectiveBiaxialityRatio

    Declaration
    public bool UseEffectiveBiaxialityRatio { get; set; }
    Property Value
    Type Description
    System.Boolean

    VonMisesStress

    Declaration
    public bool VonMisesStress { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    UseStrainGageData(String, String, String, Int32, Int32, Int32, Int32)

    Declaration
    public void UseStrainGageData(string prefixName, string name, string afuName, int numRecords, int index1, int index2, int index3)
    Parameters
    Type Name Description
    System.String prefixName
    System.String name
    System.String afuName
    System.Int32 numRecords
    System.Int32 index1
    System.Int32 index2
    System.Int32 index3

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX