Search Results for

    Show / Hide Table of Contents

    Class DurSpecialistMaterialToolBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    DurSpecialistMaterialToolBuilder
    Implements
    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, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class DurSpecialistMaterialToolBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    DurSpecialistMaterialToolBuilder()

    Declaration
    protected DurSpecialistMaterialToolBuilder()

    Properties

    CreateMaterialInFem

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

    CreatedMaterial

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

    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

    FkmGuideline

    Declaration
    public bool FkmGuideline { get; set; }
    Property Value
    Type Description
    bool

    LoadNotchStrainRelation

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

    Name

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

    OverrideSourceMaterial

    Declaration
    public bool OverrideSourceMaterial { get; set; }
    Property Value
    Type Description
    bool

    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
    bool

    IsYoungsModulusDefined(PhysicalMaterial)

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

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX