Search Results for

    Show / Hide Table of Contents

    Class NodalForceReportBuilder

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

    Constructors

    NodalForceReportBuilder()

    Declaration
    protected NodalForceReportBuilder()

    Properties

    AddAllForcesAndMoments

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

    AllElems

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

    AllNodes

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

    CalculateMomentAboutPoint

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

    Csys

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

    CSysType

    Declaration
    public NodalForceReportBuilder.CSType CSysType { get; set; }
    Property Value
    Type Description
    NodalForceReportBuilder.CSType

    Deformation

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

    ElemRefs

    Declaration
    public SelectElementsBuilder ElemRefs { get; }
    Property Value
    Type Description
    SelectElementsBuilder

    ElemSelectEntities

    Declaration
    public TargetEntitiesBuilder ElemSelectEntities { get; }
    Property Value
    Type Description
    TargetEntitiesBuilder

    ForceType

    Declaration
    public NodalForceReportBuilder.Force ForceType { get; set; }
    Property Value
    Type Description
    NodalForceReportBuilder.Force

    GridPointAppliedForce

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

    GridPointAppliedForceElementNodal

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

    GridPointForce

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

    GridPointReactionForce

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

    GridPointReactionForceMPC

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

    LoadCaseIndex

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

    LoadCaseType

    Declaration
    public NodalForceReportBuilder.LoadcaseSelection LoadCaseType { get; set; }
    Property Value
    Type Description
    NodalForceReportBuilder.LoadcaseSelection

    NfrName

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

    NodeRefs

    Declaration
    public SelectFENodeList NodeRefs { get; }
    Property Value
    Type Description
    SelectFENodeList

    NodeSelectEntities

    Declaration
    public TargetEntitiesBuilder NodeSelectEntities { get; }
    Property Value
    Type Description
    TargetEntitiesBuilder

    RefPoint

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

    Implements

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