Search Results for

    Show / Hide Table of Contents

    Class AnalysisLoadBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    AnalysisLoadBuilder
    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.Features.TopologyOptimization
    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

    BearingAngular

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

    FaceVector

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

    Force

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

    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

    Name

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

    Pressure

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

    ReverseBearingLoadDirection

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

    ReversePressureDirection

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

    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
    System.Boolean

    Implements

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