Search Results for

    Show / Hide Table of Contents

    Class DurSpecialistMaterialToolBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    DurSpecialistMaterialToolBuilder
    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 DurSpecialistMaterialToolBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    DurSpecialistMaterialToolBuilder()

    Declaration
    protected DurSpecialistMaterialToolBuilder()

    Properties

    CreatedMaterial

    Declaration
    public PhysicalMaterial CreatedMaterial { get; }
    Property Value
    Type Description
    PhysicalMaterial

    CreateMaterialInFem

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

    EnumDefinitionType

    Declaration
    public DurSpecialistMaterialToolBuilder.DefinitionType EnumDefinitionType { get; set; }
    Property Value
    Type Description
    DurSpecialistMaterialToolBuilder.DefinitionType

    EnumULawMaterialType

    Declaration
    public DurSpecialistMaterialToolBuilder.ULawMaterialType EnumULawMaterialType { get; set; }
    Property Value
    Type Description
    DurSpecialistMaterialToolBuilder.ULawMaterialType

    EnumULawTensileStrength

    Declaration
    public DurSpecialistMaterialToolBuilder.ULawTensileStrength EnumULawTensileStrength { get; set; }
    Property Value
    Type Description
    DurSpecialistMaterialToolBuilder.ULawTensileStrength

    EnumULawYoungsModulus

    Declaration
    public DurSpecialistMaterialToolBuilder.ULawYoungsModulus EnumULawYoungsModulus { get; set; }
    Property Value
    Type Description
    DurSpecialistMaterialToolBuilder.ULawYoungsModulus

    EnumUSlopeMaterialType

    Declaration
    public DurSpecialistMaterialToolBuilder.USlopeMaterialType EnumUSlopeMaterialType { get; set; }
    Property Value
    Type Description
    DurSpecialistMaterialToolBuilder.USlopeMaterialType

    EnumUSlopeTensileStrength

    Declaration
    public DurSpecialistMaterialToolBuilder.USlopeTensileStrength EnumUSlopeTensileStrength { get; set; }
    Property Value
    Type Description
    DurSpecialistMaterialToolBuilder.USlopeTensileStrength

    ExpressionULawTensileStrength

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

    ExpressionULawYoungsModulus

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

    ExpressionUSlopeTensileStrength

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

    LoadNotchStrainRelation

    Declaration
    public DurSpecialistSimulationObjectTable LoadNotchStrainRelation { get; set; }
    Property Value
    Type Description
    DurSpecialistSimulationObjectTable

    Name

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

    SourceMaterial

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

    StrainLifeDamage

    Declaration
    public DurSpecialistSimulationObjectTable StrainLifeDamage { get; set; }
    Property Value
    Type Description
    DurSpecialistSimulationObjectTable

    Methods

    IsUltimateTensileStrengthDefined(PhysicalMaterial)

    Declaration
    public bool IsUltimateTensileStrengthDefined(PhysicalMaterial materialTag)
    Parameters
    Type Name Description
    PhysicalMaterial materialTag
    Returns
    Type Description
    System.Boolean

    IsYoungsModulusDefined(PhysicalMaterial)

    Declaration
    public bool IsYoungsModulusDefined(PhysicalMaterial materialTag)
    Parameters
    Type Name Description
    PhysicalMaterial materialTag
    Returns
    Type Description
    System.Boolean

    Implements

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