Search Results for

    Show / Hide Table of Contents

    Class SMTOutputBuilder

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

    Constructors

    SMTOutputBuilder()

    Declaration
    protected SMTOutputBuilder()

    Properties

    AxialForceZ

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

    BendingMomentX

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

    BendingMomentY

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

    GraphNamePrefix

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

    Iteration

    Declaration
    public BaseIteration Iteration { get; set; }
    Property Value
    Type Description
    BaseIteration

    Loadcase

    Declaration
    public BaseLoadcase Loadcase { get; set; }
    Property Value
    Type Description
    BaseLoadcase

    ShearForceX

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

    ShearForceY

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

    SubIteration

    Declaration
    public BaseIteration SubIteration { get; set; }
    Property Value
    Type Description
    BaseIteration

    TorqueZ

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

    Methods

    SetNfrList(NodalForceReport[])

    Declaration
    public void SetNfrList(NodalForceReport[] nfrList)
    Parameters
    Type Name Description
    NodalForceReport[] nfrList

    Implements

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