Search Results for

    Show / Hide Table of Contents

    Class AnalysisLoadBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    AnalysisLoadBuilder
    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.DesignSimulation
    Assembly: NXOpen.dll
    Syntax
    public class AnalysisLoadBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    AnalysisLoadBuilder()

    Declaration
    protected AnalysisLoadBuilder()

    Properties

    Acceleration

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

    AnalysisRemoteForceType

    Declaration
    public AnalysisLoadBuilder.AnalysisLoadForceType AnalysisRemoteForceType { get; set; }
    Property Value
    Type Description
    AnalysisLoadBuilder.AnalysisLoadForceType

    BearingAngular

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

    ComponentCSYS

    Declaration
    public CoordinateSystem ComponentCSYS { get; set; }
    Property Value
    Type Description
    CoordinateSystem

    FaceVector

    Declaration
    public Direction FaceVector { get; set; }
    Property Value
    Type Description
    Direction

    Force

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

    ForceDistributionMethod

    Declaration
    public AnalysisLoadBuilder.ForceDistributionType ForceDistributionMethod { get; set; }
    Property Value
    Type Description
    AnalysisLoadBuilder.ForceDistributionType

    ForceLocation

    Declaration
    public Point ForceLocation { get; set; }
    Property Value
    Type Description
    Point

    ForceObjectOption

    Declaration
    public AnalysisLoadBuilder.ForceObjectType ForceObjectOption { get; set; }
    Property Value
    Type Description
    AnalysisLoadBuilder.ForceObjectType

    ForceType

    Declaration
    public AnalysisLoadBuilder.AnalysisLoadForceType ForceType { get; set; }
    Property Value
    Type Description
    AnalysisLoadBuilder.AnalysisLoadForceType

    ForceX

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

    ForceY

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

    ForceZ

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

    MaxDisplacement

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

    Moment

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

    MomentX

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

    MomentY

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

    MomentZ

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

    Name

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

    Pressure

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

    RemoteForceOption

    Declaration
    public AnalysisLoadBuilder.RemoteForceType RemoteForceOption { get; set; }
    Property Value
    Type Description
    AnalysisLoadBuilder.RemoteForceType

    RemoteForcePoint

    Declaration
    public Point RemoteForcePoint { get; set; }
    Property Value
    Type Description
    Point

    RemoteMomentVector

    Declaration
    public Direction RemoteMomentVector { get; set; }
    Property Value
    Type Description
    Direction

    ReverseBearingLoadDirection

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

    ReversePressureDirection

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

    SelectFace

    Declaration
    public ScCollector SelectFace { get; }
    Property Value
    Type Description
    ScCollector

    Torque

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

    TorqueAxis

    Declaration
    public Axis TorqueAxis { get; set; }
    Property Value
    Type Description
    Axis

    Type

    Declaration
    public AnalysisLoadBuilder.AnalysisLoadType Type { get; set; }
    Property Value
    Type Description
    AnalysisLoadBuilder.AnalysisLoadType

    UserSetName

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

    Methods

    UpdateDisplay()

    Declaration
    public void UpdateDisplay()

    Implements

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