Search Results for

    Show / Hide Table of Contents

    Class FormingSimulationResultDisplayBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FormingSimulationResultDisplayBuilder
    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.Tooling
    Assembly: NXOpen.dll
    Syntax
    public class FormingSimulationResultDisplayBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    FormingSimulationResultDisplayBuilder()

    Declaration
    protected FormingSimulationResultDisplayBuilder()

    Properties

    FormabilityStrainType

    Declaration
    public FormingSimulationResultDisplayBuilder.FormabilityStrainTypeName FormabilityStrainType { get; set; }
    Property Value
    Type Description
    FormingSimulationResultDisplayBuilder.FormabilityStrainTypeName

    ResultFileFolder

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

    State

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

    StrainType

    Declaration
    public FormingSimulationResultDisplayBuilder.StrainTypeName StrainType { get; set; }
    Property Value
    Type Description
    FormingSimulationResultDisplayBuilder.StrainTypeName

    StressType

    Declaration
    public FormingSimulationResultDisplayBuilder.StressTypeName StressType { get; set; }
    Property Value
    Type Description
    FormingSimulationResultDisplayBuilder.StressTypeName

    Methods

    DisplayFormability()

    Declaration
    public void DisplayFormability()

    DisplaySpringback()

    Declaration
    public void DisplaySpringback()

    DisplayStrain()

    Declaration
    public void DisplayStrain()

    DisplayStress()

    Declaration
    public void DisplayStress()

    DisplayThickness()

    Declaration
    public void DisplayThickness()

    DisplayThinning()

    Declaration
    public void DisplayThinning()

    ImportGeometries()

    Declaration
    public void ImportGeometries()

    SetResultFileNames(String[])

    Declaration
    public void SetResultFileNames(string[] resultFileNames)
    Parameters
    Type Name Description
    System.String[] resultFileNames

    Implements

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