Search Results for

    Show / Hide Table of Contents

    Class DurSpecialistBlockLoadEventBuilder

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

    Constructors

    DurSpecialistBlockLoadEventBuilder()

    Declaration
    protected DurSpecialistBlockLoadEventBuilder()

    Properties

    DataSourceType

    Declaration
    public DurSpecialistDataSources.FileFormat DataSourceType { get; set; }
    Property Value
    Type Description
    DurSpecialistDataSources.FileFormat

    Description

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

    LoadLength

    Declaration
    public DurSpecialistLoadLengthBuilder LoadLength { get; }
    Property Value
    Type Description
    DurSpecialistLoadLengthBuilder

    LowerValue

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

    ModeSelection

    Declaration
    public DurSpecialistEvent.UpdateCriterionType ModeSelection { get; set; }
    Property Value
    Type Description
    DurSpecialistEvent.UpdateCriterionType

    Name

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

    Pattern

    Declaration
    public DurSpecialistBlockLoadEventBuilder.PatternType Pattern { get; set; }
    Property Value
    Type Description
    DurSpecialistBlockLoadEventBuilder.PatternType

    Source

    Declaration
    public DurSpecialistBlockLoadEventBuilder.ResultSource Source { get; set; }
    Property Value
    Type Description
    DurSpecialistBlockLoadEventBuilder.ResultSource

    StartWithLower

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

    Subcase

    Declaration
    public int Subcase { get; set; }
    Property Value
    Type Description
    System.Int32

    TemperatureSource

    Declaration
    public DurSpecialistTemperatureSource TemperatureSource { get; set; }
    Property Value
    Type Description
    DurSpecialistTemperatureSource

    UpperValue

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

    Methods

    GetFileName()

    Declaration
    public string GetFileName()
    Returns
    Type Description
    System.String

    GetUnitSystem()

    Declaration
    public DurSpecialistDataSources.UnitSystem GetUnitSystem()
    Returns
    Type Description
    DurSpecialistDataSources.UnitSystem

    SetFile(String, DurSpecialistDataSources.FileFormat)

    Declaration
    public void SetFile(string fileName, DurSpecialistDataSources.FileFormat type)
    Parameters
    Type Name Description
    System.String fileName
    DurSpecialistDataSources.FileFormat type

    SetSolution(SimSolution)

    Declaration
    public void SetSolution(SimSolution sol)
    Parameters
    Type Name Description
    SimSolution sol

    SetUnitSystem(DurSpecialistDataSources.UnitSystem)

    Declaration
    public void SetUnitSystem(DurSpecialistDataSources.UnitSystem unitSystem)
    Parameters
    Type Name Description
    DurSpecialistDataSources.UnitSystem unitSystem

    Implements

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