Search Results for

    Show / Hide Table of Contents

    Class DurSpecialistSolutionBuilder

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

    Constructors

    DurSpecialistSolutionBuilder()

    Declaration
    protected DurSpecialistSolutionBuilder()

    Properties

    AnalysisType

    Declaration
    public DurSpecialistAnalysisType AnalysisType { get; set; }
    Property Value
    Type Description
    DurSpecialistAnalysisType

    Event

    Declaration
    public NXObject Event { get; set; }
    Property Value
    Type Description
    NXObject

    MaterialSource

    Declaration
    public DurSpecialistSolutionBuilder.MaterialSourceType MaterialSource { get; set; }
    Property Value
    Type Description
    DurSpecialistSolutionBuilder.MaterialSourceType

    Name

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

    SelectedMaterial

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

    SimulationObjects

    Declaration
    public DurSpecialistSimulationObjectTable SimulationObjects { get; }
    Property Value
    Type Description
    DurSpecialistSimulationObjectTable

    Methods

    GetDescription()

    Declaration
    public string[] GetDescription()
    Returns
    Type Description
    System.String[]

    PlotMaterial(DurSpecialistSolutionBuilder.PlotMaterialType, Int32, Int32)

    Declaration
    public int[] PlotMaterial(DurSpecialistSolutionBuilder.PlotMaterialType type, int deviceIndex, int viewIndex)
    Parameters
    Type Name Description
    DurSpecialistSolutionBuilder.PlotMaterialType type
    System.Int32 deviceIndex
    System.Int32 viewIndex
    Returns
    Type Description
    System.Int32[]

    PlotMaterialCurve(DurSpecialistSolutionBuilder.PlotCurve, Int32, Int32)

    Declaration
    [Obsolete("Deprecated in NX1984.0.0.  Use CAE.DurSpecialistSolutionBuilder.PlotMaterial instead.")]
    public int[] PlotMaterialCurve(DurSpecialistSolutionBuilder.PlotCurve type, int deviceIndex, int viewIndex)
    Parameters
    Type Name Description
    DurSpecialistSolutionBuilder.PlotCurve type
    System.Int32 deviceIndex
    System.Int32 viewIndex
    Returns
    Type Description
    System.Int32[]

    Reset()

    Declaration
    public void Reset()

    SetDescription(String[])

    Declaration
    public void SetDescription(string[] description)
    Parameters
    Type Name Description
    System.String[] description

    Implements

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